Class CfnEnabledBaseline.ParameterProperty
A key-value parameter to an EnabledBaseline
resource.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ControlTower
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ParameterProperty : Object, CfnEnabledBaseline.IParameterProperty
Syntax (vb)
Public Class ParameterProperty
Inherits Object
Implements CfnEnabledBaseline.IParameterProperty
Remarks
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
Parameter |
Properties
Key | A string denoting the parameter key. |
Value | A low-level |
Constructors
ParameterProperty()
public ParameterProperty()
Properties
Key
A string denoting the parameter key.
public string Key { get; set; }
Property Value
System.
Remarks
Value
A low-level Document
object of any type (for example, a Java Object).
public object Value { get; set; }
Property Value
System.