aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.appstream.getEntitlement

Explore with Pulumi AI

Resource Type definition for AWS::AppStream::Entitlement

Using getEntitlement

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 getEntitlement(args: GetEntitlementArgs, opts?: InvokeOptions): Promise<GetEntitlementResult>
function getEntitlementOutput(args: GetEntitlementOutputArgs, opts?: InvokeOptions): Output<GetEntitlementResult>
def get_entitlement(name: Optional[str] = None,
                    stack_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetEntitlementResult
def get_entitlement_output(name: Optional[pulumi.Input[str]] = None,
                    stack_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetEntitlementResult]
func LookupEntitlement(ctx *Context, args *LookupEntitlementArgs, opts ...InvokeOption) (*LookupEntitlementResult, error)
func LookupEntitlementOutput(ctx *Context, args *LookupEntitlementOutputArgs, opts ...InvokeOption) LookupEntitlementResultOutput

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

public static class GetEntitlement 
{
    public static Task<GetEntitlementResult> InvokeAsync(GetEntitlementArgs args, InvokeOptions? opts = null)
    public static Output<GetEntitlementResult> Invoke(GetEntitlementInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEntitlementResult> getEntitlement(GetEntitlementArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:appstream:getEntitlement
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string
StackName string
Name string
StackName string
name String
stackName String
name string
stackName string
name String
stackName String

getEntitlement Result

The following output properties are available:

Supporting Types

EntitlementAttribute

Name string
Value string
Name string
Value string
name String
value String
name string
value string
name str
value str
name String
value String

Package Details

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