Class CfnEnabledControl.EnabledControlParameterProperty
A set of parameters that configure the behavior of the enabled control.
Inheritance
Namespace: Amazon.CDK.AWS.ControlTower
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EnabledControlParameterProperty : Object, CfnEnabledControl.IEnabledControlParameterProperty
Syntax (vb)
Public Class EnabledControlParameterProperty
Inherits Object
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
Enabled |
Properties
Key | The key of a key/value pair. |
Value | The value of a key/value pair. |
Constructors
EnabledControlParameterProperty()
public EnabledControlParameterProperty()
Properties
Key
The key of a key/value pair.
public string Key { get; set; }
Property Value
System.
Remarks
Value
The value of a key/value pair.
public object Value { get; set; }
Property Value
System.
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.]