CfnMountTargetMixinProps
- class aws_cdk.cfn_property_mixins.aws_s3files.CfnMountTargetMixinProps(*, file_system_id=None, ip_address_type=None, ipv4_address=None, ipv6_address=None, security_groups=None, subnet_id=None)
Bases:
objectProperties for CfnMountTargetPropsMixin.
- Parameters:
file_system_id (
Optional[str])ip_address_type (
Optional[str])ipv4_address (
Optional[str])ipv6_address (
Optional[str])security_groups (
Optional[Sequence[str]])subnet_id (
Optional[str])
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3files-mounttarget.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_s3files as s3files cfn_mount_target_mixin_props = s3files.CfnMountTargetMixinProps( file_system_id="fileSystemId", ip_address_type="ipAddressType", ipv4_address="ipv4Address", ipv6_address="ipv6Address", security_groups=["securityGroups"], subnet_id="subnetId" )
Attributes
- file_system_id
-
- Type:
see
- ip_address_type
-
- Type:
see
- ipv4_address
-
- Type:
see
- ipv6_address
-
- Type:
see
- security_groups
-
- Type:
see