@Stability(value=Stable)
public static interface CfnDomain.VPCOptionsProperty
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.elasticsearch.*;
VPCOptionsProperty vPCOptionsProperty = VPCOptionsProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomain.VPCOptionsProperty.Builder
A builder for
CfnDomain.VPCOptionsProperty |
static class |
CfnDomain.VPCOptionsProperty.Jsii$Proxy
An implementation for
CfnDomain.VPCOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.VPCOptionsProperty.Builder |
builder() |
default List<String> |
getSecurityGroupIds()
`CfnDomain.VPCOptionsProperty.SecurityGroupIds`.
|
default List<String> |
getSubnetIds()
`CfnDomain.VPCOptionsProperty.SubnetIds`.
|
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) static CfnDomain.VPCOptionsProperty.Builder builder()
Copyright © 2021. All rights reserved.