Skip to content

StackInstanceProps

Properties for defining a StackInstance.

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

Initializer

import com.aliyun.ros.cdk.ros.datasource.StackInstanceProps;
StackInstanceProps.builder()
    .stackGroupName(java.lang.String)
    .stackGroupName(IResolvable)
    .stackInstanceAccountId(java.lang.String)
    .stackInstanceAccountId(IResolvable)
    .stackInstanceRegionId(java.lang.String)
    .stackInstanceRegionId(IResolvable)
//  .outputOption(java.lang.String)
//  .outputOption(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
stackGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property stackGroupName: Resource stack group name.
stackInstanceAccountId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property stackInstanceAccountId: The target account ID to which the resource stack belongs.
stackInstanceRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property stackInstanceRegionId: The region to which the resource stack belongs.
outputOption java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property outputOption: Whether to return the Outputs parameter resource stack output list.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

stackGroupNameRequired

public java.lang.Object getStackGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property stackGroupName: Resource stack group name.

Names are unique within a single region. The length must not exceed 255 characters, must start with a number or an English letter, and can contain numbers, English letters, dashes (-) and underscores (_)


stackInstanceAccountIdRequired

public java.lang.Object getStackInstanceAccountId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property stackInstanceAccountId: The target account ID to which the resource stack belongs.

In the self-service management permission mode, the account is an Alibaba Cloud account. In service management permission mode, this account is a member account of the resource directory.


stackInstanceRegionIdRequired

public java.lang.Object getStackInstanceRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property stackInstanceRegionId: The region to which the resource stack belongs.


outputOptionOptional

public java.lang.Object getOutputOption();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property outputOption: Whether to return the Outputs parameter resource stack output list.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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.