1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. supportauthz
  6. getSupportPermit

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::SupportAuthZ::SupportPermit. Represents a support permit that grants AWS support time-bounded access to one or more resources for a set of actions.

    Using getSupportPermit

    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 getSupportPermit(args: GetSupportPermitArgs, opts?: InvokeOptions): Promise<GetSupportPermitResult>
    function getSupportPermitOutput(args: GetSupportPermitOutputArgs, opts?: InvokeOutputOptions): Output<GetSupportPermitResult>
    def get_support_permit(arn: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSupportPermitResult
    def get_support_permit_output(arn: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetSupportPermitResult]
    func LookupSupportPermit(ctx *Context, args *LookupSupportPermitArgs, opts ...InvokeOption) (*LookupSupportPermitResult, error)
    func LookupSupportPermitOutput(ctx *Context, args *LookupSupportPermitOutputArgs, opts ...InvokeOption) LookupSupportPermitResultOutput

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

    public static class GetSupportPermit 
    {
        public static Task<GetSupportPermitResult> InvokeAsync(GetSupportPermitArgs args, InvokeOptions? opts = null)
        public static Output<GetSupportPermitResult> Invoke(GetSupportPermitInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSupportPermitResult> Invoke(GetSupportPermitInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSupportPermitResult> getSupportPermit(GetSupportPermitArgs args, InvokeOptions options)
    public static Output<GetSupportPermitResult> getSupportPermit(GetSupportPermitArgs args, InvokeOptions options)
    public static Output<GetSupportPermitResult> getSupportPermit(GetSupportPermitArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:supportauthz:getSupportPermit
      arguments:
        # arguments dictionary
    data "aws-native_supportauthz_get_support_permit" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the support permit.
    Arn string
    The Amazon Resource Name (ARN) of the support permit.
    arn string
    The Amazon Resource Name (ARN) of the support permit.
    arn String
    The Amazon Resource Name (ARN) of the support permit.
    arn string
    The Amazon Resource Name (ARN) of the support permit.
    arn str
    The Amazon Resource Name (ARN) of the support permit.
    arn String
    The Amazon Resource Name (ARN) of the support permit.

    getSupportPermit Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the support permit.
    CreatedAt string
    The time at which the support permit was created.
    PermitId string
    The service-generated identifier of the support permit (the resource segment of the ARN).
    Status Pulumi.AwsNative.SupportAuthZ.SupportPermitStatus
    The current status of the support permit.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs to apply to this resource.
    Arn string
    The Amazon Resource Name (ARN) of the support permit.
    CreatedAt string
    The time at which the support permit was created.
    PermitId string
    The service-generated identifier of the support permit (the resource segment of the ARN).
    Status SupportPermitStatus
    The current status of the support permit.
    Tags Tag
    A list of key-value pairs to apply to this resource.
    arn string
    The Amazon Resource Name (ARN) of the support permit.
    created_at string
    The time at which the support permit was created.
    permit_id string
    The service-generated identifier of the support permit (the resource segment of the ARN).
    status "ACTIVE" | "INACTIVE" | "DELETING"
    The current status of the support permit.
    tags list(object)
    A list of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) of the support permit.
    createdAt String
    The time at which the support permit was created.
    permitId String
    The service-generated identifier of the support permit (the resource segment of the ARN).
    status SupportPermitStatus
    The current status of the support permit.
    tags List<Tag>
    A list of key-value pairs to apply to this resource.
    arn string
    The Amazon Resource Name (ARN) of the support permit.
    createdAt string
    The time at which the support permit was created.
    permitId string
    The service-generated identifier of the support permit (the resource segment of the ARN).
    status SupportPermitStatus
    The current status of the support permit.
    tags Tag[]
    A list of key-value pairs to apply to this resource.
    arn str
    The Amazon Resource Name (ARN) of the support permit.
    created_at str
    The time at which the support permit was created.
    permit_id str
    The service-generated identifier of the support permit (the resource segment of the ARN).
    status SupportPermitStatus
    The current status of the support permit.
    tags Sequence[root_Tag]
    A list of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) of the support permit.
    createdAt String
    The time at which the support permit was created.
    permitId String
    The service-generated identifier of the support permit (the resource segment of the ARN).
    status "ACTIVE" | "INACTIVE" | "DELETING"
    The current status of the support permit.
    tags List<Property Map>
    A list of key-value pairs to apply to this resource.

    Supporting Types

    SupportPermitStatus

    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 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 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