Show / Hide Table of Contents

Class CfnEnabledControl.EnabledControlParameterProperty

A set of parameters that configure the behavior of the enabled control.

Inheritance
object
CfnEnabledControl.EnabledControlParameterProperty
Implements
CfnEnabledControl.IEnabledControlParameterProperty
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 CfnEnabledControl.EnabledControlParameterProperty : CfnEnabledControl.IEnabledControlParameterProperty
Syntax (vb)
Public Class CfnEnabledControl.EnabledControlParameterProperty Implements CfnEnabledControl.IEnabledControlParameterProperty
Remarks

Expressed as a key/value pair, where Key is of type String and Value is of type Document .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledcontrol-enabledcontrolparameter.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 enabledControlParameterProperty = new EnabledControlParameterProperty {
                 Key = "key",
                 Value = value
             };

Synopsis

Constructors

EnabledControlParameterProperty()

A set of parameters that configure the behavior of the enabled control.

Properties

Key

The key of a key/value pair.

Value

The value of a key/value pair.

Constructors

EnabledControlParameterProperty()

A set of parameters that configure the behavior of the enabled control.

public EnabledControlParameterProperty()
Remarks

Expressed as a key/value pair, where Key is of type String and Value is of type Document .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledcontrol-enabledcontrolparameter.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 enabledControlParameterProperty = new EnabledControlParameterProperty {
                 Key = "key",
                 Value = value
             };

Properties

Key

The key of a key/value pair.

public string Key { get; set; }
Property Value

string

Remarks

It is of type string .

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

Value

The value of a key/value pair.

public object Value { get; set; }
Property Value

object

Remarks

It can be of type array , string , number , object , or boolean . [Note: The Type field that follows may show a single type such as Number, which is only one possible type.]

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

Implements

CfnEnabledControl.IEnabledControlParameterProperty
Back to top Generated by DocFX