Class CfnProfileAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.route53profiles.mixins.CfnProfileAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProfileAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProfileAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnProfileAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProfileAssociationMixinProps
An implementation for
CfnProfileAssociationMixinProps-
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.mixins.preview.services.route53profiles.mixins.CfnProfileAssociationMixinProps
CfnProfileAssociationMixinProps.Builder, CfnProfileAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProfileAssociationMixinProps.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 theCfnProfileAssociationMixinProps.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnProfileAssociationMixinPropsThe Amazon Resource Name (ARN) of the profile association to a VPC.- Specified by:
getArnin interfaceCfnProfileAssociationMixinProps- See Also:
-
getName
Description copied from interface:CfnProfileAssociationMixinPropsName of the Profile association.- Specified by:
getNamein interfaceCfnProfileAssociationMixinProps- See Also:
-
getProfileId
Description copied from interface:CfnProfileAssociationMixinPropsID 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 interfaceCfnProfileAssociationMixinProps- See Also:
-
getResourceId
Description copied from interface:CfnProfileAssociationMixinPropsThe ID of the VPC.- Specified by:
getResourceIdin interfaceCfnProfileAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnProfileAssociationMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnProfileAssociationMixinProps- 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()
-