AWS Native v0.63.0, May 25 23
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 str
- stack_
name str
getEntitlement Result
The following output properties are available:
- App
Visibility string - Attributes
[]Entitlement
Attribute - Created
Time string - Description string
- Last
Modified stringTime
- app
Visibility String - attributes
List<Entitlement
Attribute> - created
Time String - description String
- last
Modified StringTime
- app
Visibility string - attributes
Entitlement
Attribute[] - created
Time string - description string
- last
Modified stringTime
- app
Visibility String - attributes List<Property Map>
- created
Time String - description String
- last
Modified StringTime
Supporting Types
EntitlementAttribute
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0