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:
GetKeyTransaction Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-newrelic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
newrelicTerraform Provider.