1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. accountaccess
  6. getEntitlement

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource Type definition for AWS::AccountAccess::Entitlement specifying an entitlement for account access

    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?: InvokeOutputOptions): Output<GetEntitlementResult>
    def get_entitlement(application_arn: Optional[str] = None,
                        entitlement_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetEntitlementResult
    def get_entitlement_output(application_arn: pulumi.Input[Optional[str]] = None,
                        entitlement_id: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOutputOptions] = 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 Output<GetEntitlementResult> Invoke(GetEntitlementInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetEntitlementResult> getEntitlement(GetEntitlementArgs args, InvokeOptions options)
    public static Output<GetEntitlementResult> getEntitlement(GetEntitlementArgs args, InvokeOptions options)
    public static Output<GetEntitlementResult> getEntitlement(GetEntitlementArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:accountaccess:getEntitlement
      arguments:
        # arguments dictionary
    data "aws-native_accountaccess_get_entitlement" "name" {
        # arguments
    }

    The following arguments are supported:

    ApplicationArn string
    The ARN of the application
    EntitlementId string
    The ID of the entitlement
    ApplicationArn string
    The ARN of the application
    EntitlementId string
    The ID of the entitlement
    application_arn string
    The ARN of the application
    entitlement_id string
    The ID of the entitlement
    applicationArn String
    The ARN of the application
    entitlementId String
    The ID of the entitlement
    applicationArn string
    The ARN of the application
    entitlementId string
    The ID of the entitlement
    application_arn str
    The ARN of the application
    entitlement_id str
    The ID of the entitlement
    applicationArn String
    The ARN of the application
    entitlementId String
    The ID of the entitlement

    getEntitlement Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the entitlement was created
    EntitlementId string
    The ID of the entitlement
    CreatedAt string
    The timestamp when the entitlement was created
    EntitlementId string
    The ID of the entitlement
    created_at string
    The timestamp when the entitlement was created
    entitlement_id string
    The ID of the entitlement
    createdAt String
    The timestamp when the entitlement was created
    entitlementId String
    The ID of the entitlement
    createdAt string
    The timestamp when the entitlement was created
    entitlementId string
    The ID of the entitlement
    created_at str
    The timestamp when the entitlement was created
    entitlement_id str
    The ID of the entitlement
    createdAt String
    The timestamp when the entitlement was created
    entitlementId String
    The ID of the entitlement

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial