@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.766Z") @Stability(value=Stable) public interface CfnLocationEFSProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datasync.*;
CfnLocationEFSProps cfnLocationEFSProps = CfnLocationEFSProps.builder()
.ec2Config(Ec2ConfigProperty.builder()
.securityGroupArns(List.of("securityGroupArns"))
.subnetArn("subnetArn")
.build())
.efsFilesystemArn("efsFilesystemArn")
// the properties below are optional
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationEFSProps.Builder
A builder for
CfnLocationEFSProps |
static class |
CfnLocationEFSProps.Jsii$Proxy
An implementation for
CfnLocationEFSProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationEFSProps.Builder |
builder() |
Object |
getEc2Config()
`AWS::DataSync::LocationEFS.Ec2Config`.
|
String |
getEfsFilesystemArn()
`AWS::DataSync::LocationEFS.EfsFilesystemArn`.
|
default String |
getSubdirectory()
`AWS::DataSync::LocationEFS.Subdirectory`.
|
default List<CfnTag> |
getTags()
`AWS::DataSync::LocationEFS.Tags`.
|
@Stability(value=Stable) @NotNull Object getEc2Config()
@Stability(value=Stable) @NotNull String getEfsFilesystemArn()
@Stability(value=Stable) @Nullable default String getSubdirectory()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnLocationEFSProps.Builder builder()
CfnLocationEFSProps.Builder of CfnLocationEFSPropsCopyright © 2021. All rights reserved.