Class CfnIdMappingTable
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.cleanrooms.CfnIdMappingTable
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggableV2,IIdMappingTableRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:39:59.864Z")
@Stability(Stable)
public class CfnIdMappingTable
extends CfnResource
implements IInspectable, IIdMappingTableRef, ITaggableV2
Describes information about the ID mapping table.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
CfnIdMappingTable cfnIdMappingTable = CfnIdMappingTable.Builder.create(this, "MyCfnIdMappingTable")
.inputReferenceConfig(IdMappingTableInputReferenceConfigProperty.builder()
.inputReferenceArn("inputReferenceArn")
.manageResourcePolicies(false)
.build())
.membershipIdentifier("membershipIdentifier")
.name("name")
// the properties below are optional
.description("description")
.kmsKeyArn("kmsKeyArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnIdMappingTable.static interfaceProvides the input reference configuration for the ID mapping table.static interfaceThe input reference properties for the ID mapping table.static interfaceThe input source of the ID mapping table.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.IIdMappingTableRef
IIdMappingTableRef.Jsii$Default, IIdMappingTableRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnIdMappingTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIdMappingTable(software.amazon.jsii.JsiiObjectRef objRef) CfnIdMappingTable(software.constructs.Construct scope, String id, CfnIdMappingTableProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the ID mapping table.The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.The unique identifier of the collaboration that contains this ID mapping table.The unique identifier of the ID mapping table identifier that you want to retrieve.The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.Tag Manager which manages the tags for this resource.The description of the ID mapping table.A reference to a IdMappingTable resource.The input reference configuration for the ID mapping table.The Amazon Resource Name (ARN) of the AWS KMS key.The unique identifier of the membership resource for the ID mapping table.getName()The name of the ID mapping table.getTags()An optional label that you can assign to a resource when you create it.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the ID mapping table.voidThe input reference configuration for the ID mapping table.voidThe input reference configuration for the ID mapping table.voidsetKmsKeyArn(String value) The Amazon Resource Name (ARN) of the AWS KMS key.voidsetMembershipIdentifier(String value) The unique identifier of the membership resource for the ID mapping table.voidThe name of the ID mapping table.voidAn optional label that you can assign to a resource when you create it.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIdMappingTable
protected CfnIdMappingTable(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIdMappingTable
protected CfnIdMappingTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIdMappingTable
@Stability(Stable) public CfnIdMappingTable(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIdMappingTableProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the ID mapping table. -
getAttrCollaborationArn
The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table. -
getAttrCollaborationIdentifier
The unique identifier of the collaboration that contains this ID mapping table. -
getAttrIdMappingTableIdentifier
The unique identifier of the ID mapping table identifier that you want to retrieve. -
getAttrInputReferenceProperties
-
getAttrMembershipArn
The Amazon Resource Name (ARN) of the membership resource for the ID mapping table. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIdMappingTableRef
A reference to a IdMappingTable resource.- Specified by:
getIdMappingTableRefin interfaceIIdMappingTableRef
-
getInputReferenceConfig
The input reference configuration for the ID mapping table.Returns union: either
IResolvableorCfnIdMappingTable.IdMappingTableInputReferenceConfigProperty -
setInputReferenceConfig
The input reference configuration for the ID mapping table. -
setInputReferenceConfig
@Stability(Stable) public void setInputReferenceConfig(@NotNull CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty value) The input reference configuration for the ID mapping table. -
getMembershipIdentifier
The unique identifier of the membership resource for the ID mapping table. -
setMembershipIdentifier
The unique identifier of the membership resource for the ID mapping table. -
getName
The name of the ID mapping table. -
setName
The name of the ID mapping table. -
getDescription
The description of the ID mapping table. -
setDescription
The description of the ID mapping table. -
getKmsKeyArn
The Amazon Resource Name (ARN) of the AWS KMS key. -
setKmsKeyArn
The Amazon Resource Name (ARN) of the AWS KMS key. -
getTags
An optional label that you can assign to a resource when you create it. -
setTags
An optional label that you can assign to a resource when you create it.
-