Class CfnEnabledControl.EnabledControlParameterProperty
A set of parameters that configure the behavior of the enabled control.
Inherited Members
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 .
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 .
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
Remarks
Value
The value of a key/value pair.
public object Value { get; set; }
Property Value
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.]