DomainsProps
Properties for defining a Domains
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cdn-domains
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cdn;
new DomainsProps {
object DomainName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DomainName |
object |
Property domainName: The accelerated domain name. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
Property domainName: The accelerated domain name.
You can specify only one domain name.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.