Class CfnIdMappingTableMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIdMappingTableMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingTableMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingTableMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdMappingTableMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdMappingTableMixinProps
An implementation for
CfnIdMappingTableMixinProps-
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.cfnpropertymixins.services.cleanrooms.CfnIdMappingTableMixinProps
CfnIdMappingTableMixinProps.Builder, CfnIdMappingTableMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingTableMixinProps.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 mapping table.final ObjectThe input reference configuration for the ID mapping table.final StringThe Amazon Resource Name (ARN) of the AWS KMS key.final StringThe unique identifier of the membership resource for the ID mapping table.final StringgetName()The name of the ID mapping table.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 theCfnIdMappingTableMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIdMappingTableMixinPropsThe description of the ID mapping table.- Specified by:
getDescriptionin interfaceCfnIdMappingTableMixinProps- See Also:
-
getInputReferenceConfig
Description copied from interface:CfnIdMappingTableMixinPropsThe input reference configuration for the ID mapping table.Returns union: either
IResolvableorCfnIdMappingTablePropsMixin.IdMappingTableInputReferenceConfigProperty- Specified by:
getInputReferenceConfigin interfaceCfnIdMappingTableMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnIdMappingTableMixinPropsThe Amazon Resource Name (ARN) of the AWS KMS key.- Specified by:
getKmsKeyArnin interfaceCfnIdMappingTableMixinProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnIdMappingTableMixinPropsThe unique identifier of the membership resource for the ID mapping table.- Specified by:
getMembershipIdentifierin interfaceCfnIdMappingTableMixinProps- See Also:
-
getName
Description copied from interface:CfnIdMappingTableMixinPropsThe name of the ID mapping table.- Specified by:
getNamein interfaceCfnIdMappingTableMixinProps- See Also:
-
getTags
Description copied from interface:CfnIdMappingTableMixinPropsAn 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 interfaceCfnIdMappingTableMixinProps- 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()
-