dynatrace.SyntheticLocation
Explore with Pulumi AI
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,
location_node_outage_delay_in_minutes: Optional[int] = None,
availability_location_outage: Optional[bool] = None,
city: Optional[str] = None,
country_code: Optional[str] = None,
deployment_type: Optional[str] = None,
availability_node_outage: Optional[bool] = None,
auto_update_chromium: Optional[bool] = None,
availability_notifications_enabled: Optional[bool] = None,
max_active_gate_count: Optional[int] = None,
min_active_gate_count: Optional[int] = None,
name: Optional[str] = None,
node_size: 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var syntheticLocationResource = new Dynatrace.SyntheticLocation("syntheticLocationResource", new()
{
Latitude = 0,
Longitude = 0,
LocationNodeOutageDelayInMinutes = 0,
AvailabilityLocationOutage = false,
City = "string",
CountryCode = "string",
DeploymentType = "string",
AvailabilityNodeOutage = false,
AutoUpdateChromium = false,
AvailabilityNotificationsEnabled = false,
MaxActiveGateCount = 0,
MinActiveGateCount = 0,
Name = "string",
NodeSize = "string",
Nodes = new[]
{
"string",
},
RegionCode = "string",
});
example, err := dynatrace.NewSyntheticLocation(ctx, "syntheticLocationResource", &dynatrace.SyntheticLocationArgs{
Latitude: pulumi.Float64(0),
Longitude: pulumi.Float64(0),
LocationNodeOutageDelayInMinutes: pulumi.Int(0),
AvailabilityLocationOutage: pulumi.Bool(false),
City: pulumi.String("string"),
CountryCode: pulumi.String("string"),
DeploymentType: pulumi.String("string"),
AvailabilityNodeOutage: pulumi.Bool(false),
AutoUpdateChromium: pulumi.Bool(false),
AvailabilityNotificationsEnabled: pulumi.Bool(false),
MaxActiveGateCount: pulumi.Int(0),
MinActiveGateCount: pulumi.Int(0),
Name: pulumi.String("string"),
NodeSize: pulumi.String("string"),
Nodes: pulumi.StringArray{
pulumi.String("string"),
},
RegionCode: pulumi.String("string"),
})
var syntheticLocationResource = new SyntheticLocation("syntheticLocationResource", SyntheticLocationArgs.builder()
.latitude(0)
.longitude(0)
.locationNodeOutageDelayInMinutes(0)
.availabilityLocationOutage(false)
.city("string")
.countryCode("string")
.deploymentType("string")
.availabilityNodeOutage(false)
.autoUpdateChromium(false)
.availabilityNotificationsEnabled(false)
.maxActiveGateCount(0)
.minActiveGateCount(0)
.name("string")
.nodeSize("string")
.nodes("string")
.regionCode("string")
.build());
synthetic_location_resource = dynatrace.SyntheticLocation("syntheticLocationResource",
latitude=0,
longitude=0,
location_node_outage_delay_in_minutes=0,
availability_location_outage=False,
city="string",
country_code="string",
deployment_type="string",
availability_node_outage=False,
auto_update_chromium=False,
availability_notifications_enabled=False,
max_active_gate_count=0,
min_active_gate_count=0,
name="string",
node_size="string",
nodes=["string"],
region_code="string")
const syntheticLocationResource = new dynatrace.SyntheticLocation("syntheticLocationResource", {
latitude: 0,
longitude: 0,
locationNodeOutageDelayInMinutes: 0,
availabilityLocationOutage: false,
city: "string",
countryCode: "string",
deploymentType: "string",
availabilityNodeOutage: false,
autoUpdateChromium: false,
availabilityNotificationsEnabled: false,
maxActiveGateCount: 0,
minActiveGateCount: 0,
name: "string",
nodeSize: "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
maxActiveGateCount: 0
minActiveGateCount: 0
name: string
nodeSize: 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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 - Auto
Update boolChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - Availability
Location boolOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - Availability
Node boolOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - Availability
Notifications boolEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - City string
- The city of the location
- Country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - Deployment
Type string - The deployment type of the location: *
STANDARD
: The location is deployed on Windows or Linux. *KUBERNETES
: The location is deployed on Kubernetes - Location
Node intOutage Delay In Minutes - 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
- Max
Active intGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Min
Active intGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Name string
- The name of the location
- Node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- Region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
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 - Auto
Update boolChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - Availability
Location boolOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - Availability
Node boolOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - Availability
Notifications boolEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - City string
- The city of the location
- Country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - Deployment
Type string - The deployment type of the location: *
STANDARD
: The location is deployed on Windows or Linux. *KUBERNETES
: The location is deployed on Kubernetes - Location
Node intOutage Delay In Minutes - 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
- Max
Active intGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Min
Active intGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Name string
- The name of the location
- Node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- Region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
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 - auto
Update BooleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location BooleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node BooleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications BooleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city String
- The city of the location
- country
Code String - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type String - The deployment type of the location: *
STANDARD
: The location is deployed on Windows or Linux. *KUBERNETES
: The location is deployed on Kubernetes - location
Node IntegerOutage Delay In Minutes - 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
- max
Active IntegerGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active IntegerGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name String
- The name of the location
- node
Size String - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code String - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
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 - auto
Update booleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location booleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node booleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications booleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city string
- The city of the location
- country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type string - The deployment type of the location: *
STANDARD
: The location is deployed on Windows or Linux. *KUBERNETES
: The location is deployed on Kubernetes - location
Node numberOutage Delay In Minutes - 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
- max
Active numberGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active numberGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name string
- The name of the location
- node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
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_ boolchromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability_
location_ booloutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability_
node_ booloutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability_
notifications_ boolenabled - 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 orPL
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_ intoutage_ delay_ in_ minutes - 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
- max_
active_ intgate_ count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min_
active_ intgate_ count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name str
- The name of the location
- node_
size str - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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-
orCA-
prefix), for example,VA
for Virginia orOR
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 - auto
Update BooleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location BooleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node BooleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications BooleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city String
- The city of the location
- country
Code String - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type String - The deployment type of the location: *
STANDARD
: The location is deployed on Windows or Linux. *KUBERNETES
: The location is deployed on Kubernetes - location
Node NumberOutage Delay In Minutes - 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
- max
Active NumberGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active NumberGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name String
- The name of the location
- node
Size String - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code String - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
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,
max_active_gate_count: Optional[int] = None,
min_active_gate_count: Optional[int] = None,
name: Optional[str] = None,
node_size: 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.
- Auto
Update boolChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - Availability
Location boolOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - Availability
Node boolOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - Availability
Notifications boolEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - City string
- The city of the location
- Country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - Deployment
Type 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 - Location
Node intOutage Delay In Minutes - 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 - Max
Active intGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Min
Active intGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Name string
- The name of the location
- Node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- Region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
- Auto
Update boolChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - Availability
Location boolOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - Availability
Node boolOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - Availability
Notifications boolEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - City string
- The city of the location
- Country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - Deployment
Type 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 - Location
Node intOutage Delay In Minutes - 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 - Max
Active intGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Min
Active intGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- Name string
- The name of the location
- Node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- Region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
- auto
Update BooleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location BooleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node BooleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications BooleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city String
- The city of the location
- country
Code String - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type 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 - location
Node IntegerOutage Delay In Minutes - 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 - max
Active IntegerGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active IntegerGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name String
- The name of the location
- node
Size String - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code String - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
- auto
Update booleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location booleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node booleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications booleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city string
- The city of the location
- country
Code string - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type 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 - location
Node numberOutage Delay In Minutes - 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 - max
Active numberGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active numberGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name string
- The name of the location
- node
Size string - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code string - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
- auto_
update_ boolchromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability_
location_ booloutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability_
node_ booloutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability_
notifications_ boolenabled - 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 orPL
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_ intoutage_ delay_ in_ minutes - 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 - max_
active_ intgate_ count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min_
active_ intgate_ count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name str
- The name of the location
- node_
size str - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
- auto
Update BooleanChromium - Auto upgrade of Chromium is enabled (
true
) or disabled (false
) - availability
Location BooleanOutage - The alerting of location outage is enabled (
true
) or disabled (false
) - availability
Node BooleanOutage - The alerting of node outage is enabled (
true
) or disabled (false
). - availability
Notifications BooleanEnabled - The notifications of location and node outage is enabled (
true
) or disabled (false
) - city String
- The city of the location
- country
Code String - The country code of the location. Use the alpha-2 code of the ISO 3166-2 standard, (for
example,
AT
for Austria orPL
for Poland) - deployment
Type 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 - location
Node NumberOutage Delay In Minutes - 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 - max
Active NumberGate Count - The maximum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- min
Active NumberGate Count - The minimum number of Active Gates required for that location. Not required when
deployment_type
is set toSTANDARD
- name String
- The name of the location
- node
Size String - Possible values:
UNSUPPORTED
,XS
,S
andM
. Not required whendeployment_type
is set toSTANDARD
. - 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
- region
Code String - The region code of the location. For the USA or Canada
use ISO 3166-2 state codes (without
US-
orCA-
prefix), for example,VA
for Virginia orOR
for Oregon. For the rest of the world use FIPS 10-4 codes
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.