Interface CfnBrowserCustom.VpcConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBrowserCustom.VpcConfigProperty.Jsii$Proxy
- Enclosing class:
CfnBrowserCustom
@Stability(Stable)
public static interface CfnBrowserCustom.VpcConfigProperty
extends software.amazon.jsii.JsiiSerializable
Network mode configuration for VPC.
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.bedrockagentcore.*; VpcConfigProperty vpcConfigProperty = VpcConfigProperty.builder() .securityGroups(List.of("securityGroups")) .subnets(List.of("subnets")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBrowserCustom.VpcConfigProperty
static final class
An implementation forCfnBrowserCustom.VpcConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecurityGroups
Security groups for VPC.- See Also:
-
getSubnets
Subnets for VPC.- See Also:
-
builder
-