Skip to content

WebsiteProps

Properties for defining a Website.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oss-website

Initializer

import { WebsiteProps } from '@alicloud/ros-cdk-oss'
const websiteProps: WebsiteProps = { ... }

Properties

Name Type Description
bucketName string | @alicloud/ros-cdk-core.IResolvable Property bucketName: Bucket name.
websiteConfiguration @alicloud/ros-cdk-core.IResolvable | WebsiteConfigurationProperty Property websiteConfiguration: Website configuration.

bucketNameRequired

public readonly bucketName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property bucketName: Bucket name.


websiteConfigurationOptional

public readonly websiteConfiguration: IResolvable | WebsiteConfigurationProperty;

Property websiteConfiguration: Website configuration.