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.
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 dictionarydata "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.
- Last
Modified stringDate - The last time the service setting was modified.
- Last
Modified stringUser - 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.
- Last
Modified stringDate - The last time the service setting was modified.
- Last
Modified stringUser - 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.
- last_
modified_ stringdate - The last time the service setting was modified.
- last_
modified_ stringuser - 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.
- last
Modified StringDate - The last time the service setting was modified.
- last
Modified StringUser - 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.
- last
Modified stringDate - The last time the service setting was modified.
- last
Modified stringUser - 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 str
- The ARN of the service setting.
- last_
modified_ strdate - The last time the service setting was modified.
- last_
modified_ struser - 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.
- last
Modified StringDate - The last time the service setting was modified.
- last
Modified StringUser - 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.
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