dynatrace.HubExtensionConfig
Explore with Pulumi AI
Create HubExtensionConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HubExtensionConfig(name: string, args: HubExtensionConfigArgs, opts?: CustomResourceOptions);
@overload
def HubExtensionConfig(resource_name: str,
args: HubExtensionConfigArgs,
opts: Optional[ResourceOptions] = None)
@overload
def HubExtensionConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
value: Optional[str] = None,
active_gate_group: Optional[str] = None,
host: Optional[str] = None,
host_group: Optional[str] = None,
management_zone: Optional[str] = None,
name: Optional[str] = None)
func NewHubExtensionConfig(ctx *Context, name string, args HubExtensionConfigArgs, opts ...ResourceOption) (*HubExtensionConfig, error)
public HubExtensionConfig(string name, HubExtensionConfigArgs args, CustomResourceOptions? opts = null)
public HubExtensionConfig(String name, HubExtensionConfigArgs args)
public HubExtensionConfig(String name, HubExtensionConfigArgs args, CustomResourceOptions options)
type: dynatrace:HubExtensionConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. HubExtensionConfigArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. HubExtensionConfigArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. HubExtensionConfigArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. HubExtensionConfigArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. HubExtensionConfigArgs - 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 hubExtensionConfigResource = new Dynatrace.HubExtensionConfig("hubExtensionConfigResource", new()
{
Value = "string",
ActiveGateGroup = "string",
Host = "string",
HostGroup = "string",
ManagementZone = "string",
Name = "string",
});
example, err := dynatrace.NewHubExtensionConfig(ctx, "hubExtensionConfigResource", &dynatrace.HubExtensionConfigArgs{
Value: pulumi.String("string"),
ActiveGateGroup: pulumi.String("string"),
Host: pulumi.String("string"),
HostGroup: pulumi.String("string"),
ManagementZone: pulumi.String("string"),
Name: pulumi.String("string"),
})
var hubExtensionConfigResource = new HubExtensionConfig("hubExtensionConfigResource", HubExtensionConfigArgs.builder()
.value("string")
.activeGateGroup("string")
.host("string")
.hostGroup("string")
.managementZone("string")
.name("string")
.build());
hub_extension_config_resource = dynatrace.HubExtensionConfig("hubExtensionConfigResource",
value="string",
active_gate_group="string",
host="string",
host_group="string",
management_zone="string",
name="string")
const hubExtensionConfigResource = new dynatrace.HubExtensionConfig("hubExtensionConfigResource", {
value: "string",
activeGateGroup: "string",
host: "string",
hostGroup: "string",
managementZone: "string",
name: "string",
});
type: dynatrace:HubExtensionConfig
properties:
activeGateGroup: string
host: string
hostGroup: string
managementZone: string
name: string
value: string
HubExtensionConfig 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 HubExtensionConfig resource accepts the following input properties:
- Value
This property is required. string - The JSON encoded value for this monitoring configuration
- Active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- Host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- Host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- Management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- Name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- Value
This property is required. string - The JSON encoded value for this monitoring configuration
- Active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- Host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- Host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- Management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- Name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value
This property is required. String - The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value
This property is required. string - The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value
This property is required. str - The JSON encoded value for this monitoring configuration
- active_
gate_ group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host_
group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management_
zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value
This property is required. String - The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
Outputs
All input properties are implicitly available as output properties. Additionally, the HubExtensionConfig 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 HubExtensionConfig Resource
Get an existing HubExtensionConfig 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?: HubExtensionConfigState, opts?: CustomResourceOptions): HubExtensionConfig
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
active_gate_group: Optional[str] = None,
host: Optional[str] = None,
host_group: Optional[str] = None,
management_zone: Optional[str] = None,
name: Optional[str] = None,
value: Optional[str] = None) -> HubExtensionConfig
func GetHubExtensionConfig(ctx *Context, name string, id IDInput, state *HubExtensionConfigState, opts ...ResourceOption) (*HubExtensionConfig, error)
public static HubExtensionConfig Get(string name, Input<string> id, HubExtensionConfigState? state, CustomResourceOptions? opts = null)
public static HubExtensionConfig get(String name, Output<String> id, HubExtensionConfigState state, CustomResourceOptions options)
resources: _: type: dynatrace:HubExtensionConfig get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- Host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- Host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- Management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- Name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- Value string
- The JSON encoded value for this monitoring configuration
- Active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- Host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- Host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- Management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- Name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- Value string
- The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value String
- The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value string
- The JSON encoded value for this monitoring configuration
- active_
gate_ group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host_
group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management_
zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value str
- The JSON encoded value for this monitoring configuration
- active
Gate Group Changes to this property will trigger replacement.
- The name of the Active Gate Group this monitoring configuration will be defined for
- host
Changes to this property will trigger replacement.
- The ID of the host this monitoring configuration will be defined for
- host
Group Changes to this property will trigger replacement.
- The ID of the host group this monitoring configuration will be defined for
- management
Zone Changes to this property will trigger replacement.
- The name of the Management Zone this monitoring configuration will be defined for
- name
Changes to this property will trigger replacement.
- The fully qualified name of the extension, such as
com.dynatrace.extension.jmx-liberty-cp
. You can query for these names using the data sourcedynatrace.getHubItems
- value String
- The JSON encoded value for this monitoring configuration
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.