| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFileSystem.ElasticFileSystemTagProperty.Jsii$Proxy
An implementation for
CfnFileSystem.ElasticFileSystemTagProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.ElasticFileSystemTagProperty |
CfnFileSystem.ElasticFileSystemTagProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnFileSystem.ElasticFileSystemTagProperty> |
CfnFileSystemProps.getFileSystemTags()
`AWS::EFS::FileSystem.FileSystemTags`.
|
List<CfnFileSystem.ElasticFileSystemTagProperty> |
CfnFileSystemProps.Jsii$Proxy.getFileSystemTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystemProps.Builder |
CfnFileSystemProps.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags)
Sets the value of
CfnFileSystemProps.getFileSystemTags() |
CfnFileSystem.Builder |
CfnFileSystem.Builder.fileSystemTags(List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags)
`AWS::EFS::FileSystem.FileSystemTags`.
|
| Constructor and Description |
|---|
Jsii$Proxy(String availabilityZoneName,
Object backupPolicy,
Object bypassPolicyLockoutSafetyCheck,
Object encrypted,
Object fileSystemPolicy,
List<? extends CfnFileSystem.ElasticFileSystemTagProperty> fileSystemTags,
String kmsKeyId,
Object lifecyclePolicies,
String performanceMode,
Number provisionedThroughputInMibps,
String throughputMode)
Constructor that initializes the object based on literal property values passed by the
CfnFileSystemProps.Builder. |
Copyright © 2021. All rights reserved.