Skip to content

RosWebsiteProps

Properties for defining a RosWebsite.

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

Initializer

import ros_cdk_oss
ros_cdk_oss.RosWebsiteProps(
  bucket_name: typing.Union[str, IResolvable],
  website_configuration: typing.Union[IResolvable, WebsiteConfigurationProperty] = None
)

Properties

Name Type Description
bucket_name typing.Union[str, ros_cdk_core.IResolvable] No description.
website_configuration typing.Union[ros_cdk_core.IResolvable, WebsiteConfigurationProperty] No description.

bucket_nameRequired

bucket_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

website_configurationOptional

website_configuration: typing.Union[IResolvable, WebsiteConfigurationProperty]