Show / Hide Table of Contents

Class CfnProjectProfile.EnvironmentConfigurationProperty

The configuration of an environment.

Inheritance
object
CfnProjectProfile.EnvironmentConfigurationProperty
Implements
CfnProjectProfile.IEnvironmentConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProjectProfile.EnvironmentConfigurationProperty : CfnProjectProfile.IEnvironmentConfigurationProperty
Syntax (vb)
Public Class CfnProjectProfile.EnvironmentConfigurationProperty Implements CfnProjectProfile.IEnvironmentConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html

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 environmentConfigurationProperty = new EnvironmentConfigurationProperty {
                 AwsRegion = new RegionProperty {
                     RegionName = "regionName"
                 },
                 EnvironmentBlueprintId = "environmentBlueprintId",
                 Name = "name",

                 // the properties below are optional
                 AwsAccount = new AwsAccountProperty {
                     AwsAccountId = "awsAccountId"
                 },
                 ConfigurationParameters = new EnvironmentConfigurationParametersDetailsProperty {
                     ParameterOverrides = new [] { new EnvironmentConfigurationParameterProperty {
                         IsEditable = false,
                         Name = "name",
                         Value = "value"
                     } },
                     ResolvedParameters = new [] { new EnvironmentConfigurationParameterProperty {
                         IsEditable = false,
                         Name = "name",
                         Value = "value"
                     } },
                     SsmPath = "ssmPath"
                 },
                 DeploymentMode = "deploymentMode",
                 DeploymentOrder = 123,
                 Description = "description",
                 EnvironmentConfigurationId = "environmentConfigurationId"
             };

Synopsis

Constructors

EnvironmentConfigurationProperty()

The configuration of an environment.

Properties

AwsAccount

The AWS account of the environment.

AwsRegion

The AWS Region of the environment.

ConfigurationParameters

The configuration parameters of the environment.

DeploymentMode

The deployment mode of the environment.

DeploymentOrder

The deployment order of the environment.

Description

The environment description.

EnvironmentBlueprintId

The environment blueprint ID.

EnvironmentConfigurationId

The configuration of an environment.

Name

The environment name.

Constructors

EnvironmentConfigurationProperty()

The configuration of an environment.

public EnvironmentConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html

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 environmentConfigurationProperty = new EnvironmentConfigurationProperty {
                 AwsRegion = new RegionProperty {
                     RegionName = "regionName"
                 },
                 EnvironmentBlueprintId = "environmentBlueprintId",
                 Name = "name",

                 // the properties below are optional
                 AwsAccount = new AwsAccountProperty {
                     AwsAccountId = "awsAccountId"
                 },
                 ConfigurationParameters = new EnvironmentConfigurationParametersDetailsProperty {
                     ParameterOverrides = new [] { new EnvironmentConfigurationParameterProperty {
                         IsEditable = false,
                         Name = "name",
                         Value = "value"
                     } },
                     ResolvedParameters = new [] { new EnvironmentConfigurationParameterProperty {
                         IsEditable = false,
                         Name = "name",
                         Value = "value"
                     } },
                     SsmPath = "ssmPath"
                 },
                 DeploymentMode = "deploymentMode",
                 DeploymentOrder = 123,
                 Description = "description",
                 EnvironmentConfigurationId = "environmentConfigurationId"
             };

Properties

AwsAccount

The AWS account of the environment.

public object? AwsAccount { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-awsaccount

Type union: either IResolvable or CfnProjectProfile.IAwsAccountProperty

AwsRegion

The AWS Region of the environment.

public object AwsRegion { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-awsregion

Type union: either IResolvable or CfnProjectProfile.IRegionProperty

ConfigurationParameters

The configuration parameters of the environment.

public object? ConfigurationParameters { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-configurationparameters

Type union: either IResolvable or CfnProjectProfile.IEnvironmentConfigurationParametersDetailsProperty

DeploymentMode

The deployment mode of the environment.

public string? DeploymentMode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-deploymentmode

DeploymentOrder

The deployment order of the environment.

public double? DeploymentOrder { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-deploymentorder

Description

The environment description.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-description

EnvironmentBlueprintId

The environment blueprint ID.

public string EnvironmentBlueprintId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-environmentblueprintid

EnvironmentConfigurationId

The configuration of an environment.

public string? EnvironmentConfigurationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-environmentconfigurationid

Name

The environment name.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-name

Implements

CfnProjectProfile.IEnvironmentConfigurationProperty
Back to top Generated by DocFX