Show / Hide Table of Contents

Class CfnConnection.PhysicalConnectionRequirementsProperty

Physical connection requirements of a connection.

Inheritance
object
CfnConnection.PhysicalConnectionRequirementsProperty
Implements
CfnConnection.IPhysicalConnectionRequirementsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.PhysicalConnectionRequirementsProperty : CfnConnection.IPhysicalConnectionRequirementsProperty
Syntax (vb)
Public Class CfnConnection.PhysicalConnectionRequirementsProperty Implements CfnConnection.IPhysicalConnectionRequirementsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.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.AWS.DataZone;

             var physicalConnectionRequirementsProperty = new PhysicalConnectionRequirementsProperty {
                 AvailabilityZone = "availabilityZone",
                 SecurityGroupIdList = new [] { "securityGroupIdList" },
                 SubnetId = "subnetId",
                 SubnetIdList = new [] { "subnetIdList" }
             };

Synopsis

Constructors

PhysicalConnectionRequirementsProperty()

Physical connection requirements of a connection.

Properties

AvailabilityZone

The availability zone of the physical connection requirements of a connection.

SecurityGroupIdList

The group ID list of the physical connection requirements of a connection.

SubnetId

The subnet ID of the physical connection requirements of a connection.

SubnetIdList

The subnet ID list of the physical connection requirements of a connection.

Constructors

PhysicalConnectionRequirementsProperty()

Physical connection requirements of a connection.

public PhysicalConnectionRequirementsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.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.AWS.DataZone;

             var physicalConnectionRequirementsProperty = new PhysicalConnectionRequirementsProperty {
                 AvailabilityZone = "availabilityZone",
                 SecurityGroupIdList = new [] { "securityGroupIdList" },
                 SubnetId = "subnetId",
                 SubnetIdList = new [] { "subnetIdList" }
             };

Properties

AvailabilityZone

The availability zone of the physical connection requirements of a connection.

public string? AvailabilityZone { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-availabilityzone

SecurityGroupIdList

The group ID list of the physical connection requirements of a connection.

public string[]? SecurityGroupIdList { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-securitygroupidlist

SubnetId

The subnet ID of the physical connection requirements of a connection.

public string? SubnetId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-subnetid

SubnetIdList

The subnet ID list of the physical connection requirements of a connection.

public string[]? SubnetIdList { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-physicalconnectionrequirements.html#cfn-datazone-connection-physicalconnectionrequirements-subnetidlist

Implements

CfnConnection.IPhysicalConnectionRequirementsProperty
Back to top Generated by DocFX