Class CfnIdNamespaceAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnIdNamespaceAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdNamespaceAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdNamespaceAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdNamespaceAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdNamespaceAssociationMixinProps
An implementation for
CfnIdNamespaceAssociationMixinProps-
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.cleanrooms.mixins.CfnIdNamespaceAssociationMixinProps
CfnIdNamespaceAssociationMixinProps.Builder, CfnIdNamespaceAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdNamespaceAssociationMixinProps.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 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.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 theCfnIdNamespaceAssociationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIdNamespaceAssociationMixinPropsThe description of the ID namespace association.- Specified by:
getDescriptionin interfaceCfnIdNamespaceAssociationMixinProps- See Also:
-
getIdMappingConfig
Description copied from interface:CfnIdNamespaceAssociationMixinPropsThe configuration settings for the ID mapping table.Returns union: either
IResolvableorCfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty- Specified by:
getIdMappingConfigin interfaceCfnIdNamespaceAssociationMixinProps- See Also:
-
getInputReferenceConfig
Description copied from interface:CfnIdNamespaceAssociationMixinPropsThe input reference configuration for the ID namespace association.Returns union: either
IResolvableorCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty- Specified by:
getInputReferenceConfigin interfaceCfnIdNamespaceAssociationMixinProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnIdNamespaceAssociationMixinPropsThe unique identifier of the membership that contains the ID namespace association.- Specified by:
getMembershipIdentifierin interfaceCfnIdNamespaceAssociationMixinProps- See Also:
-
getName
Description copied from interface:CfnIdNamespaceAssociationMixinPropsThe name of this ID namespace association.- Specified by:
getNamein interfaceCfnIdNamespaceAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnIdNamespaceAssociationMixinPropsAn 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 interfaceCfnIdNamespaceAssociationMixinProps- 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()
-