1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. s3files
  6. FileSystem

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::S3Files::FileSystem

    Create FileSystem Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FileSystem(name: string, args: FileSystemArgs, opts?: CustomResourceOptions);
    @overload
    def FileSystem(resource_name: str,
                   args: FileSystemArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def FileSystem(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   bucket: Optional[str] = None,
                   role_arn: Optional[str] = None,
                   accept_bucket_warning: Optional[bool] = None,
                   client_token: Optional[str] = None,
                   kms_key_id: Optional[str] = None,
                   prefix: Optional[str] = None,
                   synchronization_configuration: Optional[FileSystemSynchronizationConfigurationArgs] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewFileSystem(ctx *Context, name string, args FileSystemArgs, opts ...ResourceOption) (*FileSystem, error)
    public FileSystem(string name, FileSystemArgs args, CustomResourceOptions? opts = null)
    public FileSystem(String name, FileSystemArgs args)
    public FileSystem(String name, FileSystemArgs args, CustomResourceOptions options)
    
    type: aws-native:s3files:FileSystem
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args FileSystemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FileSystemArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FileSystemArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FileSystemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FileSystemArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    FileSystem Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The FileSystem resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FileSystem resource produces the following output properties:

    CreationTime string
    FileSystemArn string
    FileSystemId string
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    Status Pulumi.AwsNative.S3Files.FileSystemStatus
    StatusMessage string
    CreationTime string
    FileSystemArn string
    FileSystemId string
    Id string
    The provider-assigned unique ID for this managed resource.
    OwnerId string
    Status FileSystemStatus
    StatusMessage string
    creationTime String
    fileSystemArn String
    fileSystemId String
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    status FileSystemStatus
    statusMessage String
    creationTime string
    fileSystemArn string
    fileSystemId string
    id string
    The provider-assigned unique ID for this managed resource.
    ownerId string
    status FileSystemStatus
    statusMessage string
    creation_time str
    file_system_arn str
    file_system_id str
    id str
    The provider-assigned unique ID for this managed resource.
    owner_id str
    status FileSystemStatus
    status_message str
    creationTime String
    fileSystemArn String
    fileSystemId String
    id String
    The provider-assigned unique ID for this managed resource.
    ownerId String
    status "creating" | "available" | "updating" | "deleting" | "deleted" | "error"
    statusMessage String

    Supporting Types

    FileSystemExpirationDataRule, FileSystemExpirationDataRuleArgs

    FileSystemImportDataRule, FileSystemImportDataRuleArgs

    FileSystemImportDataRuleTrigger, FileSystemImportDataRuleTriggerArgs

    OnDirectoryFirstAccess
    ON_DIRECTORY_FIRST_ACCESS
    OnFileAccess
    ON_FILE_ACCESS
    FileSystemImportDataRuleTriggerOnDirectoryFirstAccess
    ON_DIRECTORY_FIRST_ACCESS
    FileSystemImportDataRuleTriggerOnFileAccess
    ON_FILE_ACCESS
    OnDirectoryFirstAccess
    ON_DIRECTORY_FIRST_ACCESS
    OnFileAccess
    ON_FILE_ACCESS
    OnDirectoryFirstAccess
    ON_DIRECTORY_FIRST_ACCESS
    OnFileAccess
    ON_FILE_ACCESS
    ON_DIRECTORY_FIRST_ACCESS
    ON_DIRECTORY_FIRST_ACCESS
    ON_FILE_ACCESS
    ON_FILE_ACCESS
    "ON_DIRECTORY_FIRST_ACCESS"
    ON_DIRECTORY_FIRST_ACCESS
    "ON_FILE_ACCESS"
    ON_FILE_ACCESS

    FileSystemStatus, FileSystemStatusArgs

    Creating
    creating
    Available
    available
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    FileSystemStatusCreating
    creating
    FileSystemStatusAvailable
    available
    FileSystemStatusUpdating
    updating
    FileSystemStatusDeleting
    deleting
    FileSystemStatusDeleted
    deleted
    FileSystemStatusError
    error
    Creating
    creating
    Available
    available
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    Creating
    creating
    Available
    available
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    CREATING
    creating
    AVAILABLE
    available
    UPDATING
    updating
    DELETING
    deleting
    DELETED
    deleted
    ERROR
    error
    "creating"
    creating
    "available"
    available
    "updating"
    updating
    "deleting"
    deleting
    "deleted"
    deleted
    "error"
    error

    FileSystemSynchronizationConfiguration, FileSystemSynchronizationConfigurationArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    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.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.