S3WebsiteSchema
Hierarchy
- unknown
- S3WebsiteSchema
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.ErrorDocument- Path of the error document, e.g.error.html.properties.IndexDocument- Path of the index document, e.g.index.html.
response
Saved response.
response.Arn- The ARN of the bucket.response.awsRegionId- The AWS region id.
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>