1. Packages
  2. Dynatrace
  3. API Docs
  4. SyntheticLocation
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.SyntheticLocation

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create SyntheticLocation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SyntheticLocation(name: string, args: SyntheticLocationArgs, opts?: CustomResourceOptions);
    @overload
    def SyntheticLocation(resource_name: str,
                          args: SyntheticLocationArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def SyntheticLocation(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          latitude: Optional[float] = None,
                          longitude: Optional[float] = None,
                          availability_notifications_enabled: Optional[bool] = None,
                          auto_update_chromium: Optional[bool] = None,
                          city: Optional[str] = None,
                          country_code: Optional[str] = None,
                          deployment_type: Optional[str] = None,
                          availability_node_outage: Optional[bool] = None,
                          location_node_outage_delay_in_minutes: Optional[int] = None,
                          availability_location_outage: Optional[bool] = None,
                          name: Optional[str] = None,
                          nodes: Optional[Sequence[str]] = None,
                          region_code: Optional[str] = None)
    func NewSyntheticLocation(ctx *Context, name string, args SyntheticLocationArgs, opts ...ResourceOption) (*SyntheticLocation, error)
    public SyntheticLocation(string name, SyntheticLocationArgs args, CustomResourceOptions? opts = null)
    public SyntheticLocation(String name, SyntheticLocationArgs args)
    public SyntheticLocation(String name, SyntheticLocationArgs args, CustomResourceOptions options)
    
    type: dynatrace:SyntheticLocation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SyntheticLocationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SyntheticLocationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SyntheticLocationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SyntheticLocationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SyntheticLocationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var syntheticLocationResource = new Dynatrace.SyntheticLocation("syntheticLocationResource", new()
    {
        Latitude = 0,
        Longitude = 0,
        AvailabilityNotificationsEnabled = false,
        AutoUpdateChromium = false,
        City = "string",
        CountryCode = "string",
        DeploymentType = "string",
        AvailabilityNodeOutage = false,
        LocationNodeOutageDelayInMinutes = 0,
        AvailabilityLocationOutage = false,
        Name = "string",
        Nodes = new[]
        {
            "string",
        },
        RegionCode = "string",
    });
    
    example, err := dynatrace.NewSyntheticLocation(ctx, "syntheticLocationResource", &dynatrace.SyntheticLocationArgs{
    	Latitude:                         pulumi.Float64(0),
    	Longitude:                        pulumi.Float64(0),
    	AvailabilityNotificationsEnabled: pulumi.Bool(false),
    	AutoUpdateChromium:               pulumi.Bool(false),
    	City:                             pulumi.String("string"),
    	CountryCode:                      pulumi.String("string"),
    	DeploymentType:                   pulumi.String("string"),
    	AvailabilityNodeOutage:           pulumi.Bool(false),
    	LocationNodeOutageDelayInMinutes: pulumi.Int(0),
    	AvailabilityLocationOutage:       pulumi.Bool(false),
    	Name:                             pulumi.String("string"),
    	Nodes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	RegionCode: pulumi.String("string"),
    })
    
    var syntheticLocationResource = new SyntheticLocation("syntheticLocationResource", SyntheticLocationArgs.builder()        
        .latitude(0)
        .longitude(0)
        .availabilityNotificationsEnabled(false)
        .autoUpdateChromium(false)
        .city("string")
        .countryCode("string")
        .deploymentType("string")
        .availabilityNodeOutage(false)
        .locationNodeOutageDelayInMinutes(0)
        .availabilityLocationOutage(false)
        .name("string")
        .nodes("string")
        .regionCode("string")
        .build());
    
    synthetic_location_resource = dynatrace.SyntheticLocation("syntheticLocationResource",
        latitude=0,
        longitude=0,
        availability_notifications_enabled=False,
        auto_update_chromium=False,
        city="string",
        country_code="string",
        deployment_type="string",
        availability_node_outage=False,
        location_node_outage_delay_in_minutes=0,
        availability_location_outage=False,
        name="string",
        nodes=["string"],
        region_code="string")
    
    const syntheticLocationResource = new dynatrace.SyntheticLocation("syntheticLocationResource", {
        latitude: 0,
        longitude: 0,
        availabilityNotificationsEnabled: false,
        autoUpdateChromium: false,
        city: "string",
        countryCode: "string",
        deploymentType: "string",
        availabilityNodeOutage: false,
        locationNodeOutageDelayInMinutes: 0,
        availabilityLocationOutage: false,
        name: "string",
        nodes: ["string"],
        regionCode: "string",
    });
    
    type: dynatrace:SyntheticLocation
    properties:
        autoUpdateChromium: false
        availabilityLocationOutage: false
        availabilityNodeOutage: false
        availabilityNotificationsEnabled: false
        city: string
        countryCode: string
        deploymentType: string
        latitude: 0
        locationNodeOutageDelayInMinutes: 0
        longitude: 0
        name: string
        nodes:
            - string
        regionCode: string
    

    SyntheticLocation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The SyntheticLocation resource accepts the following input properties:

    Latitude double
    The latitude of the location in DDD.dddd format
    Longitude double
    The longitude of the location in DDD.dddd format
    AutoUpdateChromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    AvailabilityLocationOutage bool
    The alerting of location outage is enabled (true) or disabled (false)
    AvailabilityNodeOutage bool
    The alerting of node outage is enabled (true) or disabled (false).
    AvailabilityNotificationsEnabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    City string
    The city of the location
    CountryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    DeploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    LocationNodeOutageDelayInMinutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    Name string
    The name of the location
    Nodes List<string>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    RegionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    Latitude float64
    The latitude of the location in DDD.dddd format
    Longitude float64
    The longitude of the location in DDD.dddd format
    AutoUpdateChromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    AvailabilityLocationOutage bool
    The alerting of location outage is enabled (true) or disabled (false)
    AvailabilityNodeOutage bool
    The alerting of node outage is enabled (true) or disabled (false).
    AvailabilityNotificationsEnabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    City string
    The city of the location
    CountryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    DeploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    LocationNodeOutageDelayInMinutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    Name string
    The name of the location
    Nodes []string
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    RegionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    latitude Double
    The latitude of the location in DDD.dddd format
    longitude Double
    The longitude of the location in DDD.dddd format
    autoUpdateChromium Boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage Boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage Boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled Boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city String
    The city of the location
    countryCode String
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType String
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    locationNodeOutageDelayInMinutes Integer
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    name String
    The name of the location
    nodes List<String>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode String
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    latitude number
    The latitude of the location in DDD.dddd format
    longitude number
    The longitude of the location in DDD.dddd format
    autoUpdateChromium boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city string
    The city of the location
    countryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    locationNodeOutageDelayInMinutes number
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    name string
    The name of the location
    nodes string[]
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    latitude float
    The latitude of the location in DDD.dddd format
    longitude float
    The longitude of the location in DDD.dddd format
    auto_update_chromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availability_location_outage bool
    The alerting of location outage is enabled (true) or disabled (false)
    availability_node_outage bool
    The alerting of node outage is enabled (true) or disabled (false).
    availability_notifications_enabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    city str
    The city of the location
    country_code str
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deployment_type str
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    location_node_outage_delay_in_minutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    name str
    The name of the location
    nodes Sequence[str]
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    region_code str
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    latitude Number
    The latitude of the location in DDD.dddd format
    longitude Number
    The longitude of the location in DDD.dddd format
    autoUpdateChromium Boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage Boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage Boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled Boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city String
    The city of the location
    countryCode String
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType String
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    locationNodeOutageDelayInMinutes Number
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    name String
    The name of the location
    nodes List<String>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode String
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SyntheticLocation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing SyntheticLocation Resource

    Get an existing SyntheticLocation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SyntheticLocationState, opts?: CustomResourceOptions): SyntheticLocation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            auto_update_chromium: Optional[bool] = None,
            availability_location_outage: Optional[bool] = None,
            availability_node_outage: Optional[bool] = None,
            availability_notifications_enabled: Optional[bool] = None,
            city: Optional[str] = None,
            country_code: Optional[str] = None,
            deployment_type: Optional[str] = None,
            latitude: Optional[float] = None,
            location_node_outage_delay_in_minutes: Optional[int] = None,
            longitude: Optional[float] = None,
            name: Optional[str] = None,
            nodes: Optional[Sequence[str]] = None,
            region_code: Optional[str] = None) -> SyntheticLocation
    func GetSyntheticLocation(ctx *Context, name string, id IDInput, state *SyntheticLocationState, opts ...ResourceOption) (*SyntheticLocation, error)
    public static SyntheticLocation Get(string name, Input<string> id, SyntheticLocationState? state, CustomResourceOptions? opts = null)
    public static SyntheticLocation get(String name, Output<String> id, SyntheticLocationState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AutoUpdateChromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    AvailabilityLocationOutage bool
    The alerting of location outage is enabled (true) or disabled (false)
    AvailabilityNodeOutage bool
    The alerting of node outage is enabled (true) or disabled (false).
    AvailabilityNotificationsEnabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    City string
    The city of the location
    CountryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    DeploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    Latitude double
    The latitude of the location in DDD.dddd format
    LocationNodeOutageDelayInMinutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    Longitude double
    The longitude of the location in DDD.dddd format
    Name string
    The name of the location
    Nodes List<string>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    RegionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    AutoUpdateChromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    AvailabilityLocationOutage bool
    The alerting of location outage is enabled (true) or disabled (false)
    AvailabilityNodeOutage bool
    The alerting of node outage is enabled (true) or disabled (false).
    AvailabilityNotificationsEnabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    City string
    The city of the location
    CountryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    DeploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    Latitude float64
    The latitude of the location in DDD.dddd format
    LocationNodeOutageDelayInMinutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    Longitude float64
    The longitude of the location in DDD.dddd format
    Name string
    The name of the location
    Nodes []string
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    RegionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    autoUpdateChromium Boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage Boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage Boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled Boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city String
    The city of the location
    countryCode String
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType String
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    latitude Double
    The latitude of the location in DDD.dddd format
    locationNodeOutageDelayInMinutes Integer
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    longitude Double
    The longitude of the location in DDD.dddd format
    name String
    The name of the location
    nodes List<String>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode String
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    autoUpdateChromium boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city string
    The city of the location
    countryCode string
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType string
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    latitude number
    The latitude of the location in DDD.dddd format
    locationNodeOutageDelayInMinutes number
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    longitude number
    The longitude of the location in DDD.dddd format
    name string
    The name of the location
    nodes string[]
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode string
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    auto_update_chromium bool
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availability_location_outage bool
    The alerting of location outage is enabled (true) or disabled (false)
    availability_node_outage bool
    The alerting of node outage is enabled (true) or disabled (false).
    availability_notifications_enabled bool
    The notifications of location and node outage is enabled (true) or disabled (false)
    city str
    The city of the location
    country_code str
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deployment_type str
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    latitude float
    The latitude of the location in DDD.dddd format
    location_node_outage_delay_in_minutes int
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    longitude float
    The longitude of the location in DDD.dddd format
    name str
    The name of the location
    nodes Sequence[str]
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    region_code str
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes
    autoUpdateChromium Boolean
    Auto upgrade of Chromium is enabled (true) or disabled (false)
    availabilityLocationOutage Boolean
    The alerting of location outage is enabled (true) or disabled (false)
    availabilityNodeOutage Boolean
    The alerting of node outage is enabled (true) or disabled (false).
    availabilityNotificationsEnabled Boolean
    The notifications of location and node outage is enabled (true) or disabled (false)
    city String
    The city of the location
    countryCode String
    The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for example, AT for Austria or PL for Poland)
    deploymentType String
    The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
    latitude Number
    The latitude of the location in DDD.dddd format
    locationNodeOutageDelayInMinutes Number
    Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
    longitude Number
    The longitude of the location in DDD.dddd format
    name String
    The name of the location
    nodes List<String>
    A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
    regionCode String
    The region code of the location. For the USA or Canada use ISO 3166-2 state codes (without US- or CA- prefix), for example, VA for Virginia or OR for Oregon. For the rest of the world use FIPS 10-4 codes

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs