AWS::SSM::ServiceSetting

SSM ServiceSetting

Resource 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.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
SettingId
string
RequiredCreate-only
SettingValue
string
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the service setting.
LastModifiedDatestringThe last time the service setting was modified.
LastModifiedUserstringThe ARN of the last modified user.
StatusstringThe status of the service setting. The value can be Default, Customized or PendingUpdate.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::ServiceSetting

Resources:
  MyResource:
    Type: AWS::SSM::ServiceSetting
    Properties:
      SettingId: "my-settingid"
      SettingValue: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ssm:UpdateServiceSettingssm:GetServiceSetting

read

ssm:GetServiceSetting

update

ssm:UpdateServiceSettingssm:GetServiceSetting

delete

ssm:ResetServiceSettingssm:GetServiceSetting

list

ssm:GetServiceSetting

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSSM
Properties6
Required2
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SettingId

External Links