We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
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.
Create ServiceSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceSetting(name: string, args: ServiceSettingArgs, opts?: CustomResourceOptions);@overload
def ServiceSetting(resource_name: str,
args: ServiceSettingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
setting_id: Optional[str] = None,
setting_value: Optional[str] = None)func NewServiceSetting(ctx *Context, name string, args ServiceSettingArgs, opts ...ResourceOption) (*ServiceSetting, error)public ServiceSetting(string name, ServiceSettingArgs args, CustomResourceOptions? opts = null)
public ServiceSetting(String name, ServiceSettingArgs args)
public ServiceSetting(String name, ServiceSettingArgs args, CustomResourceOptions options)
type: aws-native:ssm:ServiceSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_ssm_service_setting" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args ServiceSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceSettingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceSettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ServiceSetting Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceSetting resource accepts the following input properties:
- Setting
Id string - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- Setting
Value string - The value of the service setting.
- Setting
Id string - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- Setting
Value string - The value of the service setting.
- setting_
id string - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- setting_
value string - The value of the service setting.
- setting
Id String - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- setting
Value String - The value of the service setting.
- setting
Id string - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- setting
Value string - The value of the service setting.
- setting_
id str - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- setting_
value str - The value of the service setting.
- setting
Id String - The ID of the service setting, such as /ssm/parameter-store/high-throughput-enabled.
- setting
Value String - The value of the service setting.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceSetting resource produces the following output properties:
- Arn string
- The ARN of the service setting.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringDate - The last time the service setting was modified.
- Last
Modified stringUser - The ARN of the last modified user.
- Status string
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- Arn string
- The ARN of the service setting.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringDate - The last time the service setting was modified.
- Last
Modified stringUser - The ARN of the last modified user.
- Status string
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- arn string
- The ARN of the service setting.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stringdate - The last time the service setting was modified.
- last_
modified_ stringuser - The ARN of the last modified user.
- status string
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- arn String
- The ARN of the service setting.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringDate - The last time the service setting was modified.
- last
Modified StringUser - The ARN of the last modified user.
- status String
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- arn string
- The ARN of the service setting.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringDate - The last time the service setting was modified.
- last
Modified stringUser - The ARN of the last modified user.
- status string
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- arn str
- The ARN of the service setting.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strdate - The last time the service setting was modified.
- last_
modified_ struser - The ARN of the last modified user.
- status str
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
- arn String
- The ARN of the service setting.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringDate - The last time the service setting was modified.
- last
Modified StringUser - The ARN of the last modified user.
- status String
- The status of the service setting. The value can be Default, Customized or PendingUpdate.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi