1. Packages
  2. Wavefront
  3. API Docs
  4. getMetricsPolicy
Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi

wavefront.getMetricsPolicy

Explore with Pulumi AI

wavefront logo
Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi

    Using getMetricsPolicy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

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

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

    public static class GetMetricsPolicy 
    {
        public static Task<GetMetricsPolicyResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetMetricsPolicyResult> Invoke(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.
    wavefront logo
    Wavefront v3.1.1 published on Monday, Mar 11, 2024 by Pulumi