Aviatrix v0.0.10, Jan 21 23
Aviatrix v0.0.10, Jan 21 23
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:
Package Details
- Repository
- aviatrix astipkovits/pulumi-aviatrix
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aviatrix
Terraform Provider.