Viewing docs for SignalFx v5.10.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for SignalFx v5.10.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Deprecated: signalfx.getAwsServices has been deprecated in favor of signalfx.aws.getServices
Using getAwsServices
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 getAwsServices(args: GetAwsServicesArgs, opts?: InvokeOptions): Promise<GetAwsServicesResult>
function getAwsServicesOutput(args: GetAwsServicesOutputArgs, opts?: InvokeOptions): Output<GetAwsServicesResult>def get_aws_services(services: Optional[Sequence[GetAwsServicesService]] = None,
opts: Optional[InvokeOptions] = None) -> GetAwsServicesResult
def get_aws_services_output(services: Optional[pulumi.Input[Sequence[pulumi.Input[GetAwsServicesServiceArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAwsServicesResult]func GetAwsServices(ctx *Context, args *GetAwsServicesArgs, opts ...InvokeOption) (*GetAwsServicesResult, error)
func GetAwsServicesOutput(ctx *Context, args *GetAwsServicesOutputArgs, opts ...InvokeOption) GetAwsServicesResultOutput> Note: This function is named GetAwsServices in the Go SDK.
public static class GetAwsServices
{
public static Task<GetAwsServicesResult> InvokeAsync(GetAwsServicesArgs args, InvokeOptions? opts = null)
public static Output<GetAwsServicesResult> Invoke(GetAwsServicesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAwsServicesResult> getAwsServices(GetAwsServicesArgs args, InvokeOptions options)
public static Output<GetAwsServicesResult> getAwsServices(GetAwsServicesArgs args, InvokeOptions options)
fn::invoke:
function: signalfx:index/getAwsServices:getAwsServices
arguments:
# arguments dictionaryThe following arguments are supported:
getAwsServices Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Services
List<Pulumi.
Signal Fx. Outputs. Get Aws Services Service>
- Id string
- The provider-assigned unique ID for this managed resource.
- Services
[]Get
Aws Services Service
- id String
- The provider-assigned unique ID for this managed resource.
- services
List<Get
Aws Services Service>
- id string
- The provider-assigned unique ID for this managed resource.
- services
Get
Aws Services Service[]
- id str
- The provider-assigned unique ID for this managed resource.
- services
Sequence[Get
Aws Services Service]
- id String
- The provider-assigned unique ID for this managed resource.
- services List<Property Map>
Supporting Types
GetAwsServicesService
- Name string
- Name string
- name String
- name string
- name str
- name String
Package Details
- Repository
- SignalFx pulumi/pulumi-signalfx
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
signalfxTerraform Provider.
Viewing docs for SignalFx v5.10.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
