@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.698Z") @Stability(value=Stable) public interface CfnVolumeProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opsworks.*;
CfnVolumeProps cfnVolumeProps = CfnVolumeProps.builder()
.ec2VolumeId("ec2VolumeId")
.stackId("stackId")
// the properties below are optional
.mountPoint("mountPoint")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVolumeProps.Builder
A builder for
CfnVolumeProps |
static class |
CfnVolumeProps.Jsii$Proxy
An implementation for
CfnVolumeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVolumeProps.Builder |
builder() |
String |
getEc2VolumeId()
`AWS::OpsWorks::Volume.Ec2VolumeId`.
|
default String |
getMountPoint()
`AWS::OpsWorks::Volume.MountPoint`.
|
default String |
getName()
`AWS::OpsWorks::Volume.Name`.
|
String |
getStackId()
`AWS::OpsWorks::Volume.StackId`.
|
@Stability(value=Stable) @NotNull String getEc2VolumeId()
@Stability(value=Stable) @Nullable default String getMountPoint()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull String getStackId()
@Stability(value=Stable) static CfnVolumeProps.Builder builder()
CfnVolumeProps.Builder of CfnVolumePropsCopyright © 2021. All rights reserved.