Wavefront v3.1.4 published on Friday, Sep 20, 2024 by Pulumi
wavefront.getMetricsPolicy
Explore with Pulumi AI
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.
- Policy
Rules List<GetMetrics Policy Policy Rule> - Updated
Epoch intMillis - Updater
Id string
- Customer string
- Id string
- The provider-assigned unique ID for this managed resource.
- Policy
Rules []GetMetrics Policy Policy Rule - Updated
Epoch intMillis - Updater
Id string
- customer String
- id String
- The provider-assigned unique ID for this managed resource.
- policy
Rules List<GetMetrics Policy Policy Rule> - updated
Epoch IntegerMillis - updater
Id String
- customer string
- id string
- The provider-assigned unique ID for this managed resource.
- policy
Rules GetMetrics Policy Policy Rule[] - updated
Epoch numberMillis - updater
Id string
- customer str
- id str
- The provider-assigned unique ID for this managed resource.
- policy_
rules Sequence[GetMetrics Policy Policy Rule] - updated_
epoch_ intmillis - updater_
id str
- customer String
- id String
- The provider-assigned unique ID for this managed resource.
- policy
Rules List<Property Map> - updated
Epoch NumberMillis - updater
Id String
Supporting Types
GetMetricsPolicyPolicyRule
- Access
Type string - Account
Ids List<string> - Description string
- Name string
- Prefixes List<string>
- Role
Ids List<string> - List<Get
Metrics Policy Policy Rule Tag> - bool
- User
Group List<string>Ids
- Access
Type string - Account
Ids []string - Description string
- Name string
- Prefixes []string
- Role
Ids []string - []Get
Metrics Policy Policy Rule Tag - bool
- User
Group []stringIds
- access
Type String - account
Ids List<String> - description String
- name String
- prefixes List<String>
- role
Ids List<String> - List<Get
Metrics Policy Policy Rule Tag> - Boolean
- user
Group List<String>Ids
- access
Type string - account
Ids string[] - description string
- name string
- prefixes string[]
- role
Ids string[] - Get
Metrics Policy Policy Rule Tag[] - boolean
- user
Group string[]Ids
- access_
type str - account_
ids Sequence[str] - description str
- name str
- prefixes Sequence[str]
- role_
ids Sequence[str] - Sequence[Get
Metrics Policy Policy Rule Tag] - bool
- user_
group_ Sequence[str]ids
- access
Type String - account
Ids List<String> - description String
- name String
- prefixes List<String>
- role
Ids List<String> - List<Property Map>
- Boolean
- user
Group List<String>Ids
GetMetricsPolicyPolicyRuleTag
Package Details
- Repository
- Wavefront pulumi/pulumi-wavefront
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
wavefront
Terraform Provider.