Show / Hide Table of Contents

Class CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty

The environment configuration parameter.

Inheritance
object
CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty
Implements
CfnProjectProfilePropsMixin.IEnvironmentConfigurationParameterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty : CfnProjectProfilePropsMixin.IEnvironmentConfigurationParameterProperty
Syntax (vb)
Public Class CfnProjectProfilePropsMixin.EnvironmentConfigurationParameterProperty Implements CfnProjectProfilePropsMixin.IEnvironmentConfigurationParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.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 environmentConfigurationParameterProperty = new EnvironmentConfigurationParameterProperty {
                 IsEditable = false,
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

EnvironmentConfigurationParameterProperty()

The environment configuration parameter.

Properties

IsEditable

Specifies whether the environment parameter is editable.

Name

The name of the environment configuration parameter.

Value

The value of the environment configuration parameter.

Constructors

EnvironmentConfigurationParameterProperty()

The environment configuration parameter.

public EnvironmentConfigurationParameterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.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 environmentConfigurationParameterProperty = new EnvironmentConfigurationParameterProperty {
                 IsEditable = false,
                 Name = "name",
                 Value = "value"
             };

Properties

IsEditable

Specifies whether the environment parameter is editable.

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

object

Remarks

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

Type union: either bool or IResolvable

Name

The name of the environment configuration parameter.

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

string

Remarks

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

Value

The value of the environment configuration parameter.

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

string

Remarks

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

Implements

CfnProjectProfilePropsMixin.IEnvironmentConfigurationParameterProperty
Back to top Generated by DocFX