dynatrace.getSyntheticLocations
The synthetic locations data source allows the location IDs to be retrieved based off of provided parameters.
Using getSyntheticLocations
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 getSyntheticLocations(args: GetSyntheticLocationsArgs, opts?: InvokeOptions): Promise<GetSyntheticLocationsResult>
function getSyntheticLocationsOutput(args: GetSyntheticLocationsOutputArgs, opts?: InvokeOptions): Output<GetSyntheticLocationsResult>
def get_synthetic_locations(id: Optional[str] = None,
locations: Optional[GetSyntheticLocationsLocations] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSyntheticLocationsResult
def get_synthetic_locations_output(id: Optional[pulumi.Input[str]] = None,
locations: Optional[pulumi.Input[GetSyntheticLocationsLocationsArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSyntheticLocationsResult]
func GetSyntheticLocations(ctx *Context, args *GetSyntheticLocationsArgs, opts ...InvokeOption) (*GetSyntheticLocationsResult, error)
func GetSyntheticLocationsOutput(ctx *Context, args *GetSyntheticLocationsOutputArgs, opts ...InvokeOption) GetSyntheticLocationsResultOutput
> Note: This function is named GetSyntheticLocations
in the Go SDK.
public static class GetSyntheticLocations
{
public static Task<GetSyntheticLocationsResult> InvokeAsync(GetSyntheticLocationsArgs args, InvokeOptions? opts = null)
public static Output<GetSyntheticLocationsResult> Invoke(GetSyntheticLocationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSyntheticLocationsResult> getSyntheticLocations(GetSyntheticLocationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dynatrace:index/getSyntheticLocations:getSyntheticLocations
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
The ID of this resource.
- Locations
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Get Synthetic Locations Locations - Name string
- Id string
The ID of this resource.
- Locations
Get
Synthetic Locations Locations - Name string
- id String
The ID of this resource.
- locations
Get
Synthetic Locations Locations - name String
- id string
The ID of this resource.
- locations
Get
Synthetic Locations Locations - name string
- id str
The ID of this resource.
- locations
Get
Synthetic Locations Locations - name str
- id String
The ID of this resource.
- locations Property Map
- name String
getSyntheticLocations Result
The following output properties are available:
- Locations
Lbrlabs.
Pulumi Package. Dynatrace. Outputs. Get Synthetic Locations Locations - Id string
The ID of this resource.
- Name string
- Locations
Get
Synthetic Locations Locations - Id string
The ID of this resource.
- Name string
- locations
Get
Synthetic Locations Locations - id String
The ID of this resource.
- name String
- locations
Get
Synthetic Locations Locations - id string
The ID of this resource.
- name string
- locations
Get
Synthetic Locations Locations - id str
The ID of this resource.
- name str
- locations Property Map
- id String
The ID of this resource.
- name String
Supporting Types
GetSyntheticLocationsLocations
- Locations
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Get Synthetic Locations Locations Location> The name of the location
- Locations
[]Get
Synthetic Locations Locations Location The name of the location
- locations
List<Get
Synthetic Locations Locations Location> The name of the location
- locations
Get
Synthetic Locations Locations Location[] The name of the location
- locations
Sequence[Get
Synthetic Locations Locations Location] The name of the location
- locations List<Property Map>
The name of the location
GetSyntheticLocationsLocationsLocation
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.