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