deletefilesystem
Certified
Delete an Amazon S3 Files file system
deletefilesystem
Certified
Delete an Amazon S3 Files file system
yaml
type: io.kestra.plugin.aws.s3.files.deletefilesystemExamples
yaml
id: aws_s3_files_delete_filesystem
namespace: company.team
tasks:
- id: delete_fs
type: io.kestra.plugin.aws.s3.files.DeleteFileSystem
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
PT15M