Interface CfnConnection.PhysicalConnectionRequirementsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.PhysicalConnectionRequirementsProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.PhysicalConnectionRequirementsProperty
extends software.amazon.jsii.JsiiSerializable
The OAuth client app in GetConnection response.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; PhysicalConnectionRequirementsProperty physicalConnectionRequirementsProperty = PhysicalConnectionRequirementsProperty.builder() .availabilityZone("availabilityZone") .securityGroupIdList(List.of("securityGroupIdList")) .subnetId("subnetId") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnection.PhysicalConnectionRequirementsProperty
static final class
An implementation forCfnConnection.PhysicalConnectionRequirementsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The connection's Availability Zone.- See Also:
-
getSecurityGroupIdList
The security group ID list used by the connection.- See Also:
-
getSubnetId
The subnet ID used by the connection.- See Also:
-
builder
-