1. Packages
  2. Aviatrix
  3. API Docs
  4. getAviatrixCallerIdentity
Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix

aviatrix.getAviatrixCallerIdentity

Explore with Pulumi AI

aviatrix logo
Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix

    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

    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 getAviatrixCallerIdentity(opts?: InvokeOptions): Promise<GetAviatrixCallerIdentityResult>
    function getAviatrixCallerIdentityOutput(opts?: InvokeOptions): Output<GetAviatrixCallerIdentityResult>
    def get_aviatrix_caller_identity(opts: Optional[InvokeOptions] = None) -> GetAviatrixCallerIdentityResult
    def get_aviatrix_caller_identity_output(opts: Optional[InvokeOptions] = None) -> Output[GetAviatrixCallerIdentityResult]
    func GetAviatrixCallerIdentity(ctx *Context, opts ...InvokeOption) (*GetAviatrixCallerIdentityResult, error)
    func GetAviatrixCallerIdentityOutput(ctx *Context, opts ...InvokeOption) GetAviatrixCallerIdentityResultOutput

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

    public static class GetAviatrixCallerIdentity 
    {
        public static Task<GetAviatrixCallerIdentityResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetAviatrixCallerIdentityResult> Invoke(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.
    aviatrix logo
    Aviatrix v0.0.11 published on Saturday, Jun 17, 2023 by Aviatrix