Class: Aws::SSM::Types::InstanceAssociationOutputLocation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

An S3 bucket where you want to store the results of this request.

For the minimal permissions required to enable Amazon S3 output for an association, see [Creating associations] in the *Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3OutputLocation

An S3 bucket where you want to store the results of this request.



9125
9126
9127
9128
9129
# File 'lib/aws-sdk-ssm/types.rb', line 9125

class InstanceAssociationOutputLocation < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end