1. Packages
  2. AWS
  3. API Docs
  4. s3
  5. getFilesFileSystems
Viewing docs for AWS v7.26.0
published on Thursday, Apr 16, 2026 by Pulumi
aws logo
Viewing docs for AWS v7.26.0
published on Thursday, Apr 16, 2026 by Pulumi

    Provides details about S3 Files File Systems.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.s3.getFilesFileSystems({});
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.s3.get_files_file_systems()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/s3"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := s3.GetFilesFileSystems(ctx, &s3.GetFilesFileSystemsArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.S3.GetFilesFileSystems.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.s3.S3Functions;
    import com.pulumi.aws.s3.inputs.GetFilesFileSystemsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = S3Functions.getFilesFileSystems(GetFilesFileSystemsArgs.builder()
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:s3:getFilesFileSystems
          arguments: {}
    

    Using getFilesFileSystems

    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 getFilesFileSystems(args: GetFilesFileSystemsArgs, opts?: InvokeOptions): Promise<GetFilesFileSystemsResult>
    function getFilesFileSystemsOutput(args: GetFilesFileSystemsOutputArgs, opts?: InvokeOptions): Output<GetFilesFileSystemsResult>
    def get_files_file_systems(file_systems: Optional[Sequence[GetFilesFileSystemsFileSystem]] = None,
                               region: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetFilesFileSystemsResult
    def get_files_file_systems_output(file_systems: Optional[pulumi.Input[Sequence[pulumi.Input[GetFilesFileSystemsFileSystemArgs]]]] = None,
                               region: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetFilesFileSystemsResult]
    func GetFilesFileSystems(ctx *Context, args *GetFilesFileSystemsArgs, opts ...InvokeOption) (*GetFilesFileSystemsResult, error)
    func GetFilesFileSystemsOutput(ctx *Context, args *GetFilesFileSystemsOutputArgs, opts ...InvokeOption) GetFilesFileSystemsResultOutput

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

    public static class GetFilesFileSystems 
    {
        public static Task<GetFilesFileSystemsResult> InvokeAsync(GetFilesFileSystemsArgs args, InvokeOptions? opts = null)
        public static Output<GetFilesFileSystemsResult> Invoke(GetFilesFileSystemsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFilesFileSystemsResult> getFilesFileSystems(GetFilesFileSystemsArgs args, InvokeOptions options)
    public static Output<GetFilesFileSystemsResult> getFilesFileSystems(GetFilesFileSystemsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:s3/getFilesFileSystems:getFilesFileSystems
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FileSystems List<GetFilesFileSystemsFileSystem>
    List of file systems. See fileSystems below.
    Region string
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.
    FileSystems []GetFilesFileSystemsFileSystem
    List of file systems. See fileSystems below.
    Region string
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.
    fileSystems List<GetFilesFileSystemsFileSystem>
    List of file systems. See fileSystems below.
    region String
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.
    fileSystems GetFilesFileSystemsFileSystem[]
    List of file systems. See fileSystems below.
    region string
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.
    file_systems Sequence[GetFilesFileSystemsFileSystem]
    List of file systems. See fileSystems below.
    region str
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.
    fileSystems List<Property Map>
    List of file systems. See fileSystems below.
    region String
    Region where this data source will be managed. Defaults to the Region set in the provider configuration.

    getFilesFileSystems Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    FileSystems List<GetFilesFileSystemsFileSystem>
    List of file systems. See fileSystems below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    FileSystems []GetFilesFileSystemsFileSystem
    List of file systems. See fileSystems below.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    fileSystems List<GetFilesFileSystemsFileSystem>
    List of file systems. See fileSystems below.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    fileSystems GetFilesFileSystemsFileSystem[]
    List of file systems. See fileSystems below.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    file_systems Sequence[GetFilesFileSystemsFileSystem]
    List of file systems. See fileSystems below.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    fileSystems List<Property Map>
    List of file systems. See fileSystems below.

    Supporting Types

    GetFilesFileSystemsFileSystem

    Arn string
    ARN of the file system.
    Bucket string
    S3 bucket ARN.
    CreationTime string
    Creation time.
    Id string
    Identifier of the file system.
    KmsKeyId string
    KMS key ID for encryption.
    Name string
    File system name.
    OwnerId string
    AWS account ID of the owner.
    RoleArn string
    IAM role ARN for S3 access.
    Status string
    File system status.
    StatusMessage string
    Status message.
    Arn string
    ARN of the file system.
    Bucket string
    S3 bucket ARN.
    CreationTime string
    Creation time.
    Id string
    Identifier of the file system.
    KmsKeyId string
    KMS key ID for encryption.
    Name string
    File system name.
    OwnerId string
    AWS account ID of the owner.
    RoleArn string
    IAM role ARN for S3 access.
    Status string
    File system status.
    StatusMessage string
    Status message.
    arn String
    ARN of the file system.
    bucket String
    S3 bucket ARN.
    creationTime String
    Creation time.
    id String
    Identifier of the file system.
    kmsKeyId String
    KMS key ID for encryption.
    name String
    File system name.
    ownerId String
    AWS account ID of the owner.
    roleArn String
    IAM role ARN for S3 access.
    status String
    File system status.
    statusMessage String
    Status message.
    arn string
    ARN of the file system.
    bucket string
    S3 bucket ARN.
    creationTime string
    Creation time.
    id string
    Identifier of the file system.
    kmsKeyId string
    KMS key ID for encryption.
    name string
    File system name.
    ownerId string
    AWS account ID of the owner.
    roleArn string
    IAM role ARN for S3 access.
    status string
    File system status.
    statusMessage string
    Status message.
    arn str
    ARN of the file system.
    bucket str
    S3 bucket ARN.
    creation_time str
    Creation time.
    id str
    Identifier of the file system.
    kms_key_id str
    KMS key ID for encryption.
    name str
    File system name.
    owner_id str
    AWS account ID of the owner.
    role_arn str
    IAM role ARN for S3 access.
    status str
    File system status.
    status_message str
    Status message.
    arn String
    ARN of the file system.
    bucket String
    S3 bucket ARN.
    creationTime String
    Creation time.
    id String
    Identifier of the file system.
    kmsKeyId String
    KMS key ID for encryption.
    name String
    File system name.
    ownerId String
    AWS account ID of the owner.
    roleArn String
    IAM role ARN for S3 access.
    status String
    File system status.
    statusMessage String
    Status message.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    Viewing docs for AWS v7.26.0
    published on Thursday, Apr 16, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.