interface HostVolumePropertiesProperty
Language Type name
.NETAmazon.CDK.CfnPropertyMixins.AWS.ECS.CfnDaemonTaskDefinitionPropsMixin.HostVolumePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecs#CfnDaemonTaskDefinitionPropsMixin_HostVolumePropertiesProperty
Javasoftware.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonTaskDefinitionPropsMixin.HostVolumePropertiesProperty
Pythonaws_cdk.cfn_property_mixins.aws_ecs.CfnDaemonTaskDefinitionPropsMixin.HostVolumePropertiesProperty
TypeScript @aws-cdk/cfn-property-mixins » aws_ecs » CfnDaemonTaskDefinitionPropsMixin » HostVolumePropertiesProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-hostvolumeproperties.html
Example
import { aws_ecs as ecs } from '@aws-cdk/cfn-property-mixins' ;
const hostVolumePropertiesProperty: ecs.CfnDaemonTaskDefinitionPropsMixin.HostVolumePropertiesProperty = {
sourcePath: 'sourcePath' ,
};
Properties
Name Type Description
sourcePath? string
sourcePath?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-hostvolumeproperties.html#cfn-ecs-daemontaskdefinition-hostvolumeproperties-sourcepath