GetKeyTransaction

Use this data source to get information about a specific key transaction in New Relic that already exists.

Using GetKeyTransaction

function getKeyTransaction(args: GetKeyTransactionArgs, opts?: InvokeOptions): Promise<GetKeyTransactionResult>
function  get_key_transaction(name=None, opts=None)
func GetKeyTransaction(ctx *Context, args *GetKeyTransactionArgs, opts ...InvokeOption) (*GetKeyTransactionResult, error)
public static class GetKeyTransaction {
    public static Task<GetKeyTransactionResult> InvokeAsync(GetKeyTransactionArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Name string

The name of the key transaction in New Relic.

Name string

The name of the key transaction in New Relic.

name string

The name of the key transaction in New Relic.

name str

The name of the key transaction in New Relic.

GetKeyTransaction Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Name string
Id string

The provider-assigned unique ID for this managed resource.

Name string
id string

The provider-assigned unique ID for this managed resource.

name string
id str

The provider-assigned unique ID for this managed resource.

name str

Package Details

Repository
https://github.com/pulumi/pulumi-newrelic
License
Apache-2.0
Notes
This Pulumi package is based on the newrelic Terraform Provider.