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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnConfiguredTableAssociation(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnConfiguredTableAssociation(Construct, String, ICfnConfiguredTableAssociationProps) |
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. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
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>) |
Constructors
CfnConfiguredTableAssociation(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnConfiguredTableAssociation(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnConfiguredTableAssociation(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnConfiguredTableAssociation(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnConfiguredTableAssociation(Construct, String, ICfnConfiguredTableAssociationProps)
public CfnConfiguredTableAssociation(Construct scope, string id, ICfnConfiguredTableAssociationProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnConfiguredTableAssociationProps
Resource properties.
Properties
AttrArn
Returns the Amazon Resource Name (ARN) of the specified configured table association.
public virtual string AttrArn { get; }
Property Value
System.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
System.String
Remarks
Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333
CloudformationAttribute: ConfiguredTableAssociationIdentifier
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
ConfiguredTableAssociationAnalysisRules
An analysis rule for a configured table association.
public virtual object ConfiguredTableAssociationAnalysisRules { get; set; }
Property Value
System.Object
ConfiguredTableIdentifier
A unique identifier for the configured table to be associated to.
public virtual string ConfiguredTableIdentifier { get; set; }
Property Value
System.String
Description
A description of the configured table association.
public virtual string Description { get; set; }
Property Value
System.String
MembershipIdentifier
The unique ID for the membership this configured table association belongs to.
public virtual string MembershipIdentifier { get; set; }
Property Value
System.String
Name
The name of the configured table association, in lowercase.
public virtual string Name { get; set; }
Property Value
System.String
RoleArn
The service will assume this role to access catalog metadata and query the table.
public virtual string RoleArn { get; set; }
Property Value
System.String
Tags
An optional label that you can assign to a resource when you create it.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
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.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>