Interface ICfnIdNamespaceAssociationProps
Properties for defining a CfnIdNamespaceAssociation
.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIdNamespaceAssociationProps
Syntax (vb)
Public Interface ICfnIdNamespaceAssociationProps
Remarks
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 cfnIdNamespaceAssociationProps = new CfnIdNamespaceAssociationProps {
InputReferenceConfig = new IdNamespaceAssociationInputReferenceConfigProperty {
InputReferenceArn = "inputReferenceArn",
ManageResourcePolicies = false
},
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
IdMappingConfig = new IdMappingConfigProperty {
AllowUseAsDimensionColumn = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Description | The description of the ID namespace association. |
IdMappingConfig | The configuration settings for the ID mapping table. |
InputReferenceConfig | The input reference configuration for the ID namespace association. |
MembershipIdentifier | The unique identifier of the membership that contains the ID namespace association. |
Name | The name of this ID namespace association. |
Tags | An optional label that you can assign to a resource when you create it. |
Properties
Description
The description of the ID namespace association.
string? Description { get; }
Property Value
Remarks
IdMappingConfig
The configuration settings for the ID mapping table.
object? IdMappingConfig { get; }
Property Value
Remarks
InputReferenceConfig
The input reference configuration for the ID namespace association.
object InputReferenceConfig { get; }
Property Value
Remarks
MembershipIdentifier
The unique identifier of the membership that contains the ID namespace association.
string MembershipIdentifier { get; }
Property Value
Remarks
Name
The name of this ID namespace association.
string Name { get; }
Property Value
Remarks
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.