Skip to content

WebsiteConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new WebsiteConfigurationProperty {
    object ErrorDocument = null,
    object IndexDocument = null,
    object RoutingRules = null
};

Properties

Name Type Description
ErrorDocument object No description.
IndexDocument object No description.
RoutingRules object No description.

ErrorDocumentOptional

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

IndexDocumentOptional

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

RoutingRulesOptional

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