Class CfnConnection.PhysicalConnectionRequirementsProperty
Physical connection requirements of a connection.
Inherited Members
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
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
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
Remarks
SecurityGroupIdList
The group ID list of the physical connection requirements of a connection.
public string[]? SecurityGroupIdList { get; set; }
Property Value
string[]
Remarks
SubnetId
The subnet ID of the physical connection requirements of a connection.
public string? SubnetId { get; set; }
Property Value
Remarks
SubnetIdList
The subnet ID list of the physical connection requirements of a connection.
public string[]? SubnetIdList { get; set; }
Property Value
string[]