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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.vpclattice.CfnServiceNetworkVpcAssociationProps
CfnServiceNetworkVpcAssociationProps.Builder, CfnServiceNetworkVpcAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServiceNetworkVpcAssociationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceNetworkVpcAssociationProps.Builder
.
-
-
Method Details
-
getSecurityGroupIds
Description copied from interface:CfnServiceNetworkVpcAssociationProps
The 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:
getSecurityGroupIds
in interfaceCfnServiceNetworkVpcAssociationProps
- See Also:
-
getServiceNetworkIdentifier
Description copied from interface:CfnServiceNetworkVpcAssociationProps
The 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:
getServiceNetworkIdentifier
in interfaceCfnServiceNetworkVpcAssociationProps
- See Also:
-
getTags
Description copied from interface:CfnServiceNetworkVpcAssociationProps
The tags for the association.- Specified by:
getTags
in interfaceCfnServiceNetworkVpcAssociationProps
- See Also:
-
getVpcIdentifier
Description copied from interface:CfnServiceNetworkVpcAssociationProps
The ID of the VPC.- Specified by:
getVpcIdentifier
in interfaceCfnServiceNetworkVpcAssociationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-