Class CfnProfileAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53profiles.CfnProfileAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProfileAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProfileAssociationProps
@Stability(Stable)
@Internal
public static final class CfnProfileAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProfileAssociationProps
An implementation for
CfnProfileAssociationProps-
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.route53profiles.CfnProfileAssociationProps
CfnProfileAssociationProps.Builder, CfnProfileAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProfileAssociationProps.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 StringgetArn()The Amazon Resource Name (ARN) of the profile association to a VPC.final StringgetName()Name of the Profile association.final StringID of the Profile.final StringThe ID of the VPC.getTags()An array of key-value pairs to apply to this 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 theCfnProfileAssociationProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnProfileAssociationPropsName of the Profile association.- Specified by:
getNamein interfaceCfnProfileAssociationProps- See Also:
-
getProfileId
Description copied from interface:CfnProfileAssociationPropsID of the Profile.Update to this property requires update to the
ResourceIdproperty as well, because you can only associate one Profile per VPC. For more information, see Route 53 Profiles .- Specified by:
getProfileIdin interfaceCfnProfileAssociationProps- See Also:
-
getResourceId
Description copied from interface:CfnProfileAssociationPropsThe ID of the VPC.- Specified by:
getResourceIdin interfaceCfnProfileAssociationProps- See Also:
-
getArn
Description copied from interface:CfnProfileAssociationPropsThe Amazon Resource Name (ARN) of the profile association to a VPC.- Specified by:
getArnin interfaceCfnProfileAssociationProps- See Also:
-
getTags
Description copied from interface:CfnProfileAssociationPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnProfileAssociationProps- 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()
-