1. Packages
  2. Dynatrace
  3. API Docs
  4. KeyUserAction
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.KeyUserAction

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    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:

    ApplicationId string
    The ID of the WebApplication
    Type string
    The type of the action. Possible values are Custom, Load and Xhr
    Domain string
    The domain where the action is performed
    Name string
    The name of the action
    ApplicationId string
    The ID of the WebApplication
    Type string
    The type of the action. Possible values are Custom, Load and Xhr
    Domain string
    The domain where the action is performed
    Name string
    The name of the action
    applicationId String
    The ID of the WebApplication
    type String
    The type of the action. Possible values are Custom, Load and Xhr
    domain String
    The domain where the action is performed
    name String
    The name of the action
    applicationId string
    The ID of the WebApplication
    type string
    The type of the action. Possible values are Custom, Load and Xhr
    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 and Xhr
    domain str
    The domain where the action is performed
    name str
    The name of the action
    applicationId String
    The ID of the WebApplication
    type String
    The type of the action. Possible values are Custom, Load and Xhr
    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.
    The following state arguments are supported:
    ApplicationId 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 and Xhr
    ApplicationId 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 and Xhr
    applicationId 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 and Xhr
    applicationId 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 and Xhr
    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 and Xhr
    applicationId 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 and Xhr

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse