Class CfnDomain
The AWS::DataZone::Domain
resource specifies an Amazon DataZone domain.
Inherited Members
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnDomain
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
You can use domains to organize your assets, users, and their projects.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-domain.html
CloudformationResource: AWS::DataZone::Domain
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 cfnDomain = new CfnDomain(this, "MyCfnDomain", new CfnDomainProps {
DomainExecutionRole = "domainExecutionRole",
Name = "name",
// the properties below are optional
Description = "description",
KmsKeyIdentifier = "kmsKeyIdentifier",
SingleSignOn = new SingleSignOnProperty {
Type = "type",
UserAssignment = "userAssignment"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnDomain(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnDomain(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnDomain(Construct, String, ICfnDomainProps) |
Properties
AttrArn | The ARN of the Amazon DataZone domain. |
AttrCreatedAt | A timestamp of when a Amazon DataZone domain was created. |
AttrId | The ID of the Amazon DataZone domain. |
AttrLastUpdatedAt | A timestamp of when a Amazon DataZone domain was last updated. |
AttrManagedAccountId | The identifier of the AWS account that manages the domain. |
AttrPortalUrl | The data portal URL for the Amazon DataZone domain. |
AttrStatus | The status of the Amazon DataZone domain. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | The description of the Amazon DataZone domain. |
DomainExecutionRole | The domain execution role that is created when an Amazon DataZone domain is created. |
KmsKeyIdentifier | The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. |
Name | The name of the Amazon DataZone domain. |
SingleSignOn | The single sign-on details in Amazon DataZone. |
Tags | The tags specified for the Amazon DataZone domain. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnDomain(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnDomain(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnDomain(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnDomain(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnDomain(Construct, String, ICfnDomainProps)
public CfnDomain(Construct scope, string id, ICfnDomainProps 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 ICfnDomainProps
Resource properties.
Properties
AttrArn
The ARN of the Amazon DataZone domain.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrCreatedAt
A timestamp of when a Amazon DataZone domain was created.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrId
The ID of the Amazon DataZone domain.
public virtual string AttrId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Id
AttrLastUpdatedAt
A timestamp of when a Amazon DataZone domain was last updated.
public virtual string AttrLastUpdatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: LastUpdatedAt
AttrManagedAccountId
The identifier of the AWS account that manages the domain.
public virtual string AttrManagedAccountId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ManagedAccountId
AttrPortalUrl
The data portal URL for the Amazon DataZone domain.
public virtual string AttrPortalUrl { get; }
Property Value
System.String
Remarks
CloudformationAttribute: PortalUrl
AttrStatus
The status of the Amazon DataZone domain.
public virtual string AttrStatus { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Status
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
Description
The description of the Amazon DataZone domain.
public virtual string Description { get; set; }
Property Value
System.String
DomainExecutionRole
The domain execution role that is created when an Amazon DataZone domain is created.
public virtual string DomainExecutionRole { get; set; }
Property Value
System.String
KmsKeyIdentifier
The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
public virtual string KmsKeyIdentifier { get; set; }
Property Value
System.String
Name
The name of the Amazon DataZone domain.
public virtual string Name { get; set; }
Property Value
System.String
SingleSignOn
The single sign-on details in Amazon DataZone.
public virtual object SingleSignOn { get; set; }
Property Value
System.Object
Tags
The tags specified for the Amazon DataZone domain.
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>