Show / Hide Table of Contents

Interface ICfnIdMappingTableProps

Properties for defining a CfnIdMappingTable.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIdMappingTableProps
Syntax (vb)
Public Interface ICfnIdMappingTableProps
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.Aws_cleanrooms;

             var cfnIdMappingTableProps = new CfnIdMappingTableProps {
                 InputReferenceConfig = new IdMappingTableInputReferenceConfigProperty {
                     InputReferenceArn = "inputReferenceArn",
                     ManageResourcePolicies = false
                 },
                 MembershipIdentifier = "membershipIdentifier",
                 Name = "name",

                 // the properties below are optional
                 Description = "description",
                 KmsKeyArn = "kmsKeyArn",
                 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

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