Show / Hide Table of Contents

Interface CfnEnvironmentProfile.IEnvironmentParameterProperty

The parameter details of an environment profile.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentprofile-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 specified in the environment parameter.

Value

The value of the environment profile.

Properties

Name

The name specified in the environment parameter.

string? Name { get; }
Property Value

string

Remarks

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

Value

The value of the environment profile.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX