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

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.deadline.getLicenseEndpoint

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 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
    The Amazon Resource Name (ARN) of the license endpoint.
    Arn string
    The Amazon Resource Name (ARN) of the license endpoint.
    arn String
    The Amazon Resource Name (ARN) of the license endpoint.
    arn string
    The Amazon Resource Name (ARN) of the license endpoint.
    arn str
    The Amazon Resource Name (ARN) of the license endpoint.
    arn String
    The Amazon Resource Name (ARN) of the license endpoint.

    getLicenseEndpoint Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the license endpoint.
    DnsName string
    The DNS name of the license server endpoint.
    LicenseEndpointId string
    The license endpoint ID.
    Status Pulumi.AwsNative.Deadline.LicenseEndpointStatus
    The status of the license endpoint.
    StatusMessage string
    The status message of the license endpoint.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Arn string
    The Amazon Resource Name (ARN) of the license endpoint.
    DnsName string
    The DNS name of the license server endpoint.
    LicenseEndpointId string
    The license endpoint ID.
    Status LicenseEndpointStatus
    The status of the license endpoint.
    StatusMessage string
    The status message of the license endpoint.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) of the license endpoint.
    dnsName String
    The DNS name of the license server endpoint.
    licenseEndpointId String
    The license endpoint ID.
    status LicenseEndpointStatus
    The status of the license endpoint.
    statusMessage String
    The status message of the license endpoint.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    arn string
    The Amazon Resource Name (ARN) of the license endpoint.
    dnsName string
    The DNS name of the license server endpoint.
    licenseEndpointId string
    The license endpoint ID.
    status LicenseEndpointStatus
    The status of the license endpoint.
    statusMessage string
    The status message of the license endpoint.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    arn str
    The Amazon Resource Name (ARN) of the license endpoint.
    dns_name str
    The DNS name of the license server endpoint.
    license_endpoint_id str
    The license endpoint ID.
    status LicenseEndpointStatus
    The status of the license endpoint.
    status_message str
    The status message of the license endpoint.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) of the license endpoint.
    dnsName String
    The DNS name of the license server endpoint.
    licenseEndpointId String
    The license endpoint ID.
    status "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "NOT_READY"
    The status of the license endpoint.
    statusMessage String
    The status message of the license endpoint.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    LicenseEndpointStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi