Class CfnEnvironmentProfile
The details of an environment profile.
Inherited Members
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
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 |
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
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
Remarks
CloudformationAttribute: CreatedAt
AttrCreatedBy
The Amazon DataZone user who created the environment profile.
public virtual string AttrCreatedBy { get; }
Property Value
Remarks
CloudformationAttribute: CreatedBy
AttrDomainId
The identifier of the Amazon DataZone domain in which the environment profile exists.
public virtual string AttrDomainId { get; }
Property Value
Remarks
CloudformationAttribute: DomainId
AttrEnvironmentBlueprintId
The identifier of a blueprint with which an environment profile is created.
public virtual string AttrEnvironmentBlueprintId { get; }
Property Value
Remarks
CloudformationAttribute: EnvironmentBlueprintId
AttrId
The identifier of the environment profile.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
AttrProjectId
The identifier of a project in which an environment profile exists.
public virtual string AttrProjectId { get; }
Property Value
Remarks
CloudformationAttribute: ProjectId
AttrUpdatedAt
The timestamp of when the environment profile was updated.
public virtual string AttrUpdatedAt { get; }
Property Value
Remarks
CloudformationAttribute: UpdatedAt
AwsAccountId
The identifier of an AWS account in which an environment profile exists.
public virtual string AwsAccountId { get; set; }
Property Value
Remarks
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
Remarks
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
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated
CfnProperties
The details of an environment profile.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated
CfnPropertyNames
The details of an environment profile.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated
Description
The description of the environment profile.
public virtual string? Description { get; set; }
Property Value
Remarks
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
Remarks
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
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated
EnvironmentProfileRef
A reference to a EnvironmentProfile resource.
public virtual IEnvironmentProfileReference EnvironmentProfileRef { get; }
Property Value
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated
Name
The name of the environment profile.
public virtual string Name { get; set; }
Property Value
Remarks
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
Remarks
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
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
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
Remarks
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
Overrides
Remarks
CloudformationResource: AWS::DataZone::EnvironmentProfile
ExampleMetadata: fixture=_generated