Interface CfnConnectorPropsMixin.VpcInformationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.VpcInformationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.VpcInformationProperty
extends software.amazon.jsii.JsiiSerializable
Information about your VPC and security groups used with the connector.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.*;
VpcInformationProperty vpcInformationProperty = VpcInformationProperty.builder()
.ipAddressType("ipAddressType")
.securityGroupIds(List.of("securityGroupIds"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.VpcInformationPropertystatic final classAn implementation forCfnConnectorPropsMixin.VpcInformationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpAddressType
The VPC IP address type.- See Also:
-
getSecurityGroupIds
The security groups used with the connector.You can use a maximum of 4 security groups with a connector.
- See Also:
-
builder
-