Show / Hide Table of Contents

Class MaintenanceWindowTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowTargetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTargetArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowTargetArgs()

Declaration
public MaintenanceWindowTargetArgs()

Properties

View Source

Description

The description of the maintenance window target.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the maintenance window target.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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<MaintenanceWindowTargetTargetArgs> Targets { get; set; }
Property Value
Type Description
InputList<MaintenanceWindowTargetTargetArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.