Show / Hide Table of Contents

Class CfnEnvironmentProfile

The details of an environment profile.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnEnvironmentProfile
Implements
IInspectable
IEnvironmentProfileRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironmentProfile : CfnResource, IInspectable, IEnvironmentProfileRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnEnvironmentProfile Inherits CfnResource Implements IInspectable, IEnvironmentProfileRef, IConstruct, IDependable, IEnvironmentAware
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

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 cfnEnvironmentProfile = new CfnEnvironmentProfile(this, "MyCfnEnvironmentProfile", new CfnEnvironmentProfileProps {
                 AwsAccountId = "awsAccountId",
                 AwsAccountRegion = "awsAccountRegion",
                 DomainIdentifier = "domainIdentifier",
                 EnvironmentBlueprintIdentifier = "environmentBlueprintIdentifier",
                 Name = "name",
                 ProjectIdentifier = "projectIdentifier",

                 // the properties below are optional
                 Description = "description",
                 UserParameters = new [] { new EnvironmentParameterProperty {
                     Name = "name",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnEnvironmentProfile(Construct, string, ICfnEnvironmentProfileProps)

Create a new AWS::DataZone::EnvironmentProfile.

Properties

AttrCreatedAt

The timestamp of when an environment profile was created.

AttrCreatedBy

The Amazon DataZone user who created the environment profile.

AttrDomainId

The identifier of the Amazon DataZone domain in which the environment profile exists.

AttrEnvironmentBlueprintId

The identifier of a blueprint with which an environment profile is created.

AttrId

The identifier of the environment profile.

AttrProjectId

The identifier of a project in which an environment profile exists.

AttrUpdatedAt

The timestamp of when the environment profile was updated.

AwsAccountId

The identifier of an AWS account in which an environment profile exists.

AwsAccountRegion

The AWS Region in which an environment profile exists.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

The details of an environment profile.

CfnPropertyNames

The details of an environment profile.

Description

The description of the environment profile.

DomainIdentifier

The identifier of the Amazon DataZone domain in which the environment profile exists.

EnvironmentBlueprintIdentifier

The identifier of a blueprint with which an environment profile is created.

EnvironmentProfileRef

A reference to a EnvironmentProfile resource.

Name

The name of the environment profile.

ProjectIdentifier

The identifier of a project in which an environment profile exists.

UserParameters

The user parameters of this Amazon DataZone environment profile.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnEnvironmentProfile(object)

Checks whether the given object is a CfnEnvironmentProfile.

RenderProperties(IDictionary<string, object>)

The details of an environment profile.

Constructors

CfnEnvironmentProfile(Construct, string, ICfnEnvironmentProfileProps)

Create a new AWS::DataZone::EnvironmentProfile.

public CfnEnvironmentProfile(Construct scope, string id, ICfnEnvironmentProfileProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnEnvironmentProfileProps

Resource properties.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

Properties

AttrCreatedAt

The timestamp of when an environment profile was created.

public virtual string AttrCreatedAt { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedAt

AttrCreatedBy

The Amazon DataZone user who created the environment profile.

public virtual string AttrCreatedBy { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedBy

AttrDomainId

The identifier of the Amazon DataZone domain in which the environment profile exists.

public virtual string AttrDomainId { get; }
Property Value

string

Remarks

CloudformationAttribute: DomainId

AttrEnvironmentBlueprintId

The identifier of a blueprint with which an environment profile is created.

public virtual string AttrEnvironmentBlueprintId { get; }
Property Value

string

Remarks

CloudformationAttribute: EnvironmentBlueprintId

AttrId

The identifier of the environment profile.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

AttrProjectId

The identifier of a project in which an environment profile exists.

public virtual string AttrProjectId { get; }
Property Value

string

Remarks

CloudformationAttribute: ProjectId

AttrUpdatedAt

The timestamp of when the environment profile was updated.

public virtual string AttrUpdatedAt { get; }
Property Value

string

Remarks

CloudformationAttribute: UpdatedAt

AwsAccountId

The identifier of an AWS account in which an environment profile exists.

public virtual string AwsAccountId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

AwsAccountRegion

The AWS Region in which an environment profile exists.

public virtual string AwsAccountRegion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

CfnProperties

The details of an environment profile.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

CfnPropertyNames

The details of an environment profile.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

Description

The description of the environment profile.

public virtual string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

DomainIdentifier

The identifier of the Amazon DataZone domain in which the environment profile exists.

public virtual string DomainIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

EnvironmentBlueprintIdentifier

The identifier of a blueprint with which an environment profile is created.

public virtual string EnvironmentBlueprintIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

EnvironmentProfileRef

A reference to a EnvironmentProfile resource.

public virtual IEnvironmentProfileReference EnvironmentProfileRef { get; }
Property Value

IEnvironmentProfileReference

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

Name

The name of the environment profile.

public virtual string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

ProjectIdentifier

The identifier of a project in which an environment profile exists.

public virtual string ProjectIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

UserParameters

The user parameters of this Amazon DataZone environment profile.

public virtual object? UserParameters { get; set; }
Property Value

object

Remarks

Type union: either IResolvable or (either IResolvable or CfnEnvironmentProfile.IEnvironmentParameterProperty)[]

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.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

IsCfnEnvironmentProfile(object)

Checks whether the given object is a CfnEnvironmentProfile.

public static bool IsCfnEnvironmentProfile(object x)
Parameters
x object
Returns

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

The details of an environment profile.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentprofile.html

CloudformationResource: AWS::DataZone::EnvironmentProfile

ExampleMetadata: fixture=_generated

Implements

IInspectable
IEnvironmentProfileRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX