AWS::SSM::ServiceSettingResource Type definition for AWS::SSM::ServiceSetting. ServiceSetting is an account-level setting for an AWS service that defines how a user interacts with or uses a service or feature.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SettingId | string | RequiredCreate-only |
SettingValue | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the service setting. |
LastModifiedDate | string | The last time the service setting was modified. |
LastModifiedUser | string | The ARN of the last modified user. |
Status | string | The status of the service setting. The value can be Default, Customized or PendingUpdate. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::ServiceSetting
Resources:
MyResource:
Type: AWS::SSM::ServiceSetting
Properties:
SettingId: "my-settingid"
SettingValue: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:UpdateServiceSettingssm:GetServiceSettingssm:GetServiceSettingssm:UpdateServiceSettingssm:GetServiceSettingssm:ResetServiceSettingssm:GetServiceSettingssm:GetServiceSettingOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SettingId