import * as ros from '@alicloud/ros-cdk-core'; /** * Properties for defining a `RosAcl`. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acl */ export interface RosAclProps { /** * @Property aclId: The ID of the ACL. */ readonly aclId: string | ros.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. */ readonly refreshOptions?: string | ros.IResolvable; } /** * This class is a base encapsulation around the ROS resource type `DATASOURCE::GA::Acl`, which is used to query the information about an access control list (ACL). * @Note This class does not contain additional functions, so it is recommended to use the `Acl` class instead of this class for a more convenient development experience. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acl */ export declare class RosAcl extends ros.RosResource { /** * The resource type name for this resource class. */ static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::GA::Acl"; /** * @Attribute AclEntries: The entries of the ACL. */ readonly attrAclEntries: ros.IResolvable; /** * @Attribute AclId: The ID of the ACL. */ readonly attrAclId: ros.IResolvable; /** * @Attribute AclName: The ID of the GA instance. */ readonly attrAclName: ros.IResolvable; /** * @Attribute AddressIPVersion: The ID of the network ACL. */ readonly attrAddressIpVersion: ros.IResolvable; /** * @Attribute ResourceGroupId: The name of the network ACL. */ readonly attrResourceGroupId: ros.IResolvable; /** * @Attribute Tags: The tag of the ACL. */ readonly attrTags: ros.IResolvable; enableResourcePropertyConstraint: boolean; /** * @Property aclId: The ID of the ACL. */ aclId: string | ros.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. */ refreshOptions: string | ros.IResolvable | undefined; /** * @param scope - scope in which this resource is defined * @param id - scoped id of the resource * @param props - resource properties */ constructor(scope: ros.Construct, id: string, props: RosAclProps, enableResourcePropertyConstraint: boolean); protected get rosProperties(): { [key: string]: any; }; protected renderProperties(props: { [key: string]: any; }): { [key: string]: any; }; } /** * Properties for defining a `RosAcls`. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acls */ export interface RosAclsProps { /** * @Property aclId: The ID of the Acl. */ readonly aclId?: string | ros.IResolvable; /** * @Property aclName: The name of the acl. */ readonly aclName?: string | ros.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. */ readonly refreshOptions?: string | ros.IResolvable; /** * @Property resourceGroupId: The ID of the resource group. */ readonly resourceGroupId?: string | ros.IResolvable; } /** * This class is a base encapsulation around the ROS resource type `DATASOURCE::GA::Acls`, which is used to query access control lists (ACLs). * @Note This class does not contain additional functions, so it is recommended to use the `Acls` class instead of this class for a more convenient development experience. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-acls */ export declare class RosAcls extends ros.RosResource { /** * The resource type name for this resource class. */ static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::GA::Acls"; /** * @Attribute AclIds: The list of acl IDs. */ readonly attrAclIds: ros.IResolvable; /** * @Attribute Acls: The list of acls. */ readonly attrAcls: ros.IResolvable; enableResourcePropertyConstraint: boolean; /** * @Property aclId: The ID of the Acl. */ aclId: string | ros.IResolvable | undefined; /** * @Property aclName: The name of the acl. */ aclName: string | ros.IResolvable | undefined; /** * @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. */ refreshOptions: string | ros.IResolvable | undefined; /** * @Property resourceGroupId: The ID of the resource group. */ resourceGroupId: string | ros.IResolvable | undefined; /** * @param scope - scope in which this resource is defined * @param id - scoped id of the resource * @param props - resource properties */ constructor(scope: ros.Construct, id: string, props: RosAclsProps, enableResourcePropertyConstraint: boolean); protected get rosProperties(): { [key: string]: any; }; protected renderProperties(props: { [key: string]: any; }): { [key: string]: any; }; } /** * Properties for defining a `RosBandwidthPackage`. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackage */ export interface RosBandwidthPackageProps { /** * @Property bandwidthPackageId: The Resource ID of the bandwidth. */ readonly bandwidthPackageId: string | ros.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. */ readonly refreshOptions?: string | ros.IResolvable; } /** * This class is a base encapsulation around the ROS resource type `DATASOURCE::GA::BandwidthPackage`. * @Note This class does not contain additional functions, so it is recommended to use the `BandwidthPackage` class instead of this class for a more convenient development experience. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackage */ export declare class RosBandwidthPackage extends ros.RosResource { /** * The resource type name for this resource class. */ static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::GA::BandwidthPackage"; /** * @Attribute AutoRenew: Whether to enable automatic renewal. */ readonly attrAutoRenew: ros.IResolvable; /** * @Attribute AutoRenewDuration: The duration of automatic renewal. Unit: Month. */ readonly attrAutoRenewDuration: ros.IResolvable; /** * @Attribute Bandwidth: The bandwidth value of the bandwidth package. Unit: Mbps. Value range: 2~2000. */ readonly attrBandwidth: ros.IResolvable; /** * @Attribute BandwidthPackageId: The Resource ID of the bandwidth. */ readonly attrBandwidthPackageId: ros.IResolvable; /** * @Attribute BandwidthPackageName: The Resource name of the bandwidth. */ readonly attrBandwidthPackageName: ros.IResolvable; /** * @Attribute BandwidthType: Bandwidth type. */ readonly attrBandwidthType: ros.IResolvable; /** * @Attribute BillingType: Post-payment billing method. */ readonly attrBillingType: ros.IResolvable; /** * @Attribute CbnGeographicRegionIdA: The interworking region A of cross-region acceleration packages. The value is China-mainland only. */ readonly attrCbnGeographicRegionIdA: ros.IResolvable; /** * @Attribute CbnGeographicRegionIdB: The interworking Region B of cross-region acceleration packages. The value is Global only. */ readonly attrCbnGeographicRegionIdB: ros.IResolvable; /** * @Attribute CreateTime: Bandwidth package creation time. */ readonly attrCreateTime: ros.IResolvable; /** * @Attribute Description: the description of bandwidth package. */ readonly attrDescription: ros.IResolvable; /** * @Attribute ExpiredTime: Bandwidth package expiration time. */ readonly attrExpiredTime: ros.IResolvable; /** * @Attribute PaymentType: Type of payment. */ readonly attrPaymentType: ros.IResolvable; /** * @Attribute Ratio: 95 Billing guaranteed percentage. Value range: 30~100. */ readonly attrRatio: ros.IResolvable; /** * @Attribute RenewalStatus: Renewal status. */ readonly attrRenewalStatus: ros.IResolvable; /** * @Attribute ResourceGroupId: The ID of the resource group. */ readonly attrResourceGroupId: ros.IResolvable; /** * @Attribute Type: The type of the bandwidth package. */ readonly attrType: ros.IResolvable; enableResourcePropertyConstraint: boolean; /** * @Property bandwidthPackageId: The Resource ID of the bandwidth. */ bandwidthPackageId: string | ros.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. */ refreshOptions: string | ros.IResolvable | undefined; /** * @param scope - scope in which this resource is defined * @param id - scoped id of the resource * @param props - resource properties */ constructor(scope: ros.Construct, id: string, props: RosBandwidthPackageProps, enableResourcePropertyConstraint: boolean); protected get rosProperties(): { [key: string]: any; }; protected renderProperties(props: { [key: string]: any; }): { [key: string]: any; }; } /** * Properties for defining a `RosBandwidthPackages`. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackages */ export interface RosBandwidthPackagesProps { /** * @Property bandwidthPackageId: The Resource ID of the bandwidth. */ readonly bandwidthPackageId?: string | ros.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. */ readonly refreshOptions?: string | ros.IResolvable; /** * @Property resourceGroupId: The ID of the resource group. */ readonly resourceGroupId?: string | ros.IResolvable; /** * @Property type: The type of the bandwidth package. Value: * Basic: Basic bandwidth package. * CrossDomain: cross-region acceleration package. * China Station only supports Basic. */ readonly type?: string | ros.IResolvable; } /** * This class is a base encapsulation around the ROS resource type `DATASOURCE::GA::BandwidthPackages`. * @Note This class does not contain additional functions, so it is recommended to use the `BandwidthPackages` class instead of this class for a more convenient development experience. * See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackages */ export declare class RosBandwidthPackages extends ros.RosResource { /** * The resource type name for this resource class. */ static readonly ROS_RESOURCE_TYPE_NAME = "DATASOURCE::GA::BandwidthPackages"; /** * @Attribute BandwidthPackageIds: The list of bandwidth package IDs. */ readonly attrBandwidthPackageIds: ros.IResolvable; /** * @Attribute BandwidthPackages: The list of bandwidth packages. */ readonly attrBandwidthPackages: ros.IResolvable; enableResourcePropertyConstraint: boolean; /** * @Property bandwidthPackageId: The Resource ID of the bandwidth. */ bandwidthPackageId: string | ros.IResolvable | undefined; /** * @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. */ refreshOptions: string | ros.IResolvable | undefined; /** * @Property resourceGroupId: The ID of the resource group. */ resourceGroupId: string | ros.IResolvable | undefined; /** * @Property type: The type of the bandwidth package. Value: * Basic: Basic bandwidth package. * CrossDomain: cross-region acceleration package. * China Station only supports Basic. */ type: string | ros.IResolvable | undefined; /** * @param scope - scope in which this resource is defined * @param id - scoped id of the resource * @param props - resource properties */ constructor(scope: ros.Construct, id: string, props: RosBandwidthPackagesProps, enableResourcePropertyConstraint: boolean); protected get rosProperties(): { [key: string]: any; }; protected renderProperties(props: { [key: string]: any; }): { [key: string]: any; }; }