Class CfnRuntime.ManagedVpcResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.ManagedVpcResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuntime.ManagedVpcResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuntime.ManagedVpcResourceProperty
@Stability(Stable)
@Internal
public static final class CfnRuntime.ManagedVpcResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuntime.ManagedVpcResourceProperty
An implementation for
CfnRuntime.ManagedVpcResourceProperty-
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.services.bedrockagentcore.CfnRuntime.ManagedVpcResourceProperty
CfnRuntime.ManagedVpcResourceProperty.Builder, CfnRuntime.ManagedVpcResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuntime.ManagedVpcResourceProperty.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 StringThe IP address type for the endpoint.final StringAn intermediate domain to use as the resource configuration endpoint instead of the actual target domain.The security group IDs.The subnet IDs.getTags()Tags to apply to the managed VPC Lattice resource gateway.final StringThe VPC identifier.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 theCfnRuntime.ManagedVpcResourceProperty.Builder.
-
-
Method Details
-
getEndpointIpAddressType
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyThe IP address type for the endpoint.- Specified by:
getEndpointIpAddressTypein interfaceCfnRuntime.ManagedVpcResourceProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyThe subnet IDs.- Specified by:
getSubnetIdsin interfaceCfnRuntime.ManagedVpcResourceProperty- See Also:
-
getVpcIdentifier
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyThe VPC identifier.- Specified by:
getVpcIdentifierin interfaceCfnRuntime.ManagedVpcResourceProperty- See Also:
-
getRoutingDomain
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyAn intermediate domain to use as the resource configuration endpoint instead of the actual target domain.- Specified by:
getRoutingDomainin interfaceCfnRuntime.ManagedVpcResourceProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyThe security group IDs.- Specified by:
getSecurityGroupIdsin interfaceCfnRuntime.ManagedVpcResourceProperty- See Also:
-
getTags
Description copied from interface:CfnRuntime.ManagedVpcResourcePropertyTags to apply to the managed VPC Lattice resource gateway.- Specified by:
getTagsin interfaceCfnRuntime.ManagedVpcResourceProperty- 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()
-