Class MaintenanceWindowTargetState
Inherited Members
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTargetState : ResourceArgs
Constructors
View SourceMaintenanceWindowTargetState()
Declaration
public MaintenanceWindowTargetState()
Properties
View SourceDescription
The description of the maintenance window target.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the maintenance window target.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerInformation
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.
Declaration
public Input<string> OwnerInformation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceType
The type of target being registered with the Maintenance Window. Possible values are INSTANCE and RESOURCE_GROUP.
Declaration
public Input<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Targets
The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)
Declaration
public InputList<MaintenanceWindowTargetTargetGetArgs> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MaintenanceWindowTargetTargetGetArgs> |
WindowId
The Id of the maintenance window to register the target with.
Declaration
public Input<string> WindowId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |