checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementTag
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
Using getManagementTag
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 getManagementTag(args: GetManagementTagArgs, opts?: InvokeOptions): Promise<GetManagementTagResult>
function getManagementTagOutput(args: GetManagementTagOutputArgs, opts?: InvokeOptions): Output<GetManagementTagResult>
def get_management_tag(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementTagResult
def get_management_tag_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
uid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementTagResult]
func LookupManagementTag(ctx *Context, args *LookupManagementTagArgs, opts ...InvokeOption) (*LookupManagementTagResult, error)
func LookupManagementTagOutput(ctx *Context, args *LookupManagementTagOutputArgs, opts ...InvokeOption) LookupManagementTagResultOutput
> Note: This function is named LookupManagementTag
in the Go SDK.
public static class GetManagementTag
{
public static Task<GetManagementTagResult> InvokeAsync(GetManagementTagArgs args, InvokeOptions? opts = null)
public static Output<GetManagementTagResult> Invoke(GetManagementTagInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementTagResult> getManagementTag(GetManagementTagArgs args, InvokeOptions options)
public static Output<GetManagementTagResult> getManagementTag(GetManagementTagArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementTag:getManagementTag
arguments:
# arguments dictionary
The following arguments are supported:
getManagementTag Result
The following output properties are available:
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw