We recommend new projects start with resources from the AWS provider.
aws-native.s3.getAccessGrantsInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations
Using getAccessGrantsInstance
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 getAccessGrantsInstance(args: GetAccessGrantsInstanceArgs, opts?: InvokeOptions): Promise<GetAccessGrantsInstanceResult>
function getAccessGrantsInstanceOutput(args: GetAccessGrantsInstanceOutputArgs, opts?: InvokeOptions): Output<GetAccessGrantsInstanceResult>
def get_access_grants_instance(access_grants_instance_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccessGrantsInstanceResult
def get_access_grants_instance_output(access_grants_instance_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccessGrantsInstanceResult]
func LookupAccessGrantsInstance(ctx *Context, args *LookupAccessGrantsInstanceArgs, opts ...InvokeOption) (*LookupAccessGrantsInstanceResult, error)
func LookupAccessGrantsInstanceOutput(ctx *Context, args *LookupAccessGrantsInstanceOutputArgs, opts ...InvokeOption) LookupAccessGrantsInstanceResultOutput
> Note: This function is named LookupAccessGrantsInstance
in the Go SDK.
public static class GetAccessGrantsInstance
{
public static Task<GetAccessGrantsInstanceResult> InvokeAsync(GetAccessGrantsInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetAccessGrantsInstanceResult> Invoke(GetAccessGrantsInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessGrantsInstanceResult> getAccessGrantsInstance(GetAccessGrantsInstanceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:s3:getAccessGrantsInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- Access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants StringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access_
grants_ strinstance_ arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants StringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
getAccessGrantsInstance Result
The following output properties are available:
- Access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- Access
Grants stringInstance Id - A unique identifier for the specified access grants instance.
- Identity
Center stringArn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
- Access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- Access
Grants stringInstance Id - A unique identifier for the specified access grants instance.
- Identity
Center stringArn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
- access
Grants StringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants StringInstance Id - A unique identifier for the specified access grants instance.
- identity
Center StringArn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
- access
Grants stringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants stringInstance Id - A unique identifier for the specified access grants instance.
- identity
Center stringArn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
- access_
grants_ strinstance_ arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access_
grants_ strinstance_ id - A unique identifier for the specified access grants instance.
- identity_
center_ strarn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
- access
Grants StringInstance Arn - The Amazon Resource Name (ARN) of the specified Access Grants instance.
- access
Grants StringInstance Id - A unique identifier for the specified access grants instance.
- identity
Center StringArn - The Amazon Resource Name (ARN) of the specified AWS Identity Center.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.