AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the EnableBaseline operation. Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target. For usage examples, see the Amazon Web Services Control Tower User Guide .

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ControlTower.AmazonControlTowerRequest
      Amazon.ControlTower.Model.EnableBaselineRequest

Namespace: Amazon.ControlTower.Model
Assembly: AWSSDK.ControlTower.dll
Version: 3.x.y.z

Syntax

C#
public class EnableBaselineRequest : AmazonControlTowerRequest
         IAmazonWebServiceRequest

The EnableBaselineRequest type exposes the following members

Constructors

NameDescription
Public Method EnableBaselineRequest()

Properties

NameTypeDescription
Public Property BaselineIdentifier System.String

Gets and sets the property BaselineIdentifier.

The ARN of the baseline to be enabled.

Public Property BaselineVersion System.String

Gets and sets the property BaselineVersion.

The specific version to be enabled of the specified baseline.

Public Property Parameters System.Collections.Generic.List<Amazon.ControlTower.Model.EnabledBaselineParameter>

Gets and sets the property Parameters.

A list of key-value objects that specify enablement parameters, where key is a string and value is a document of any type.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Tags associated with input to EnableBaseline.

Public Property TargetIdentifier System.String

Gets and sets the property TargetIdentifier.

The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5