Show / Hide Table of Contents

Class CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty

The parameter details of an environment profile.

Inheritance
object
CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty
Implements
CfnEnvironmentProfilePropsMixin.IEnvironmentParameterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty : CfnEnvironmentProfilePropsMixin.IEnvironmentParameterProperty
Syntax (vb)
Public Class CfnEnvironmentProfilePropsMixin.EnvironmentParameterProperty Implements CfnEnvironmentProfilePropsMixin.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.Mixins.Preview.AWS.DataZone.Mixins;

             var environmentParameterProperty = new EnvironmentParameterProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

EnvironmentParameterProperty()

The parameter details of an environment profile.

Properties

Name

The name specified in the environment parameter.

Value

The value of the environment profile.

Constructors

EnvironmentParameterProperty()

The parameter details of an environment profile.

public EnvironmentParameterProperty()
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.Mixins.Preview.AWS.DataZone.Mixins;

             var environmentParameterProperty = new EnvironmentParameterProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

The name specified in the environment parameter.

public string? Name { get; set; }
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.

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

string

Remarks

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

Implements

CfnEnvironmentProfilePropsMixin.IEnvironmentParameterProperty
Back to top Generated by DocFX