interface VpcInformationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_pcaconnectorad.CfnConnector.VpcInformationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#CfnConnector_VpcInformationProperty |
Java | software.amazon.awscdk.services.pcaconnectorad.CfnConnector.VpcInformationProperty |
Python | aws_cdk.aws_pcaconnectorad.CfnConnector.VpcInformationProperty |
TypeScript | aws-cdk-lib » aws_pcaconnectorad » CfnConnector » VpcInformationProperty |
Information about your VPC and security groups used with the connector.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorad as pcaconnectorad } from 'aws-cdk-lib';
const vpcInformationProperty: pcaconnectorad.CfnConnector.VpcInformationProperty = {
securityGroupIds: ['securityGroupIds'],
};
Properties
Name | Type | Description |
---|---|---|
security | string[] | The security groups used with the connector. |
securityGroupIds
Type:
string[]
The security groups used with the connector.
You can use a maximum of 4 security groups with a connector.