Class CfnEnabledBaselinePropsMixin.ParameterProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ControlTower
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEnabledBaselinePropsMixin.ParameterProperty : CfnEnabledBaselinePropsMixin.IParameterProperty
Syntax (vb)
Public Class CfnEnabledBaselinePropsMixin.ParameterProperty Implements CfnEnabledBaselinePropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }