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 access the Amazon EFS file system.static CfnLocationEFS.BuilderCfnLocationEFS.Builder.ec2Config(IResolvable ec2Config) Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.CfnLocationEFS.Builder.ec2Config(CfnLocationEFS.Ec2ConfigProperty ec2Config) Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.CfnLocationEFS.Builder.efsFilesystemArn(String efsFilesystemArn) Specifies the ARN for the Amazon EFS file system.CfnLocationEFS.Builder.fileSystemAccessRoleArn(String fileSystemAccessRoleArn) Specifies an AWS Identity and Access Management (IAM) role that DataSync assumes when mounting the 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 copies data to or from the 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.