Method: Aws::SSM::Types::GetServiceSettingRequest#setting_id

Defined in:
lib/aws-sdk-ssm/types.rb

#setting_idString

The ID of the service setting to get. The setting ID can be one of the following.

  • ‘/ssm/appmanager/appmanager-enabled`

  • ‘/ssm/automation/customer-script-log-destination`

  • ‘/ssm/automation/customer-script-log-group-name`

  • /ssm/automation/enable-adaptive-concurrency

  • ‘/ssm/documents/console/public-sharing-permission`

  • ‘/ssm/managed-instance/activation-tier`

  • ‘/ssm/managed-instance/default-ec2-instance-management-role`

  • ‘/ssm/opsinsights/opscenter`

  • ‘/ssm/parameter-store/default-parameter-tier`

  • ‘/ssm/parameter-store/high-throughput-enabled`

Returns:

  • (String)


9593
9594
9595
9596
9597
# File 'lib/aws-sdk-ssm/types.rb', line 9593

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