Show / Hide Table of Contents

Class CfnConfiguredTableAssociation

Creates a configured table association.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnConfiguredTableAssociation
Implements
IInspectable
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredTableAssociation : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnConfiguredTableAssociation Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

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 cfnConfiguredTableAssociation = new CfnConfiguredTableAssociation(this, "MyCfnConfiguredTableAssociation", new CfnConfiguredTableAssociationProps {
                 ConfiguredTableIdentifier = "configuredTableIdentifier",
                 MembershipIdentifier = "membershipIdentifier",
                 Name = "name",
                 RoleArn = "roleArn",

                 // the properties below are optional
                 ConfiguredTableAssociationAnalysisRules = new [] { new ConfiguredTableAssociationAnalysisRuleProperty {
                     Policy = new ConfiguredTableAssociationAnalysisRulePolicyProperty {
                         V1 = new ConfiguredTableAssociationAnalysisRulePolicyV1Property {
                             Aggregation = new ConfiguredTableAssociationAnalysisRuleAggregationProperty {
                                 AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
                                 AllowedResultReceivers = new [] { "allowedResultReceivers" }
                             },
                             Custom = new ConfiguredTableAssociationAnalysisRuleCustomProperty {
                                 AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
                                 AllowedResultReceivers = new [] { "allowedResultReceivers" }
                             },
                             List = new ConfiguredTableAssociationAnalysisRuleListProperty {
                                 AllowedAdditionalAnalyses = new [] { "allowedAdditionalAnalyses" },
                                 AllowedResultReceivers = new [] { "allowedResultReceivers" }
                             }
                         }
                     },
                     Type = "type"
                 } },
                 Description = "description",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnConfiguredTableAssociation(Construct, string, ICfnConfiguredTableAssociationProps)

Creates a configured table association.

Properties

AttrArn

Returns the Amazon Resource Name (ARN) of the specified configured table association.

AttrConfiguredTableAssociationIdentifier

Returns the unique identifier of the specified configured table association.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CdkTagManager

Tag Manager which manages the tags for this resource.

CfnProperties

Creates a configured table association.

ConfiguredTableAssociationAnalysisRules

An analysis rule for a configured table association.

ConfiguredTableIdentifier

A unique identifier for the configured table to be associated to.

Description

A description of the configured table association.

MembershipIdentifier

The unique ID for the membership this configured table association belongs to.

Name

The name of the configured table association, in lowercase.

RoleArn

The service will assume this role to access catalog metadata and query the table.

Tags

An optional label that you can assign to a resource when you create it.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Creates a configured table association.

Constructors

CfnConfiguredTableAssociation(Construct, string, ICfnConfiguredTableAssociationProps)

Creates a configured table association.

public CfnConfiguredTableAssociation(Construct scope, string id, ICfnConfiguredTableAssociationProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnConfiguredTableAssociationProps

Resource properties.

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Properties

AttrArn

Returns the Amazon Resource Name (ARN) of the specified configured table association.

public virtual string AttrArn { get; }
Property Value

string

Remarks

Example: arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

CloudformationAttribute: Arn

AttrConfiguredTableAssociationIdentifier

Returns the unique identifier of the specified configured table association.

public virtual string AttrConfiguredTableAssociationIdentifier { get; }
Property Value

string

Remarks

Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

CloudformationAttribute: ConfiguredTableAssociationIdentifier

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

CfnProperties

Creates a configured table association.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

ConfiguredTableAssociationAnalysisRules

An analysis rule for a configured table association.

public virtual object? ConfiguredTableAssociationAnalysisRules { get; set; }
Property Value

object

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

ConfiguredTableIdentifier

A unique identifier for the configured table to be associated to.

public virtual string ConfiguredTableIdentifier { get; set; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Description

A description of the configured table association.

public virtual string? Description { get; set; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

MembershipIdentifier

The unique ID for the membership this configured table association belongs to.

public virtual string MembershipIdentifier { get; set; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Name

The name of the configured table association, in lowercase.

public virtual string Name { get; set; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

RoleArn

The service will assume this role to access catalog metadata and query the table.

public virtual string RoleArn { get; set; }
Property Value

string

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Tags

An optional label that you can assign to a resource when you create it.

public virtual ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Creates a configured table association.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A configured table association links a configured table with a collaboration.

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

CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX