1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. ssm
  6. getServiceSetting

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
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.

    Using getServiceSetting

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServiceSetting(args: GetServiceSettingArgs, opts?: InvokeOptions): Promise<GetServiceSettingResult>
    function getServiceSettingOutput(args: GetServiceSettingOutputArgs, opts?: InvokeOptions): Output<GetServiceSettingResult>
    def get_service_setting(arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetServiceSettingResult
    def get_service_setting_output(arn: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetServiceSettingResult]
    func LookupServiceSetting(ctx *Context, args *LookupServiceSettingArgs, opts ...InvokeOption) (*LookupServiceSettingResult, error)
    func LookupServiceSettingOutput(ctx *Context, args *LookupServiceSettingOutputArgs, opts ...InvokeOption) LookupServiceSettingResultOutput

    > Note: This function is named LookupServiceSetting in the Go SDK.

    public static class GetServiceSetting 
    {
        public static Task<GetServiceSettingResult> InvokeAsync(GetServiceSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceSettingResult> Invoke(GetServiceSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceSettingResult> getServiceSetting(GetServiceSettingArgs args, InvokeOptions options)
    public static Output<GetServiceSettingResult> getServiceSetting(GetServiceSettingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ssm:getServiceSetting
      arguments:
        # arguments dictionary
    data "aws-native_ssm_get_service_setting" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The ARN of the service setting.
    Arn string
    The ARN of the service setting.
    arn string
    The ARN of the service setting.
    arn String
    The ARN of the service setting.
    arn string
    The ARN of the service setting.
    arn str
    The ARN of the service setting.
    arn String
    The ARN of the service setting.

    getServiceSetting Result

    The following output properties are available:

    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.
    SettingValue string
    The value of the service setting.
    Status string
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    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.
    SettingValue string
    The value of the service setting.
    Status string
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    arn string
    The ARN of the service setting.
    last_modified_date string
    The last time the service setting was modified.
    last_modified_user string
    The ARN of the last modified user.
    setting_value string
    The value of the service setting.
    status string
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    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.
    settingValue String
    The value of the service setting.
    status String
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    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.
    settingValue string
    The value of the service setting.
    status string
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    arn str
    The ARN of the service setting.
    last_modified_date str
    The last time the service setting was modified.
    last_modified_user str
    The ARN of the last modified user.
    setting_value str
    The value of the service setting.
    status str
    The status of the service setting. The value can be Default, Customized or PendingUpdate.
    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.
    settingValue String
    The value of the service setting.
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial