Interface CfnConnectorPropsMixin.IVpcInformationProperty
Information about your VPC and security groups used with the connector.
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCAConnectorAD.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnConnectorPropsMixin.IVpcInformationProperty
Syntax (vb)
Public Interface CfnConnectorPropsMixin.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.Mixins.Preview.AWS.PCAConnectorAD.Mixins;
var vpcInformationProperty = new VpcInformationProperty {
IpAddressType = "ipAddressType",
SecurityGroupIds = new [] { "securityGroupIds" }
};
Synopsis
Properties
| IpAddressType | The VPC IP address type. |
| SecurityGroupIds | The security groups used with the connector. |
Properties
IpAddressType
The VPC IP address type.
string? IpAddressType { get; }
Property Value
Remarks
SecurityGroupIds
The security groups used with the connector.
string[]? SecurityGroupIds { get; }
Property Value
string[]
Remarks
You can use a maximum of 4 security groups with a connector.