Show / Hide Table of Contents

Interface CfnProject.IEnvironmentParameterProperty

The parameter details of an evironment profile.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProject.IEnvironmentParameterProperty
Syntax (vb)
Public Interface CfnProject.IEnvironmentParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-environmentparameter.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 environmentParameterProperty = new EnvironmentParameterProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Properties

Name

The name of an environment profile parameter.

Value

The value of an environment profile parameter.

Properties

Name

The name of an environment profile parameter.

string? Name { get; }
Property Value

string

Remarks

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

Value

The value of an environment profile parameter.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX