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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnIdMappingTableProps
CfnIdMappingTableProps.Builder, CfnIdMappingTableProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIdMappingTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdMappingTableProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the ID mapping table.final Object
The input reference configuration for the ID mapping table.final String
The Amazon Resource Name (ARN) of the AWS KMS key.final String
The unique identifier of the membership resource for the ID mapping table.final String
getName()
The name of the ID mapping table.getTags()
An optional label that you can assign to a resource when you create it.final int
hashCode()
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:CfnIdMappingTableProps
The input reference configuration for the ID mapping table.- Specified by:
getInputReferenceConfig
in interfaceCfnIdMappingTableProps
- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnIdMappingTableProps
The unique identifier of the membership resource for the ID mapping table.- Specified by:
getMembershipIdentifier
in interfaceCfnIdMappingTableProps
- See Also:
-
getName
Description copied from interface:CfnIdMappingTableProps
The name of the ID mapping table.- Specified by:
getName
in interfaceCfnIdMappingTableProps
- See Also:
-
getDescription
Description copied from interface:CfnIdMappingTableProps
The description of the ID mapping table.- Specified by:
getDescription
in interfaceCfnIdMappingTableProps
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnIdMappingTableProps
The Amazon Resource Name (ARN) of the AWS KMS key.- Specified by:
getKmsKeyArn
in interfaceCfnIdMappingTableProps
- See Also:
-
getTags
Description copied from interface:CfnIdMappingTableProps
An 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:
getTags
in interfaceCfnIdMappingTableProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-