class Amazonite::Ssm::AutomationExecutionInputs

Overview

Information about the optional inputs that can be specified for an automation execution preview.

Included Modules

Defined in:

ssm/automation_execution_inputs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(parameters : Hash(String, Array(String)) | Nil = nil, target_parameter_name : String | Nil = nil, targets : Array(Target) | Nil = nil, target_maps : Array(Hash(String, Array(String))) | Nil = nil, target_locations : Array(TargetLocation) | Nil = nil, target_locations_url : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def parameters : Hash(String, Array(String)) | Nil #

Information about parameters that can be specified for the preview operation.


[View source]
def parameters=(parameters : Hash(String, Array(String)) | Nil) #

Information about parameters that can be specified for the preview operation.


[View source]
def target_locations : Array(TargetLocation) | Nil #

Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.


[View source]
def target_locations=(target_locations : Array(TargetLocation) | Nil) #

Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.


[View source]
def target_locations_url : String | Nil #

A publicly accessible URL for a file that contains the TargetLocations body. Currently, only files in presigned Amazon S3 buckets are supported.


[View source]
def target_locations_url=(target_locations_url : String | Nil) #

A publicly accessible URL for a file that contains the TargetLocations body. Currently, only files in presigned Amazon S3 buckets are supported.


[View source]
def target_maps : Array(Hash(String, Array(String))) | Nil #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.


[View source]
def target_maps=(target_maps : Array(Hash(String, Array(String))) | Nil) #

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.


[View source]
def target_parameter_name : String | Nil #

The name of the parameter used as the target resource for the rate-controlled execution. Required if you specify targets.


[View source]
def target_parameter_name=(target_parameter_name : String | Nil) #

The name of the parameter used as the target resource for the rate-controlled execution. Required if you specify targets.


[View source]
def targets : Array(Target) | Nil #

Information about the resources that would be included in the actual runbook execution, if it were to be run. Both Targets and TargetMaps can't be specified together.


[View source]
def targets=(targets : Array(Target) | Nil) #

Information about the resources that would be included in the actual runbook execution, if it were to be run. Both Targets and TargetMaps can't be specified together.


[View source]
def validate! : Nil #

[View source]