Class CfnProfileResourceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53profiles.CfnProfileResourceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnProfileResourceAssociationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnProfileResourceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnProfileResourceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProfileResourceAssociationProps
An implementation for 
CfnProfileResourceAssociationProps- 
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.CfnProfileResourceAssociationProps
CfnProfileResourceAssociationProps.Builder, CfnProfileResourceAssociationProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProfileResourceAssociationProps.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 StringgetName()Name of the Profile resource association.final StringProfile ID of the Profile that the resources are associated with.final StringThe Amazon Resource Name (ARN) of the resource association.final StringIf the DNS resource is a DNS Firewall rule group, this indicates the priority.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 theCfnProfileResourceAssociationProps.Builder. 
 - 
 - 
Method Details
- 
getName
Description copied from interface:CfnProfileResourceAssociationPropsName of the Profile resource association.- Specified by:
 getNamein interfaceCfnProfileResourceAssociationProps- See Also:
 
 - 
getProfileId
Description copied from interface:CfnProfileResourceAssociationPropsProfile ID of the Profile that the resources are associated with.- Specified by:
 getProfileIdin interfaceCfnProfileResourceAssociationProps- See Also:
 
 - 
getResourceArn
Description copied from interface:CfnProfileResourceAssociationPropsThe Amazon Resource Name (ARN) of the resource association.- Specified by:
 getResourceArnin interfaceCfnProfileResourceAssociationProps- See Also:
 
 - 
getResourceProperties
Description copied from interface:CfnProfileResourceAssociationPropsIf the DNS resource is a DNS Firewall rule group, this indicates the priority.- Specified by:
 getResourcePropertiesin interfaceCfnProfileResourceAssociationProps- 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() 
 -