S3StorageSchema
Hierarchy
- BaseResourceSchema- S3StorageSchema
 
Index
Properties
Properties
inheritedparents
properties
Input properties.
- properties.awsAccountId- The AWS account id.
- properties.awsRegionId- The AWS region id.
- properties.Bucket- The name of the bucket.
- properties.permissions- The permissions for the bucket. See S3StoragePermissionSchema for options.
Type declaration
- awsAccountId: string
- awsRegionId: string
- Bucket: string
- permissions: S3StoragePermissionSchema[]
inheritedresourceId
response
Saved response.
- response.Arn- The ARN of the bucket.
Type declaration
- optionalArn?: string
inheritedtags
Type declaration
- [key string]: string
The
S3StorageSchemaclass is the schema for theS3Storageresource, which represents the AWS Simple Storage Service (S3) Bucket resource. This resource can create an S3 bucket in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/S3Storage
parents - This resource has parents.
resourceId - The resource id is of format
bucket-<bucket-name>