Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
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 string
- The unique name of the resource.
- args HubExtensionConfigArgs
- 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 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 string
- The unique name of the resource.
- args HubExtensionConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HubExtensionConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The HubExtensionConfig resource accepts the following input properties:
- Value string
- The JSON encoded value for this monitoring configuration
- Active
Gate stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- Host string
- The ID of the host this monitoring configuration will be defined for
- Host
Group string - The ID of the host group this monitoring configuration will be defined for
- Management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- Name string
- 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 stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- Host string
- The ID of the host this monitoring configuration will be defined for
- Host
Group string - The ID of the host group this monitoring configuration will be defined for
- Management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- Name string
- 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 StringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host String
- The ID of the host this monitoring configuration will be defined for
- host
Group String - The ID of the host group this monitoring configuration will be defined for
- management
Zone String - The name of the Management Zone this monitoring configuration will be defined for
- name String
- 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 stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host string
- The ID of the host this monitoring configuration will be defined for
- host
Group string - The ID of the host group this monitoring configuration will be defined for
- management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- name string
- 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_ strgroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host str
- The ID of the host this monitoring configuration will be defined for
- host_
group str - The ID of the host group this monitoring configuration will be defined for
- management_
zone str - The name of the Management Zone this monitoring configuration will be defined for
- name str
- 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 StringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host String
- The ID of the host this monitoring configuration will be defined for
- host
Group String - The ID of the host group this monitoring configuration will be defined for
- management
Zone String - The name of the Management Zone this monitoring configuration will be defined for
- name String
- 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)
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.
- Active
Gate stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- Host string
- The ID of the host this monitoring configuration will be defined for
- Host
Group string - The ID of the host group this monitoring configuration will be defined for
- Management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- Name string
- 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 stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- Host string
- The ID of the host this monitoring configuration will be defined for
- Host
Group string - The ID of the host group this monitoring configuration will be defined for
- Management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- Name string
- 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 StringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host String
- The ID of the host this monitoring configuration will be defined for
- host
Group String - The ID of the host group this monitoring configuration will be defined for
- management
Zone String - The name of the Management Zone this monitoring configuration will be defined for
- name String
- 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 stringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host string
- The ID of the host this monitoring configuration will be defined for
- host
Group string - The ID of the host group this monitoring configuration will be defined for
- management
Zone string - The name of the Management Zone this monitoring configuration will be defined for
- name string
- 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_ strgroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host str
- The ID of the host this monitoring configuration will be defined for
- host_
group str - The ID of the host group this monitoring configuration will be defined for
- management_
zone str - The name of the Management Zone this monitoring configuration will be defined for
- name str
- 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 StringGroup - The name of the Active Gate Group this monitoring configuration will be defined for
- host String
- The ID of the host this monitoring configuration will be defined for
- host
Group String - The ID of the host group this monitoring configuration will be defined for
- management
Zone String - The name of the Management Zone this monitoring configuration will be defined for
- name String
- 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.