Class CfnServiceNetworkVpcAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnServiceNetworkVpcAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnServiceNetworkVpcAssociationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnServiceNetworkVpcAssociationProps
@Stability(Stable)
@Internal
public static final class CfnServiceNetworkVpcAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceNetworkVpcAssociationProps
An implementation for 
CfnServiceNetworkVpcAssociationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.vpclattice.CfnServiceNetworkVpcAssociationPropsCfnServiceNetworkVpcAssociationProps.Builder, CfnServiceNetworkVpcAssociationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceNetworkVpcAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnServiceNetworkVpcAssociationProps.Builder.
 
- 
- 
Method Details- 
getSecurityGroupIdsDescription copied from interface:CfnServiceNetworkVpcAssociationPropsThe IDs of the security groups.Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide . - Specified by:
- getSecurityGroupIdsin interface- CfnServiceNetworkVpcAssociationProps
 
- 
getServiceNetworkIdentifierDescription copied from interface:CfnServiceNetworkVpcAssociationPropsThe ID or Amazon Resource Name (ARN) of the service network.You must use the ARN when the resources specified in the operation are in different accounts. - Specified by:
- getServiceNetworkIdentifierin interface- CfnServiceNetworkVpcAssociationProps
 
- 
getTagsDescription copied from interface:CfnServiceNetworkVpcAssociationPropsThe tags for the association.- Specified by:
- getTagsin interface- CfnServiceNetworkVpcAssociationProps
 
- 
getVpcIdentifierDescription copied from interface:CfnServiceNetworkVpcAssociationPropsThe ID of the VPC.- Specified by:
- getVpcIdentifierin interface- CfnServiceNetworkVpcAssociationProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-