Skip to content

ActivationsProps

Properties for defining a Activations.

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

Initializer

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

Properties

Name Type Description
ActivationId object Property activationId: Activation code ID.
InstanceName object Property instanceName: The default prefix of the instance name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ActivationIdOptional

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

Property activationId: Activation code ID.


InstanceNameOptional

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

Property instanceName: The default prefix of the instance name.


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.