1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. getLicenseEndpoint

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.deadline.getLicenseEndpoint

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of AWS::Deadline::LicenseEndpoint Resource Type

    Using getLicenseEndpoint

    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 getLicenseEndpoint(args: GetLicenseEndpointArgs, opts?: InvokeOptions): Promise<GetLicenseEndpointResult>
    function getLicenseEndpointOutput(args: GetLicenseEndpointOutputArgs, opts?: InvokeOptions): Output<GetLicenseEndpointResult>
    def get_license_endpoint(arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetLicenseEndpointResult
    def get_license_endpoint_output(arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetLicenseEndpointResult]
    func LookupLicenseEndpoint(ctx *Context, args *LookupLicenseEndpointArgs, opts ...InvokeOption) (*LookupLicenseEndpointResult, error)
    func LookupLicenseEndpointOutput(ctx *Context, args *LookupLicenseEndpointOutputArgs, opts ...InvokeOption) LookupLicenseEndpointResultOutput

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

    public static class GetLicenseEndpoint 
    {
        public static Task<GetLicenseEndpointResult> InvokeAsync(GetLicenseEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetLicenseEndpointResult> Invoke(GetLicenseEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLicenseEndpointResult> getLicenseEndpoint(GetLicenseEndpointArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:deadline:getLicenseEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    getLicenseEndpoint Result

    The following output properties are available:

    Supporting Types

    LicenseEndpointStatus

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi