Interface CfnCodeInterpreterCustom.VpcConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCodeInterpreterCustom.VpcConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCodeInterpreterCustom
@Stability(Stable)
public static interface CfnCodeInterpreterCustom.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 classA builder forCfnCodeInterpreterCustom.VpcConfigPropertystatic final classAn implementation forCfnCodeInterpreterCustom.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
-