AclsProps
Properties for defining a Acls
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acls
Initializer
import { datasource } from '@alicloud/ros-cdk-ga'
const aclsProps: datasource.AclsProps = { ... }
Properties
Name | Type | Description |
---|---|---|
aclId |
string | @alicloud/ros-cdk-core.IResolvable |
Property aclId: The ID of the Acl. |
aclName |
string | @alicloud/ros-cdk-core.IResolvable |
Property aclName: The name of the acl. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
aclId
Optional
public readonly aclId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclId: The ID of the Acl.
aclName
Optional
public readonly aclName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property aclName: The name of the acl.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/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 readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group.