@Stability(value=Stable)
public static interface CfnEnvironment.EfsStorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.m2.*;
EfsStorageConfigurationProperty efsStorageConfigurationProperty = EfsStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.EfsStorageConfigurationProperty.Builder
A builder for
CfnEnvironment.EfsStorageConfigurationProperty |
static class |
CfnEnvironment.EfsStorageConfigurationProperty.Jsii$Proxy
An implementation for
CfnEnvironment.EfsStorageConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.EfsStorageConfigurationProperty.Builder |
builder() |
String |
getFileSystemId()
`CfnEnvironment.EfsStorageConfigurationProperty.FileSystemId`.
|
String |
getMountPoint()
`CfnEnvironment.EfsStorageConfigurationProperty.MountPoint`.
|
@Stability(value=Stable) @NotNull String getFileSystemId()
@Stability(value=Stable) @NotNull String getMountPoint()
@Stability(value=Stable) static CfnEnvironment.EfsStorageConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.