Class CfnEnabledBaselineProps
Properties for defining a CfnEnabledBaseline
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ControlTower
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnabledBaselineProps : Object, ICfnEnabledBaselineProps
Syntax (vb)
Public Class CfnEnabledBaselineProps
Inherits Object
Implements ICfnEnabledBaselineProps
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 cfnEnabledBaselineProps = new CfnEnabledBaselineProps {
BaselineIdentifier = "baselineIdentifier",
BaselineVersion = "baselineVersion",
TargetIdentifier = "targetIdentifier",
// the properties below are optional
Parameters = new [] { new ParameterProperty {
Key = "key",
Value = value
} },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Baseline |
The specific |
Baseline |
The enabled version of the |
Parameters | Parameters that are applied when enabling this |
Tags | Tags associated with input to |
Target |
The target on which to enable the |
Constructors
CfnEnabledBaselineProps()
public CfnEnabledBaselineProps()
Properties
BaselineIdentifier
The specific Baseline
enabled as part of the EnabledBaseline
resource.
public string BaselineIdentifier { get; set; }
Property Value
System.
Remarks
BaselineVersion
The enabled version of the Baseline
.
public string BaselineVersion { get; set; }
Property Value
System.
Remarks
Parameters
Parameters that are applied when enabling this Baseline
.
public object Parameters { get; set; }
Property Value
System.
Remarks
These parameters configure the behavior of the baseline.
Tags
Tags associated with input to EnableBaseline
.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
TargetIdentifier
The target on which to enable the Baseline
.
public string TargetIdentifier { get; set; }
Property Value
System.