Interface CfnConnection.IPhysicalConnectionRequirementsProperty
Physical connection requirements of a connection.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IPhysicalConnectionRequirementsProperty
Syntax (vb)
Public Interface 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
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. |
Properties
AvailabilityZone
The availability zone of the physical connection requirements of a connection.
string? AvailabilityZone { get; }
Property Value
Remarks
SecurityGroupIdList
The group ID list of the physical connection requirements of a connection.
string[]? SecurityGroupIdList { get; }
Property Value
string[]
Remarks
SubnetId
The subnet ID of the physical connection requirements of a connection.
string? SubnetId { get; }
Property Value
Remarks
SubnetIdList
The subnet ID list of the physical connection requirements of a connection.
string[]? SubnetIdList { get; }
Property Value
string[]