AutoSnapshotPoliciesProps
Properties for defining a AutoSnapshotPolicies
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicies
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.AutoSnapshotPoliciesProps {
AutoSnapshotPolicyId: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosAutoSnapshotPolicies.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
AutoSnapshotPolicyId |
interface{} |
Property autoSnapshotPolicyId: The ID of the automatic snapshot policy. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group to which the automatic snapshot policy belongs. |
Tags |
*[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosAutoSnapshotPolicies.TagsProperty |
Property tags: Tags of snapshotpolicy. |
AutoSnapshotPolicyId
Optional
AutoSnapshotPolicyId interface{}
- Type: interface{}
Property autoSnapshotPolicyId: The ID of the automatic snapshot policy.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group to which the automatic snapshot policy belongs.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosAutoSnapshotPolicies.TagsProperty
Property tags: Tags of snapshotpolicy.