S3WebsiteSchema
Hierarchy
- BaseResourceSchema- S3WebsiteSchema
 
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.ErrorDocument- Path of the error document, e.g.- error.html.
- properties.IndexDocument- Path of the index document, e.g.- index.html.
Type declaration
- awsAccountId: string
- awsRegionId: string
- Bucket: string
- ErrorDocument: string
- IndexDocument: string
inheritedresourceId
response
Saved response.
- response.Arn- The ARN of the bucket.
- response.awsRegionId- The AWS region id.
Type declaration
- optionalArn?: string
- optionalawsRegionId?: string
inheritedtags
Type declaration
- [key string]: string
The
S3WebsiteSchemaclass is the schema for theS3Websiteresource, which represents the AWS Simple Storage Service (S3) Website resource. This resource can create a s3 website in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/S3Website
parents - This resource has no parents.
resourceId - The resource id is of format
bucket-<bucket-name>