interface ArtifactSourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnArtifactPropsMixin.ArtifactSourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnArtifactPropsMixin_ArtifactSourceTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnArtifactPropsMixin.ArtifactSourceTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnArtifactPropsMixin.ArtifactSourceTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnArtifactPropsMixin » ArtifactSourceTypeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const artifactSourceTypeProperty: sagemaker.CfnArtifactPropsMixin.ArtifactSourceTypeProperty = {
sourceIdType: 'sourceIdType',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| source | string | The type of ID. |
| value? | string | The ID. |
sourceIdType?
Type:
string
(optional)
The type of ID.
value?
Type:
string
(optional)
The ID.

.NET
Go
Java
Python
TypeScript