interface VpcConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnCodeInterpreterCustom.VpcConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCodeInterpreterCustom_VpcConfigProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustom.VpcConfigProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnCodeInterpreterCustom.VpcConfigProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnCodeInterpreterCustom » VpcConfigProperty |
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 { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const vpcConfigProperty: bedrockagentcore.CfnCodeInterpreterCustom.VpcConfigProperty = {
securityGroups: ['securityGroups'],
subnets: ['subnets'],
};
Properties
Name | Type | Description |
---|---|---|
security | string[] | Security groups for VPC. |
subnets | string[] | Subnets for VPC. |
securityGroups
Type:
string[]
Security groups for VPC.
subnets
Type:
string[]
Subnets for VPC.