Class CfnVpcEndpointAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnVpcEndpointAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcEndpointAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcEndpointAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnVpcEndpointAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcEndpointAssociationMixinProps
An implementation for
CfnVpcEndpointAssociationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnVpcEndpointAssociationMixinProps
CfnVpcEndpointAssociationMixinProps.Builder, CfnVpcEndpointAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVpcEndpointAssociationMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA description of the VPC endpoint association.final StringThe Amazon Resource Name (ARN) of the firewall.final ObjectThe ID for a subnet that's used in an association with a firewall.getTags()The key:value pairs to associate with the resource.final StringgetVpcId()The unique identifier of the VPC for the endpoint association.final inthashCode()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 theCfnVpcEndpointAssociationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnVpcEndpointAssociationMixinPropsA description of the VPC endpoint association.- Specified by:
getDescriptionin interfaceCfnVpcEndpointAssociationMixinProps- See Also:
-
getFirewallArn
Description copied from interface:CfnVpcEndpointAssociationMixinPropsThe Amazon Resource Name (ARN) of the firewall.- Specified by:
getFirewallArnin interfaceCfnVpcEndpointAssociationMixinProps- See Also:
-
getSubnetMapping
Description copied from interface:CfnVpcEndpointAssociationMixinPropsThe ID for a subnet that's used in an association with a firewall.This is used in
CreateFirewall,AssociateSubnets, andCreateVpcEndpointAssociation. AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.Returns union: either
IResolvableorCfnVpcEndpointAssociationPropsMixin.SubnetMappingProperty- Specified by:
getSubnetMappingin interfaceCfnVpcEndpointAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnVpcEndpointAssociationMixinPropsThe key:value pairs to associate with the resource.- Specified by:
getTagsin interfaceCfnVpcEndpointAssociationMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnVpcEndpointAssociationMixinPropsThe unique identifier of the VPC for the endpoint association.- Specified by:
getVpcIdin interfaceCfnVpcEndpointAssociationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-