@Stability(value=Stable)
public static interface CfnServerlessCluster.VpcConfigProperty
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.msk.*;
VpcConfigProperty vpcConfigProperty = VpcConfigProperty.builder()
.subnetIds(List.of("subnetIds"))
// the properties below are optional
.securityGroups(List.of("securityGroups"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServerlessCluster.VpcConfigProperty.Builder
A builder for
CfnServerlessCluster.VpcConfigProperty |
static class |
CfnServerlessCluster.VpcConfigProperty.Jsii$Proxy
An implementation for
CfnServerlessCluster.VpcConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServerlessCluster.VpcConfigProperty.Builder |
builder() |
default List<String> |
getSecurityGroups()
`CfnServerlessCluster.VpcConfigProperty.SecurityGroups`.
|
List<String> |
getSubnetIds()
`CfnServerlessCluster.VpcConfigProperty.SubnetIds`.
|
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroups()
@Stability(value=Stable) static CfnServerlessCluster.VpcConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.