Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-description

InputReferenceConfig

The input reference configuration for the ID mapping table.

object? InputReferenceConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-inputreferenceconfig

Type union: either IResolvable or CfnIdMappingTablePropsMixin.IIdMappingTableInputReferenceConfigProperty

KmsKeyArn

The Amazon Resource Name (ARN) of the AWS KMS key.

string? KmsKeyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-kmskeyarn

MembershipIdentifier

The unique identifier of the membership resource for the ID mapping table.

string? MembershipIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-membershipidentifier

Name

The name of the ID mapping table.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-name

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-idmappingtable.html#cfn-cleanrooms-idmappingtable-tags

Back to top Generated by DocFX