Skip to content

ActivationProps

Properties for defining a Activation.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-activation

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new ActivationProps {
    object ActivationId,
    object RefreshOptions = null
};

Properties

Name Type Description
ActivationId object Property activationId: Activation code ID.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ActivationIdRequired

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

Property activationId: Activation code ID.


RefreshOptionsOptional

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.