interface ImageConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.ImageConfigProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.ImageConfigProperty |
![]() | aws_cdk.aws_sam.CfnFunction.ImageConfigProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » ImageConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const imageConfigProperty: sam.CfnFunction.ImageConfigProperty = {
command: ['command'],
entryPoint: ['entryPoint'],
workingDirectory: 'workingDirectory',
};
Properties
Name | Type | Description |
---|---|---|
command? | string[] | CfnFunction.ImageConfigProperty.Command . |
entry | string[] | CfnFunction.ImageConfigProperty.EntryPoint . |
working | string | CfnFunction.ImageConfigProperty.WorkingDirectory . |
command?
Type:
string[]
(optional)
CfnFunction.ImageConfigProperty.Command
.
entryPoint?
Type:
string[]
(optional)
CfnFunction.ImageConfigProperty.EntryPoint
.
workingDirectory?
Type:
string
(optional)
CfnFunction.ImageConfigProperty.WorkingDirectory
.