S3StorageSchema
Hierarchy
- unknown
- S3StorageSchema
Index
Properties
Properties
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.
response
Saved response.
response.Arn- The ARN of the bucket.
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>