@Stability(value=Stable)
public static interface CfnConnector.VpcProperty
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.kafkaconnect.*;
VpcProperty vpcProperty = VpcProperty.builder()
.securityGroups(List.of("securityGroups"))
.subnets(List.of("subnets"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.VpcProperty.Builder
A builder for
CfnConnector.VpcProperty |
static class |
CfnConnector.VpcProperty.Jsii$Proxy
An implementation for
CfnConnector.VpcProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.VpcProperty.Builder |
builder() |
List<String> |
getSecurityGroups()
The security groups for the connector.
|
List<String> |
getSubnets()
The subnets for the connector.
|
@Stability(value=Stable) @NotNull List<String> getSecurityGroups()
@Stability(value=Stable) @NotNull List<String> getSubnets()
@Stability(value=Stable) static CfnConnector.VpcProperty.Builder builder()
CfnConnector.VpcProperty.Builder of CfnConnector.VpcPropertyCopyright © 2022. All rights reserved.