Class CfnCollaboration
Creates a new collaboration.
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCollaboration : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnCollaboration
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
CloudformationResource: AWS::CleanRooms::Collaboration
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 cfnCollaboration = new CfnCollaboration(this, "MyCfnCollaboration", new CfnCollaborationProps {
CreatorDisplayName = "creatorDisplayName",
CreatorMemberAbilities = new [] { "creatorMemberAbilities" },
Description = "description",
Members = new [] { new MemberSpecificationProperty {
AccountId = "accountId",
DisplayName = "displayName",
MemberAbilities = new [] { "memberAbilities" },
// the properties below are optional
MlMemberAbilities = new MLMemberAbilitiesProperty {
CustomMlMemberAbilities = new [] { "customMlMemberAbilities" }
},
PaymentConfiguration = new PaymentConfigurationProperty {
QueryCompute = new QueryComputePaymentConfigProperty {
IsResponsible = false
},
// the properties below are optional
MachineLearning = new MLPaymentConfigProperty {
ModelInference = new ModelInferencePaymentConfigProperty {
IsResponsible = false
},
ModelTraining = new ModelTrainingPaymentConfigProperty {
IsResponsible = false
}
}
}
} },
Name = "name",
QueryLogStatus = "queryLogStatus",
// the properties below are optional
AnalyticsEngine = "analyticsEngine",
CreatorMlMemberAbilities = new MLMemberAbilitiesProperty {
CustomMlMemberAbilities = new [] { "customMlMemberAbilities" }
},
CreatorPaymentConfiguration = new PaymentConfigurationProperty {
QueryCompute = new QueryComputePaymentConfigProperty {
IsResponsible = false
},
// the properties below are optional
MachineLearning = new MLPaymentConfigProperty {
ModelInference = new ModelInferencePaymentConfigProperty {
IsResponsible = false
},
ModelTraining = new ModelTrainingPaymentConfigProperty {
IsResponsible = false
}
}
},
DataEncryptionMetadata = new DataEncryptionMetadataProperty {
AllowCleartext = false,
AllowDuplicates = false,
AllowJoinsOnColumnsWithDifferentNames = false,
PreserveNulls = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Analytics |
The analytics engine for the collaboration. |
Attr |
Returns the Amazon Resource Name (ARN) of the specified collaboration. |
Attr |
Returns the unique identifier of the specified collaboration. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Creator |
A display name of the collaboration creator. |
Creator |
The abilities granted to the collaboration creator. |
Creator |
The ML member abilities for a collaboration member. |
Creator |
An object representing the collaboration member's payment responsibilities set by the collaboration creator. |
Data |
The settings for client-side encryption for cryptographic computing. |
Description | A description of the collaboration provided by the collaboration owner. |
Members | A list of initial members, not including the creator. |
Name | A human-readable identifier provided by the collaboration owner. |
Query |
An indicator as to whether query logging has been enabled or disabled for the collaboration. |
Tags | An optional label that you can assign to a resource when you create it. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnCollaboration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnCollaboration(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnCollaboration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnCollaboration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnCollaboration(Construct, String, ICfnCollaborationProps)
public CfnCollaboration(Construct scope, string id, ICfnCollaborationProps 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 ICfn
Collaboration Props Resource properties.
Properties
AnalyticsEngine
The analytics engine for the collaboration.
public virtual string AnalyticsEngine { get; set; }
Property Value
System.
AttrArn
Returns the Amazon Resource Name (ARN) of the specified collaboration.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
CloudformationAttribute: Arn
AttrCollaborationIdentifier
Returns the unique identifier of the specified collaboration.
public virtual string AttrCollaborationIdentifier { get; }
Property Value
System.
Remarks
Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
CloudformationAttribute: CollaborationIdentifier
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.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
CreatorDisplayName
A display name of the collaboration creator.
public virtual string CreatorDisplayName { get; set; }
Property Value
System.
CreatorMemberAbilities
The abilities granted to the collaboration creator.
public virtual string[] CreatorMemberAbilities { get; set; }
Property Value
System.
CreatorMlMemberAbilities
The ML member abilities for a collaboration member.
public virtual object CreatorMlMemberAbilities { get; set; }
Property Value
System.
CreatorPaymentConfiguration
An object representing the collaboration member's payment responsibilities set by the collaboration creator.
public virtual object CreatorPaymentConfiguration { get; set; }
Property Value
System.
DataEncryptionMetadata
The settings for client-side encryption for cryptographic computing.
public virtual object DataEncryptionMetadata { get; set; }
Property Value
System.
Description
A description of the collaboration provided by the collaboration owner.
public virtual string Description { get; set; }
Property Value
System.
Members
A list of initial members, not including the creator.
public virtual object Members { get; set; }
Property Value
System.
Name
A human-readable identifier provided by the collaboration owner.
public virtual string Name { get; set; }
Property Value
System.
QueryLogStatus
An indicator as to whether query logging has been enabled or disabled for the collaboration.
public virtual string QueryLogStatus { get; set; }
Property Value
System.
Tags
An optional label that you can assign to a resource when you create it.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfn
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector 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. <System.Generic. IDictionary String , System.Object >
Returns
System.