Version: v1.3
AWS S3
#
DescriptionTerraform configuration for AWS S3
#
Samples#
Specification#
PropertiesName | Description | Type | Required | Default |
---|---|---|---|---|
acl | S3 bucket ACL | string | false | |
bucket | S3 bucket name | string | true | |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | writeConnectionSecretToRef | false |
#
writeConnectionSecretToRefName | Description | Type | Required | Default |
---|---|---|---|---|
name | The secret name which the cloud resource connection will be written to | string | true | |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
#
OutputsIf writeConnectionSecretToRef
is set, a secret will be generated with these keys as below:
Name | Description |
---|---|
BUCKET_NAME | Bucket name |