aviatrix.getAviatrixCallerIdentity

Explore with Pulumi AI

The aviatrix_caller_identity data source provides the Aviatrix CID for use in other resources.

Example Usage

Coming soon!

Coming soon!

Coming soon!

Coming soon!

import * as pulumi from "@pulumi/pulumi";
import * as aviatrix from "@pulumi/aviatrix";

// Aviatrix Caller Identity Data Source
const foo = pulumi.output(aviatrix.getAviatrixCallerIdentity());

Coming soon!

Using getAviatrixCallerIdentity

function getAviatrixCallerIdentity(opts?: InvokeOptions): Promise<GetAviatrixCallerIdentityResult>
def get_aviatrix_caller_identity(opts: Optional[InvokeOptions] = None) -> GetAviatrixCallerIdentityResult
func GetAviatrixCallerIdentity(ctx *Context, opts ...InvokeOption) (*GetAviatrixCallerIdentityResult, error)

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

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

getAviatrixCallerIdentity Result

The following output properties are available:

Cid string

Aviatrix caller identity.

Id string

The provider-assigned unique ID for this managed resource.

Cid string

Aviatrix caller identity.

Id string

The provider-assigned unique ID for this managed resource.

cid String

Aviatrix caller identity.

id String

The provider-assigned unique ID for this managed resource.

cid string

Aviatrix caller identity.

id string

The provider-assigned unique ID for this managed resource.

cid str

Aviatrix caller identity.

id str

The provider-assigned unique ID for this managed resource.

cid String

Aviatrix caller identity.

id String

The provider-assigned unique ID for this managed resource.

Package Details

Repository
aviatrix astipkovits/pulumi-aviatrix
License
Apache-2.0
Notes

This Pulumi package is based on the aviatrix Terraform Provider.