Interface DatasyncLocationEfsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DatasyncLocationEfsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.459Z") @Stability(Stable) public interface DatasyncLocationEfsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatasyncLocationEfsConfig.BuilderA builder forDatasyncLocationEfsConfigstatic classDatasyncLocationEfsConfig.Jsii$ProxyAn implementation forDatasyncLocationEfsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatasyncLocationEfsConfig.Builderbuilder()default StringgetAccessPointArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#access_point_arn DatasyncLocationEfs#access_point_arn}.DatasyncLocationEfsEc2ConfiggetEc2Config()ec2_config block.StringgetEfsFileSystemArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#efs_file_system_arn DatasyncLocationEfs#efs_file_system_arn}.default StringgetFileSystemAccessRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#file_system_access_role_arn DatasyncLocationEfs#file_system_access_role_arn}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#id DatasyncLocationEfs#id}.default StringgetInTransitEncryption()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#in_transit_encryption DatasyncLocationEfs#in_transit_encryption}.default StringgetSubdirectory()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#subdirectory DatasyncLocationEfs#subdirectory}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#tags DatasyncLocationEfs#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#tags_all DatasyncLocationEfs#tags_all}.
-
-
-
Method Detail
-
getEc2Config
@Stability(Stable) @NotNull DatasyncLocationEfsEc2Config getEc2Config()
ec2_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#ec2_config DatasyncLocationEfs#ec2_config}
-
getEfsFileSystemArn
@Stability(Stable) @NotNull String getEfsFileSystemArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#efs_file_system_arn DatasyncLocationEfs#efs_file_system_arn}.
-
getAccessPointArn
@Stability(Stable) @Nullable default String getAccessPointArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#access_point_arn DatasyncLocationEfs#access_point_arn}.
-
getFileSystemAccessRoleArn
@Stability(Stable) @Nullable default String getFileSystemAccessRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#file_system_access_role_arn DatasyncLocationEfs#file_system_access_role_arn}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#id DatasyncLocationEfs#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getInTransitEncryption
@Stability(Stable) @Nullable default String getInTransitEncryption()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#in_transit_encryption DatasyncLocationEfs#in_transit_encryption}.
-
getSubdirectory
@Stability(Stable) @Nullable default String getSubdirectory()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#subdirectory DatasyncLocationEfs#subdirectory}.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#tags DatasyncLocationEfs#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_efs#tags_all DatasyncLocationEfs#tags_all}.
-
builder
@Stability(Stable) static DatasyncLocationEfsConfig.Builder builder()
- Returns:
- a
DatasyncLocationEfsConfig.BuilderofDatasyncLocationEfsConfig
-
-