Class CfnEnabledBaseline.ParameterProperty
Implements
Inherited Members
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
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
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
Remarks
Value
public object? Value { get; set; }