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
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
Remarks
AwsRegion
The AWS Region of the environment.
object? AwsRegion { get; }
Property Value
Remarks
ConfigurationParameters
The configuration parameters of the environment.
object? ConfigurationParameters { get; }
Property Value
Remarks
Type union: either IResolvable or CfnProjectProfilePropsMixin.IEnvironmentConfigurationParametersDetailsProperty
DeploymentMode
The deployment mode of the environment.
string? DeploymentMode { get; }
Property Value
Remarks
DeploymentOrder
The deployment order of the environment.
double? DeploymentOrder { get; }
Property Value
Remarks
Description
The environment description.
string? Description { get; }
Property Value
Remarks
EnvironmentBlueprintId
The environment blueprint ID.
string? EnvironmentBlueprintId { get; }
Property Value
Remarks
EnvironmentConfigurationId
The configuration of an environment.
string? EnvironmentConfigurationId { get; }
Property Value
Remarks
Name
The environment name.
string? Name { get; }