getfilesystem
Certified
Get an Amazon S3 Files file system
getfilesystem
Certified
Get an Amazon S3 Files file system
yaml
type: io.kestra.plugin.aws.s3.files.getfilesystemExamples
yaml
id: aws_s3_files_get_filesystem
namespace: company.team
tasks:
- id: get_fs
type: io.kestra.plugin.aws.s3.files.GetFileSystem
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "us-east-1"
fileSystemId: "fs-0123456789abcdef0"
Properties
fileSystemId *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
fileSystem
Definitions
io.kestra.plugin.aws.s3.files.models.FileSystem
bucketstring
clientTokenstring
creationTimeinteger
fileSystemArnstring
fileSystemIdstring
kmsKeyIdstring
namestring
ownerIdstring
prefixstring
roleArnstring
statusstring
statusMessagestring
tagsarray
io.kestra.plugin.aws.s3.files.models.FileSystem-Tag
keystring
valuestring