wavefront logo
Wavefront v1.4.0, May 19 23

wavefront.getMetricsPolicy

Explore with Pulumi AI

Using getMetricsPolicy

function getMetricsPolicy(opts?: InvokeOptions): Promise<GetMetricsPolicyResult>
def get_metrics_policy(opts: Optional[InvokeOptions] = None) -> GetMetricsPolicyResult
func LookupMetricsPolicy(ctx *Context, opts ...InvokeOption) (*LookupMetricsPolicyResult, error)

> Note: This function is named LookupMetricsPolicy in the Go SDK.

public static class GetMetricsPolicy 
{
    public static Task<GetMetricsPolicyResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetMetricsPolicyResult> getMetricsPolicy(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: wavefront:index/getMetricsPolicy:getMetricsPolicy
  arguments:
    # arguments dictionary

getMetricsPolicy Result

The following output properties are available:

Customer string
Id string

The provider-assigned unique ID for this managed resource.

PolicyRules List<GetMetricsPolicyPolicyRule>
UpdatedEpochMillis int
UpdaterId string
Customer string
Id string

The provider-assigned unique ID for this managed resource.

PolicyRules []GetMetricsPolicyPolicyRule
UpdatedEpochMillis int
UpdaterId string
customer String
id String

The provider-assigned unique ID for this managed resource.

policyRules List<GetMetricsPolicyPolicyRule>
updatedEpochMillis Integer
updaterId String
customer string
id string

The provider-assigned unique ID for this managed resource.

policyRules GetMetricsPolicyPolicyRule[]
updatedEpochMillis number
updaterId string
customer str
id str

The provider-assigned unique ID for this managed resource.

policy_rules Sequence[GetMetricsPolicyPolicyRule]
updated_epoch_millis int
updater_id str
customer String
id String

The provider-assigned unique ID for this managed resource.

policyRules List<Property Map>
updatedEpochMillis Number
updaterId String

Supporting Types

GetMetricsPolicyPolicyRule

AccessType string
AccountIds List<string>
Description string
Name string
Prefixes List<string>
RoleIds List<string>
Tags List<GetMetricsPolicyPolicyRuleTag>
TagsAnded bool
UserGroupIds List<string>
accessType String
accountIds List<String>
description String
name String
prefixes List<String>
roleIds List<String>
tags List<GetMetricsPolicyPolicyRuleTag>
tagsAnded Boolean
userGroupIds List<String>
accessType String
accountIds List<String>
description String
name String
prefixes List<String>
roleIds List<String>
tags List<Property Map>
tagsAnded Boolean
userGroupIds List<String>

GetMetricsPolicyPolicyRuleTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
Wavefront pulumi/pulumi-wavefront
License
Apache-2.0
Notes

This Pulumi package is based on the wavefront Terraform Provider.