Show / Hide Table of Contents

Class CfnEnabledBaseline.ParameterProperty

Inheritance
object
CfnEnabledBaseline.ParameterProperty
Implements
CfnEnabledBaseline.IParameterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ControlTower
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnabledBaseline.ParameterProperty : CfnEnabledBaseline.IParameterProperty
Syntax (vb)
Public Class CfnEnabledBaseline.ParameterProperty Implements CfnEnabledBaseline.IParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.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.ControlTower;

             var value;

             var parameterProperty = new ParameterProperty {
                 Key = "key",
                 Value = value
             };

Synopsis

Constructors

ParameterProperty()

Properties

Key
Value

Constructors

ParameterProperty()

public ParameterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.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.ControlTower;

             var value;

             var parameterProperty = new ParameterProperty {
                 Key = "key",
                 Value = value
             };

Properties

Key

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.html#cfn-controltower-enabledbaseline-parameter-key

Value

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledbaseline-parameter.html#cfn-controltower-enabledbaseline-parameter-value

Implements

CfnEnabledBaseline.IParameterProperty
Back to top Generated by DocFX