Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.KeyUserAction
Explore with Pulumi AI
Create KeyUserAction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KeyUserAction(name: string, args: KeyUserActionArgs, opts?: CustomResourceOptions);
@overload
def KeyUserAction(resource_name: str,
args: KeyUserActionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def KeyUserAction(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
type: Optional[str] = None,
domain: Optional[str] = None,
name: Optional[str] = None)
func NewKeyUserAction(ctx *Context, name string, args KeyUserActionArgs, opts ...ResourceOption) (*KeyUserAction, error)
public KeyUserAction(string name, KeyUserActionArgs args, CustomResourceOptions? opts = null)
public KeyUserAction(String name, KeyUserActionArgs args)
public KeyUserAction(String name, KeyUserActionArgs args, CustomResourceOptions options)
type: dynatrace:KeyUserAction
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 KeyUserActionArgs
- 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 KeyUserActionArgs
- 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 KeyUserActionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KeyUserActionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KeyUserActionArgs
- 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 keyUserActionResource = new Dynatrace.KeyUserAction("keyUserActionResource", new()
{
ApplicationId = "string",
Type = "string",
Domain = "string",
Name = "string",
});
example, err := dynatrace.NewKeyUserAction(ctx, "keyUserActionResource", &dynatrace.KeyUserActionArgs{
ApplicationId: pulumi.String("string"),
Type: pulumi.String("string"),
Domain: pulumi.String("string"),
Name: pulumi.String("string"),
})
var keyUserActionResource = new KeyUserAction("keyUserActionResource", KeyUserActionArgs.builder()
.applicationId("string")
.type("string")
.domain("string")
.name("string")
.build());
key_user_action_resource = dynatrace.KeyUserAction("keyUserActionResource",
application_id="string",
type="string",
domain="string",
name="string")
const keyUserActionResource = new dynatrace.KeyUserAction("keyUserActionResource", {
applicationId: "string",
type: "string",
domain: "string",
name: "string",
});
type: dynatrace:KeyUserAction
properties:
applicationId: string
domain: string
name: string
type: string
KeyUserAction 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 KeyUserAction resource accepts the following input properties:
- Application
Id string - The ID of the WebApplication
- Type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- Domain string
- The domain where the action is performed
- Name string
- The name of the action
- Application
Id string - The ID of the WebApplication
- Type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- Domain string
- The domain where the action is performed
- Name string
- The name of the action
- application
Id String - The ID of the WebApplication
- type String
- The type of the action. Possible values are
Custom
,Load
andXhr
- domain String
- The domain where the action is performed
- name String
- The name of the action
- application
Id string - The ID of the WebApplication
- type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- domain string
- The domain where the action is performed
- name string
- The name of the action
- application_
id str - The ID of the WebApplication
- type str
- The type of the action. Possible values are
Custom
,Load
andXhr
- domain str
- The domain where the action is performed
- name str
- The name of the action
- application
Id String - The ID of the WebApplication
- type String
- The type of the action. Possible values are
Custom
,Load
andXhr
- domain String
- The domain where the action is performed
- name String
- The name of the action
Outputs
All input properties are implicitly available as output properties. Additionally, the KeyUserAction 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 KeyUserAction Resource
Get an existing KeyUserAction 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?: KeyUserActionState, opts?: CustomResourceOptions): KeyUserAction
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application_id: Optional[str] = None,
domain: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None) -> KeyUserAction
func GetKeyUserAction(ctx *Context, name string, id IDInput, state *KeyUserActionState, opts ...ResourceOption) (*KeyUserAction, error)
public static KeyUserAction Get(string name, Input<string> id, KeyUserActionState? state, CustomResourceOptions? opts = null)
public static KeyUserAction get(String name, Output<String> id, KeyUserActionState 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.
- Application
Id string - The ID of the WebApplication
- Domain string
- The domain where the action is performed
- Name string
- The name of the action
- Type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- Application
Id string - The ID of the WebApplication
- Domain string
- The domain where the action is performed
- Name string
- The name of the action
- Type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- application
Id String - The ID of the WebApplication
- domain String
- The domain where the action is performed
- name String
- The name of the action
- type String
- The type of the action. Possible values are
Custom
,Load
andXhr
- application
Id string - The ID of the WebApplication
- domain string
- The domain where the action is performed
- name string
- The name of the action
- type string
- The type of the action. Possible values are
Custom
,Load
andXhr
- application_
id str - The ID of the WebApplication
- domain str
- The domain where the action is performed
- name str
- The name of the action
- type str
- The type of the action. Possible values are
Custom
,Load
andXhr
- application
Id String - The ID of the WebApplication
- domain String
- The domain where the action is performed
- name String
- The name of the action
- type String
- The type of the action. Possible values are
Custom
,Load
andXhr
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.