We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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 dictionarydata "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.
- 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
Pulumi.
Aws Native. Support Auth Z. Support Permit Status - The current status of the support permit.
-
List<Pulumi.
Aws Native. Outputs. 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
Support
Permit Status - The current status of the support permit.
- 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.
- list(object)
- 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
Support
Permit Status - The current status of the support permit.
- List<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
Support
Permit Status - The current status of the support permit.
- 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
Support
Permit Status - The current status of the support permit.
- 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.
- 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.
- List<Property Map>
- A list of key-value pairs to apply to this resource.
Supporting Types
SupportPermitStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi