signalfx.getAwsServices
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: signalfx:index/getAwsServices:getAwsServices
arguments:
# arguments dictionary
The 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
signalfx
Terraform Provider.