interface AppImageConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.AppImageConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#AppImageConfigReference |
![]() | software.amazon.awscdk.services.sagemaker.AppImageConfigReference |
![]() | aws_cdk.aws_sagemaker.AppImageConfigReference |
![]() | aws-cdk-lib » aws_sagemaker » AppImageConfigReference |
A reference to a AppImageConfig resource.
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-lib';
const appImageConfigReference: sagemaker.AppImageConfigReference = {
appImageConfigArn: 'appImageConfigArn',
appImageConfigName: 'appImageConfigName',
};
Properties
Name | Type | Description |
---|---|---|
app | string | The ARN of the AppImageConfig resource. |
app | string | The AppImageConfigName of the AppImageConfig resource. |
appImageConfigArn
Type:
string
The ARN of the AppImageConfig resource.
appImageConfigName
Type:
string
The AppImageConfigName of the AppImageConfig resource.