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