Interface CfnConnector.IVpcInformationProperty
Information about your VPC and security groups used with the connector.
Namespace: Amazon.CDK.AwsPcaconnectorad
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcInformationProperty
Syntax (vb)
Public Interface IVpcInformationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_pcaconnectorad;
var vpcInformationProperty = new VpcInformationProperty {
SecurityGroupIds = new [] { "securityGroupIds" },
// the properties below are optional
IpAddressType = "ipAddressType"
};
Synopsis
Properties
Ip |
|
Security |
The security groups used with the connector. |
Properties
IpAddressType
virtual string IpAddressType { get; }
Property Value
System.
Remarks
SecurityGroupIds
The security groups used with the connector.
string[] SecurityGroupIds { get; }
Property Value
System.
Remarks
You can use a maximum of 4 security groups with a connector.