@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.908Z") @Stability(value=Stable) public class CfnFileSystem extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnFileSystem.BackupPolicyProperty |
static class |
CfnFileSystem.Builder
A fluent builder for
CfnFileSystem. |
static interface |
CfnFileSystem.ElasticFileSystemTagProperty |
static interface |
CfnFileSystem.LifecyclePolicyProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFileSystem(software.constructs.Construct scope,
String id)
Create a new `AWS::EFS::FileSystem`.
|
|
CfnFileSystem(software.constructs.Construct scope,
String id,
CfnFileSystemProps props)
Create a new `AWS::EFS::FileSystem`.
|
protected |
CfnFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFileSystem(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrFileSystemId() |
String |
getAvailabilityZoneName()
`AWS::EFS::FileSystem.AvailabilityZoneName`.
|
Object |
getBackupPolicy()
`AWS::EFS::FileSystem.BackupPolicy`.
|
Object |
getBypassPolicyLockoutSafetyCheck()
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getEncrypted()
`AWS::EFS::FileSystem.Encrypted`.
|
Object |
getFileSystemPolicy()
`AWS::EFS::FileSystem.FileSystemPolicy`.
|
String |
getKmsKeyId()
`AWS::EFS::FileSystem.KmsKeyId`.
|
Object |
getLifecyclePolicies()
`AWS::EFS::FileSystem.LifecyclePolicies`.
|
String |
getPerformanceMode()
`AWS::EFS::FileSystem.PerformanceMode`.
|
Number |
getProvisionedThroughputInMibps()
`AWS::EFS::FileSystem.ProvisionedThroughputInMibps`.
|
TagManager |
getTags()
`AWS::EFS::FileSystem.FileSystemTags`.
|
String |
getThroughputMode()
`AWS::EFS::FileSystem.ThroughputMode`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAvailabilityZoneName(String value)
`AWS::EFS::FileSystem.AvailabilityZoneName`.
|
void |
setBackupPolicy(CfnFileSystem.BackupPolicyProperty value)
`AWS::EFS::FileSystem.BackupPolicy`.
|
void |
setBackupPolicy(IResolvable value)
`AWS::EFS::FileSystem.BackupPolicy`.
|
void |
setBypassPolicyLockoutSafetyCheck(Boolean value)
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
void |
setBypassPolicyLockoutSafetyCheck(IResolvable value)
`AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
|
void |
setEncrypted(Boolean value)
`AWS::EFS::FileSystem.Encrypted`.
|
void |
setEncrypted(IResolvable value)
`AWS::EFS::FileSystem.Encrypted`.
|
void |
setFileSystemPolicy(Object value)
`AWS::EFS::FileSystem.FileSystemPolicy`.
|
void |
setKmsKeyId(String value)
`AWS::EFS::FileSystem.KmsKeyId`.
|
void |
setLifecyclePolicies(IResolvable value)
`AWS::EFS::FileSystem.LifecyclePolicies`.
|
void |
setLifecyclePolicies(List<Object> value)
`AWS::EFS::FileSystem.LifecyclePolicies`.
|
void |
setPerformanceMode(String value)
`AWS::EFS::FileSystem.PerformanceMode`.
|
void |
setProvisionedThroughputInMibps(Number value)
`AWS::EFS::FileSystem.ProvisionedThroughputInMibps`.
|
void |
setThroughputMode(String value)
`AWS::EFS::FileSystem.ThroughputMode`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFileSystem(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFileSystem(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnFileSystemProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnFileSystem(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrFileSystemId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getFileSystemPolicy()
@Stability(value=Stable)
public void setFileSystemPolicy(@NotNull
Object value)
@Stability(value=Stable) @Nullable public String getAvailabilityZoneName()
@Stability(value=Stable)
public void setAvailabilityZoneName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getBackupPolicy()
@Stability(value=Stable)
public void setBackupPolicy(@Nullable
CfnFileSystem.BackupPolicyProperty value)
@Stability(value=Stable)
public void setBackupPolicy(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getBypassPolicyLockoutSafetyCheck()
@Stability(value=Stable)
public void setBypassPolicyLockoutSafetyCheck(@Nullable
Boolean value)
@Stability(value=Stable)
public void setBypassPolicyLockoutSafetyCheck(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getEncrypted()
@Stability(value=Stable)
public void setEncrypted(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEncrypted(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getKmsKeyId()
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLifecyclePolicies()
@Stability(value=Stable)
public void setLifecyclePolicies(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLifecyclePolicies(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getPerformanceMode()
@Stability(value=Stable)
public void setPerformanceMode(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getProvisionedThroughputInMibps()
@Stability(value=Stable)
public void setProvisionedThroughputInMibps(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getThroughputMode()
@Stability(value=Stable)
public void setThroughputMode(@Nullable
String value)
Copyright © 2021. All rights reserved.