GetAwsServices

Deprecated: signalfx.getAwsServices has been deprecated in favor of signalfx.aws.getServices

Using GetAwsServices

function getAwsServices(args: GetAwsServicesArgs, opts?: InvokeOptions): Promise<GetAwsServicesResult>
function  get_aws_services(services=None, opts=None)
func GetAwsServices(ctx *Context, args *GetAwsServicesArgs, opts ...InvokeOption) (*GetAwsServicesResult, error)
public static class GetAwsServices {
    public static Task<GetAwsServicesResult> InvokeAsync(GetAwsServicesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Services List<Pulumi.SignalFx.Inputs.GetAwsServicesServiceArgs>
Services []GetAwsServicesService
services GetAwsServicesService[]
services List[GetAwsServicesService]

GetAwsServices Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Services List<Pulumi.SignalFx.Outputs.GetAwsServicesService>
Id string

The provider-assigned unique ID for this managed resource.

Services []GetAwsServicesService
id string

The provider-assigned unique ID for this managed resource.

services GetAwsServicesService[]
id str

The provider-assigned unique ID for this managed resource.

services List[GetAwsServicesService]

Supporting Types

GetAwsServicesService

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string
Name string
name string
name str

Package Details

Repository
https://github.com/pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.