Class CfnIdNamespaceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnIdNamespaceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnIdNamespaceAssociationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIdNamespaceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnIdNamespaceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdNamespaceAssociationProps
An implementation for 
CfnIdNamespaceAssociationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnIdNamespaceAssociationPropsCfnIdNamespaceAssociationProps.Builder, CfnIdNamespaceAssociationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdNamespaceAssociationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the ID namespace association.final ObjectThe configuration settings for the ID mapping table.final ObjectThe input reference configuration for the ID namespace association.final StringThe unique identifier of the membership that contains the ID namespace association.final StringgetName()The name of this ID namespace association.getTags()An optional label that you can assign to a resource when you create it.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnIdNamespaceAssociationProps.Builder.
 
- 
- 
Method Details- 
getInputReferenceConfigDescription copied from interface:CfnIdNamespaceAssociationPropsThe input reference configuration for the ID namespace association.Returns union: either IResolvableorCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty- Specified by:
- getInputReferenceConfigin interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
getMembershipIdentifierDescription copied from interface:CfnIdNamespaceAssociationPropsThe unique identifier of the membership that contains the ID namespace association.- Specified by:
- getMembershipIdentifierin interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
getNameDescription copied from interface:CfnIdNamespaceAssociationPropsThe name of this ID namespace association.- Specified by:
- getNamein interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnIdNamespaceAssociationPropsThe description of the ID namespace association.- Specified by:
- getDescriptionin interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
getIdMappingConfigDescription copied from interface:CfnIdNamespaceAssociationPropsThe configuration settings for the ID mapping table.Returns union: either IResolvableorCfnIdNamespaceAssociation.IdMappingConfigProperty- Specified by:
- getIdMappingConfigin interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnIdNamespaceAssociationPropsAn optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource. - Specified by:
- getTagsin interface- CfnIdNamespaceAssociationProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-