Interface ICfnIdMappingTableMixinProps
Properties for CfnIdMappingTablePropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnIdMappingTableMixinProps
Syntax (vb)
Public Interface ICfnIdMappingTableMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins;
var cfnIdMappingTableMixinProps = new CfnIdMappingTableMixinProps {
Description = "description",
InputReferenceConfig = new IdMappingTableInputReferenceConfigProperty {
InputReferenceArn = "inputReferenceArn",
ManageResourcePolicies = false
},
KmsKeyArn = "kmsKeyArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| Description | The description of the ID mapping table. |
| InputReferenceConfig | The input reference configuration for the ID mapping table. |
| KmsKeyArn | The Amazon Resource Name (ARN) of the AWS KMS key. |
| MembershipIdentifier | The unique identifier of the membership resource for the ID mapping table. |
| Name | The name of the ID mapping table. |
| Tags | An optional label that you can assign to a resource when you create it. |
Properties
Description
The description of the ID mapping table.
string? Description { get; }
Property Value
Remarks
InputReferenceConfig
The input reference configuration for the ID mapping table.
object? InputReferenceConfig { get; }
Property Value
Remarks
KmsKeyArn
The Amazon Resource Name (ARN) of the AWS KMS key.
string? KmsKeyArn { get; }
Property Value
Remarks
MembershipIdentifier
The unique identifier of the membership resource for the ID mapping table.
string? MembershipIdentifier { get; }
Property Value
Remarks
Name
The name of the ID mapping table.
string? Name { get; }
Property Value
Remarks
Tags
An optional label that you can assign to a resource when you create it.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
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.