1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. storagegateway
  6. getTapePool

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

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Creates a custom tape pool for archiving virtual tapes with optional retention lock.

    Using getTapePool

    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 getTapePool(args: GetTapePoolArgs, opts?: InvokeOptions): Promise<GetTapePoolResult>
    function getTapePoolOutput(args: GetTapePoolOutputArgs, opts?: InvokeOptions): Output<GetTapePoolResult>
    def get_tape_pool(pool_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetTapePoolResult
    def get_tape_pool_output(pool_arn: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetTapePoolResult]
    func LookupTapePool(ctx *Context, args *LookupTapePoolArgs, opts ...InvokeOption) (*LookupTapePoolResult, error)
    func LookupTapePoolOutput(ctx *Context, args *LookupTapePoolOutputArgs, opts ...InvokeOption) LookupTapePoolResultOutput

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

    public static class GetTapePool 
    {
        public static Task<GetTapePoolResult> InvokeAsync(GetTapePoolArgs args, InvokeOptions? opts = null)
        public static Output<GetTapePoolResult> Invoke(GetTapePoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTapePoolResult> getTapePool(GetTapePoolArgs args, InvokeOptions options)
    public static Output<GetTapePoolResult> getTapePool(GetTapePoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:storagegateway:getTapePool
      arguments:
        # arguments dictionary
    data "aws-native_storagegateway_get_tape_pool" "name" {
        # arguments
    }

    The following arguments are supported:

    PoolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    PoolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    pool_arn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolArn String
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    pool_arn str
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolArn String
    The Amazon Resource Name (ARN) of the custom tape pool.

    getTapePool Result

    The following output properties are available:

    PoolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    PoolId string
    The unique identifier of the custom tape pool, extracted from the ARN.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of up to 50 tags for the tape pool.
    PoolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    PoolId string
    The unique identifier of the custom tape pool, extracted from the ARN.
    Tags Tag
    A list of up to 50 tags for the tape pool.
    pool_arn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    pool_id string
    The unique identifier of the custom tape pool, extracted from the ARN.
    tags list(object)
    A list of up to 50 tags for the tape pool.
    poolArn String
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolId String
    The unique identifier of the custom tape pool, extracted from the ARN.
    tags List<Tag>
    A list of up to 50 tags for the tape pool.
    poolArn string
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolId string
    The unique identifier of the custom tape pool, extracted from the ARN.
    tags Tag[]
    A list of up to 50 tags for the tape pool.
    pool_arn str
    The Amazon Resource Name (ARN) of the custom tape pool.
    pool_id str
    The unique identifier of the custom tape pool, extracted from the ARN.
    tags Sequence[root_Tag]
    A list of up to 50 tags for the tape pool.
    poolArn String
    The Amazon Resource Name (ARN) of the custom tape pool.
    poolId String
    The unique identifier of the custom tape pool, extracted from the ARN.
    tags List<Property Map>
    A list of up to 50 tags for the tape pool.

    Supporting Types

    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

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

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial