AclsProps
Properties for defining a Acls
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acls
Initializer
import com.aliyun.ros.cdk.ga.datasource.AclsProps;
AclsProps.builder()
// .aclId(java.lang.String)
// .aclId(IResolvable)
// .aclName(java.lang.String)
// .aclName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
aclId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property aclId: The ID of the Acl. |
aclName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property aclName: The name of the acl. |
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. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
aclId
Optional
public java.lang.Object getAclId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property aclId: The ID of the Acl.
aclName
Optional
public java.lang.Object getAclName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property aclName: The name of the acl.
refreshOptions
Optional
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.
resourceGroupId
Optional
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group.