Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html#cfn-pcaconnectorad-connector-vpcinformation-ipaddresstype

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-connector-vpcinformation.html#cfn-pcaconnectorad-connector-vpcinformation-securitygroupids

Back to top Generated by DocFX