@Stability(value=Stable)
public static interface CfnEnvironment.StorageConfigurationProperty
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.*;
StorageConfigurationProperty storageConfigurationProperty = StorageConfigurationProperty.builder()
.efs(EfsStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build())
.fsx(FsxStorageConfigurationProperty.builder()
.fileSystemId("fileSystemId")
.mountPoint("mountPoint")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.StorageConfigurationProperty.Builder
A builder for
CfnEnvironment.StorageConfigurationProperty |
static class |
CfnEnvironment.StorageConfigurationProperty.Jsii$Proxy
An implementation for
CfnEnvironment.StorageConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.StorageConfigurationProperty.Builder |
builder() |
default Object |
getEfs()
`CfnEnvironment.StorageConfigurationProperty.Efs`.
|
default Object |
getFsx()
`CfnEnvironment.StorageConfigurationProperty.Fsx`.
|
@Stability(value=Stable) @Nullable default Object getEfs()
@Stability(value=Stable) @Nullable default Object getFsx()
@Stability(value=Stable) static CfnEnvironment.StorageConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.