Class CfnProject
The AWS::DataZone::Project
resource specifies an Amazon DataZone project.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProject : CfnResource, IInspectable
Syntax (vb)
Public Class CfnProject
Inherits CfnResource
Implements IInspectable
Remarks
Projects enable a group of users to collaborate on various business use cases that involve publishing, discovering, subscribing to, and consuming data in the Amazon DataZone catalog. Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-project.html
CloudformationResource: AWS::DataZone::Project
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 cfnProject = new CfnProject(this, "MyCfnProject", new CfnProjectProps {
DomainIdentifier = "domainIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
GlossaryTerms = new [] { "glossaryTerms" }
});
Synopsis
Constructors
CfnProject(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnProject(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnProject(Construct, String, ICfnProjectProps) |
Properties
AttrCreatedAt | The timestamp of when a project was created. |
AttrCreatedBy | The Amazon DataZone user who created the project. |
AttrDomainId | The identifier of a Amazon DataZone domain where the project exists. |
AttrId | The identifier of a project. |
AttrLastUpdatedAt | The timestamp of when the project was last updated. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | The description of a project. |
DomainIdentifier | The identifier of a Amazon DataZone domain where the project exists. |
GlossaryTerms | The glossary terms that can be used in this Amazon DataZone project. |
Name | The name of a project. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnProject(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnProject(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnProject(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnProject(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnProject(Construct, String, ICfnProjectProps)
public CfnProject(Construct scope, string id, ICfnProjectProps 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 ICfnProjectProps
Resource properties.
Properties
AttrCreatedAt
The timestamp of when a project was created.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrCreatedBy
The Amazon DataZone user who created the project.
public virtual string AttrCreatedBy { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedBy
AttrDomainId
The identifier of a Amazon DataZone domain where the project exists.
public virtual string AttrDomainId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DomainId
AttrId
The identifier of a project.
public virtual string AttrId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Id
AttrLastUpdatedAt
The timestamp of when the project was last updated.
public virtual string AttrLastUpdatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: LastUpdatedAt
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
Description
The description of a project.
public virtual string Description { get; set; }
Property Value
System.String
DomainIdentifier
The identifier of a Amazon DataZone domain where the project exists.
public virtual string DomainIdentifier { get; set; }
Property Value
System.String
GlossaryTerms
The glossary terms that can be used in this Amazon DataZone project.
public virtual string[] GlossaryTerms { get; set; }
Property Value
System.String[]
Name
The name of a project.
public virtual string Name { 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>