---
type: resource-type
title: ServiceSetting
description: aws resource type AWS::SSM::ServiceSetting
name: ServiceSetting
lexicon: aws
resource_type: AWS::SSM::ServiceSetting
---
`AWS::SSM::ServiceSetting`, a resource type of the aws lexicon.

## Properties

- `SettingId` (`string`, required): The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- `SettingValue` (`string`, required): The value of the service setting.
- `Arn` (`string`, optional): The ARN of the service setting.
- `LastModifiedDate` (`string`, optional): The last time the service setting was modified.
- `LastModifiedUser` (`string`, optional): The ARN of the last modified user.
- `Status` (`string`, optional): The status of the service setting. The value can be Default, Customized or PendingUpdate.

## Attributes

- `Arn`
- `LastModifiedDate`
- `LastModifiedUser`
- `Status`
