@Stability(value=Stable)
public static interface CfnFunction.FileSystemConfigProperty
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.sam.*;
FileSystemConfigProperty fileSystemConfigProperty = FileSystemConfigProperty.builder()
.arn("arn")
.localMountPath("localMountPath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.FileSystemConfigProperty.Builder
A builder for
CfnFunction.FileSystemConfigProperty |
static class |
CfnFunction.FileSystemConfigProperty.Jsii$Proxy
An implementation for
CfnFunction.FileSystemConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.FileSystemConfigProperty.Builder |
builder() |
default String |
getArn()
`CfnFunction.FileSystemConfigProperty.Arn`.
|
default String |
getLocalMountPath()
`CfnFunction.FileSystemConfigProperty.LocalMountPath`.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getLocalMountPath()
@Stability(value=Stable) static CfnFunction.FileSystemConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.