Class CfnConfiguredTableAssociation
Creates a configured table association.
Inherited Members
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.
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.
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
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
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
Remarks
A configured table association links a configured table with a collaboration.
CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
A configured table association links a configured table with a collaboration.
CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
ExampleMetadata: fixture=_generated
CfnProperties
Creates a configured table association.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
A configured table association links a configured table with a collaboration.
CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
ExampleMetadata: fixture=_generated
ConfiguredTableAssociationAnalysisRules
An analysis rule for a configured table association.
public virtual object? ConfiguredTableAssociationAnalysisRules { get; set; }
Property Value
Remarks
A configured table association links a configured table with a collaboration.
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
Remarks
A configured table association links a configured table with a collaboration.
CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
ExampleMetadata: fixture=_generated
Description
A description of the configured table association.
public virtual string? Description { get; set; }
Property Value
Remarks
A configured table association links a configured table with a collaboration.
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
Remarks
A configured table association links a configured table with a collaboration.
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
Remarks
A configured table association links a configured table with a collaboration.
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
Remarks
A configured table association links a configured table with a collaboration.
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.
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.
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
Overrides
Remarks
A configured table association links a configured table with a collaboration.
CloudformationResource: AWS::CleanRooms::ConfiguredTableAssociation
ExampleMetadata: fixture=_generated