interface PhysicalConnectionRequirementsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnConnection.PhysicalConnectionRequirementsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnConnection_PhysicalConnectionRequirementsProperty |
![]() | software.amazon.awscdk.services.datazone.CfnConnection.PhysicalConnectionRequirementsProperty |
![]() | aws_cdk.aws_datazone.CfnConnection.PhysicalConnectionRequirementsProperty |
![]() | aws-cdk-lib » aws_datazone » CfnConnection » PhysicalConnectionRequirementsProperty |
Physical connection requirements of a connection.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const physicalConnectionRequirementsProperty: datazone.CfnConnection.PhysicalConnectionRequirementsProperty = {
availabilityZone: 'availabilityZone',
securityGroupIdList: ['securityGroupIdList'],
subnetId: 'subnetId',
subnetIdList: ['subnetIdList'],
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The availability zone of the physical connection requirements of a connection. |
security | string[] | The group ID list of the physical connection requirements of a connection. |
subnet | string | The subnet ID of the physical connection requirements of a connection. |
subnet | string[] | The subnet ID list of the physical connection requirements of a connection. |
availabilityZone?
Type:
string
(optional)
The availability zone of the physical connection requirements of a connection.
securityGroupIdList?
Type:
string[]
(optional)
The group ID list of the physical connection requirements of a connection.
subnetId?
Type:
string
(optional)
The subnet ID of the physical connection requirements of a connection.
subnetIdList?
Type:
string[]
(optional)
The subnet ID list of the physical connection requirements of a connection.