Show / Hide Table of Contents

Interface CfnProjectProfilePropsMixin.IEnvironmentConfigurationProperty

The configuration of an environment.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnProjectProfilePropsMixin.IEnvironmentConfigurationProperty
Syntax (vb)
Public Interface CfnProjectProfilePropsMixin.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.CfnPropertyMixins.AWS.DataZone;

             var environmentConfigurationProperty = new EnvironmentConfigurationProperty {
                 AwsAccount = new AwsAccountProperty {
                     AwsAccountId = "awsAccountId"
                 },
                 AwsRegion = new RegionProperty {
                     RegionName = "regionName"
                 },
                 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",
                 EnvironmentBlueprintId = "environmentBlueprintId",
                 EnvironmentConfigurationId = "environmentConfigurationId",
                 Name = "name"
             };

Synopsis

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.

Properties

AwsAccount

The AWS account of the environment.

object? AwsAccount { get; }
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 CfnProjectProfilePropsMixin.IAwsAccountProperty

AwsRegion

The AWS Region of the environment.

object? AwsRegion { get; }
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 CfnProjectProfilePropsMixin.IRegionProperty

ConfigurationParameters

The configuration parameters of the environment.

object? ConfigurationParameters { get; }
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 CfnProjectProfilePropsMixin.IEnvironmentConfigurationParametersDetailsProperty

DeploymentMode

The deployment mode of the environment.

string? DeploymentMode { get; }
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.

double? DeploymentOrder { get; }
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.

string? Description { get; }
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.

string? EnvironmentBlueprintId { get; }
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.

string? EnvironmentConfigurationId { get; }
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.

string? Name { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX