1. Packages
  2. Dynatrace
  3. API Docs
  4. getAwsSupportedServices
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

dynatrace.getAwsSupportedServices

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

    The AWS supported service data source queries for a full list of all supported services.

    Example Usage

    For an example of this data source, please refer to the Resource Example Usage of the dynatrace.AwsService resource.

    Using getAwsSupportedServices

    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 getAwsSupportedServices(args: GetAwsSupportedServicesArgs, opts?: InvokeOptions): Promise<GetAwsSupportedServicesResult>
    function getAwsSupportedServicesOutput(args: GetAwsSupportedServicesOutputArgs, opts?: InvokeOptions): Output<GetAwsSupportedServicesResult>
    def get_aws_supported_services(excepts: Optional[Sequence[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetAwsSupportedServicesResult
    def get_aws_supported_services_output(excepts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetAwsSupportedServicesResult]
    func GetAwsSupportedServices(ctx *Context, args *GetAwsSupportedServicesArgs, opts ...InvokeOption) (*GetAwsSupportedServicesResult, error)
    func GetAwsSupportedServicesOutput(ctx *Context, args *GetAwsSupportedServicesOutputArgs, opts ...InvokeOption) GetAwsSupportedServicesResultOutput

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

    public static class GetAwsSupportedServices 
    {
        public static Task<GetAwsSupportedServicesResult> InvokeAsync(GetAwsSupportedServicesArgs args, InvokeOptions? opts = null)
        public static Output<GetAwsSupportedServicesResult> Invoke(GetAwsSupportedServicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAwsSupportedServicesResult> getAwsSupportedServices(GetAwsSupportedServicesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: dynatrace:index/getAwsSupportedServices:getAwsSupportedServices
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Excepts List<string>
    Services with the given names won't be included in the results
    Excepts []string
    Services with the given names won't be included in the results
    excepts List<String>
    Services with the given names won't be included in the results
    excepts string[]
    Services with the given names won't be included in the results
    excepts Sequence[str]
    Services with the given names won't be included in the results
    excepts List<String>
    Services with the given names won't be included in the results

    getAwsSupportedServices Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Services Dictionary<string, bool>
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    Excepts List<string>
    Services with the given names won't be included in the results
    Id string
    The provider-assigned unique ID for this managed resource.
    Services map[string]bool
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    Excepts []string
    Services with the given names won't be included in the results
    id String
    The provider-assigned unique ID for this managed resource.
    services Map<String,Boolean>
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    excepts List<String>
    Services with the given names won't be included in the results
    id string
    The provider-assigned unique ID for this managed resource.
    services {[key: string]: boolean}
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    excepts string[]
    Services with the given names won't be included in the results
    id str
    The provider-assigned unique ID for this managed resource.
    services Mapping[str, bool]
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    excepts Sequence[str]
    Services with the given names won't be included in the results
    id String
    The provider-assigned unique ID for this managed resource.
    services Map<Boolean>
    The keys are the names of the supported services. The values provide information whether that service is built in or not.
    excepts List<String>
    Services with the given names won't be included in the results

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse