Class CfnProjectMembership
The AWS::DataZone::ProjectMembership
resource adds a member to an Amazon DataZone project.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProjectMembership : CfnResource, IInspectable
Syntax (vb)
Public Class CfnProjectMembership
Inherits CfnResource
Implements IInspectable
Remarks
Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
CloudformationResource: AWS::DataZone::ProjectMembership
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_datazone;
var cfnProjectMembership = new CfnProjectMembership(this, "MyCfnProjectMembership", new CfnProjectMembershipProps {
Designation = "designation",
DomainIdentifier = "domainIdentifier",
Member = new MemberProperty {
GroupIdentifier = "groupIdentifier",
UserIdentifier = "userIdentifier"
},
ProjectIdentifier = "projectIdentifier"
});
Synopsis
Constructors
CfnProjectMembership(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnProjectMembership(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnProjectMembership(Construct, String, ICfnProjectMembershipProps) |
Properties
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Designation | The designated role of a project member. |
DomainIdentifier | The ID of the Amazon DataZone domain in which project membership is created. |
Member | The details about a project member. |
ProjectIdentifier | The ID of the project for which this project membership was created. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnProjectMembership(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnProjectMembership(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnProjectMembership(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnProjectMembership(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnProjectMembership(Construct, String, ICfnProjectMembershipProps)
public CfnProjectMembership(Construct scope, string id, ICfnProjectMembershipProps 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 ICfnProjectMembershipProps
Resource properties.
Properties
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
Designation
The designated role of a project member.
public virtual string Designation { get; set; }
Property Value
System.String
DomainIdentifier
The ID of the Amazon DataZone domain in which project membership is created.
public virtual string DomainIdentifier { get; set; }
Property Value
System.String
Member
The details about a project member.
public virtual object Member { get; set; }
Property Value
System.Object
ProjectIdentifier
The ID of the project for which this project membership was created.
public virtual string ProjectIdentifier { get; set; }
Property Value
System.String
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>