Class CfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOAuth2CredentialProvider.ManagedVpcResourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOAuth2CredentialProvider.ManagedVpcResourceProperty
@Stability(Stable)
@Internal
public static final class CfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOAuth2CredentialProvider.ManagedVpcResourceProperty
An implementation for
CfnOAuth2CredentialProvider.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.CfnOAuth2CredentialProvider.ManagedVpcResourceProperty
CfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Builder, CfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOAuth2CredentialProvider.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 resource configuration endpoint.final StringAn intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint.The security group IDs to associate with the VPC Lattice resource gateway.The subnet IDs within the VPC where the VPC Lattice resource gateway is placed.getTags()A map of tags (key-value pairs) to apply to a resource.final StringThe ID of the VPC that contains your private resource.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 theCfnOAuth2CredentialProvider.ManagedVpcResourceProperty.Builder.
-
-
Method Details
-
getEndpointIpAddressType
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyThe IP address type for the resource configuration endpoint.- Specified by:
getEndpointIpAddressTypein interfaceCfnOAuth2CredentialProvider.ManagedVpcResourceProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyThe subnet IDs within the VPC where the VPC Lattice resource gateway is placed.- Specified by:
getSubnetIdsin interfaceCfnOAuth2CredentialProvider.ManagedVpcResourceProperty- See Also:
-
getVpcIdentifier
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyThe ID of the VPC that contains your private resource.- Specified by:
getVpcIdentifierin interfaceCfnOAuth2CredentialProvider.ManagedVpcResourceProperty- See Also:
-
getRoutingDomain
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyAn intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint.- Specified by:
getRoutingDomainin interfaceCfnOAuth2CredentialProvider.ManagedVpcResourceProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyThe security group IDs to associate with the VPC Lattice resource gateway.- Specified by:
getSecurityGroupIdsin interfaceCfnOAuth2CredentialProvider.ManagedVpcResourceProperty- See Also:
-
getTags
Description copied from interface:CfnOAuth2CredentialProvider.ManagedVpcResourcePropertyA map of tags (key-value pairs) to apply to a resource.- Specified by:
getTagsin interfaceCfnOAuth2CredentialProvider.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()
-