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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "aws-native_accountaccess_get_entitlement" "name" {
# arguments
}The following arguments are supported:
- Application
Arn string - The ARN of the application
- Entitlement
Id string - The ID of the entitlement
- Application
Arn string - The ARN of the application
- Entitlement
Id string - The ID of the entitlement
- application_
arn string - The ARN of the application
- entitlement_
id string - The ID of the entitlement
- application
Arn String - The ARN of the application
- entitlement
Id String - The ID of the entitlement
- application
Arn string - The ARN of the application
- entitlement
Id string - The ID of the entitlement
- application_
arn str - The ARN of the application
- entitlement_
id str - The ID of the entitlement
- application
Arn String - The ARN of the application
- entitlement
Id String - The ID of the entitlement
getEntitlement Result
The following output properties are available:
- Created
At string - The timestamp when the entitlement was created
- Entitlement
Id string - The ID of the entitlement
- Created
At string - The timestamp when the entitlement was created
- Entitlement
Id string - The ID of the entitlement
- created_
at string - The timestamp when the entitlement was created
- entitlement_
id string - The ID of the entitlement
- created
At String - The timestamp when the entitlement was created
- entitlement
Id String - The ID of the entitlement
- created
At string - The timestamp when the entitlement was created
- entitlement
Id string - The ID of the entitlement
- created_
at str - The timestamp when the entitlement was created
- entitlement_
id str - The ID of the entitlement
- created
At String - The timestamp when the entitlement was created
- entitlement
Id String - The ID of the entitlement
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 14, 2026 by Pulumi