Skip to content

WebsiteProps

Properties for defining a Website.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new WebsiteProps {
    object BucketName,
    object WebsiteConfiguration = null
};

Properties

Name Type Description
BucketName object Property bucketName: Bucket name.
WebsiteConfiguration object Property websiteConfiguration: Website configuration.

BucketNameRequired

public object BucketName { get; set; }
  • Type: object

Property bucketName: Bucket name.


WebsiteConfigurationOptional

public object WebsiteConfiguration { get; set; }
  • Type: object

Property websiteConfiguration: Website configuration.