Uses of Class
software.amazon.awscdk.services.datasync.CfnLocationEFS.Builder
Packages that use CfnLocationEFS.Builder
-
Uses of CfnLocationEFS.Builder in software.amazon.awscdk.services.datasync
Methods in software.amazon.awscdk.services.datasync that return CfnLocationEFS.BuilderModifier and TypeMethodDescriptionCfnLocationEFS.Builder.accessPointArn
(String accessPointArn) Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to mount your Amazon EFS file system.static CfnLocationEFS.Builder
CfnLocationEFS.Builder.ec2Config
(IResolvable ec2Config) Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .CfnLocationEFS.Builder.ec2Config
(CfnLocationEFS.Ec2ConfigProperty ec2Config) Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .CfnLocationEFS.Builder.efsFilesystemArn
(String efsFilesystemArn) Specifies the ARN for your Amazon EFS file system.CfnLocationEFS.Builder.fileSystemAccessRoleArn
(String fileSystemAccessRoleArn) Specifies an AWS Identity and Access Management (IAM) role that allows DataSync to access your Amazon EFS file system.CfnLocationEFS.Builder.inTransitEncryption
(String inTransitEncryption) Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it transfers data to or from your Amazon EFS file system.CfnLocationEFS.Builder.subdirectory
(String subdirectory) Specifies a mount path for your Amazon EFS file system.Specifies the key-value pair that represents a tag that you want to add to the resource.