import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCamPolicyGrantingServiceAccessConfig extends cdktf.TerraformMetaArguments { /** * Group Id, one of the three (TargetUin, RoleId, GroupId) must be passed. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#group_id DataTencentcloudCamPolicyGrantingServiceAccess#group_id} */ readonly groupId?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#id DataTencentcloudCamPolicyGrantingServiceAccess#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#result_output_file DataTencentcloudCamPolicyGrantingServiceAccess#result_output_file} */ readonly resultOutputFile?: string; /** * Role Id, one of the three (TargetUin, RoleId, GroupId) must be passed. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#role_id DataTencentcloudCamPolicyGrantingServiceAccess#role_id} */ readonly roleId?: number; /** * Service type, this field needs to be passed when viewing the details of the service authorization interface. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#service_type DataTencentcloudCamPolicyGrantingServiceAccess#service_type} */ readonly serviceType?: string; /** * Sub-account uin, one of the three (TargetUin, RoleId, GroupId) must be passed. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#target_uin DataTencentcloudCamPolicyGrantingServiceAccess#target_uin} */ readonly targetUin?: number; } export interface DataTencentcloudCamPolicyGrantingServiceAccessListAction { } export declare function dataTencentcloudCamPolicyGrantingServiceAccessListActionToTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListAction): any; export declare function dataTencentcloudCamPolicyGrantingServiceAccessListActionToHclTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListAction): any; export declare class DataTencentcloudCamPolicyGrantingServiceAccessListActionOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCamPolicyGrantingServiceAccessListAction | undefined; set internalValue(value: DataTencentcloudCamPolicyGrantingServiceAccessListAction | undefined); get description(): any; get name(): any; } export declare class DataTencentcloudCamPolicyGrantingServiceAccessListActionList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCamPolicyGrantingServiceAccessListActionOutputReference; } export interface DataTencentcloudCamPolicyGrantingServiceAccessListPolicy { } export declare function dataTencentcloudCamPolicyGrantingServiceAccessListPolicyToTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListPolicy): any; export declare function dataTencentcloudCamPolicyGrantingServiceAccessListPolicyToHclTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListPolicy): any; export declare class DataTencentcloudCamPolicyGrantingServiceAccessListPolicyOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCamPolicyGrantingServiceAccessListPolicy | undefined; set internalValue(value: DataTencentcloudCamPolicyGrantingServiceAccessListPolicy | undefined); get policyDescription(): any; get policyId(): any; get policyName(): any; get policyType(): any; } export declare class DataTencentcloudCamPolicyGrantingServiceAccessListPolicyList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCamPolicyGrantingServiceAccessListPolicyOutputReference; } export interface DataTencentcloudCamPolicyGrantingServiceAccessListService { } export declare function dataTencentcloudCamPolicyGrantingServiceAccessListServiceToTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListService): any; export declare function dataTencentcloudCamPolicyGrantingServiceAccessListServiceToHclTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListService): any; export declare class DataTencentcloudCamPolicyGrantingServiceAccessListServiceOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCamPolicyGrantingServiceAccessListService | undefined; set internalValue(value: DataTencentcloudCamPolicyGrantingServiceAccessListService | undefined); get serviceName(): any; get serviceType(): any; } export declare class DataTencentcloudCamPolicyGrantingServiceAccessListServiceList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCamPolicyGrantingServiceAccessListServiceOutputReference; } export interface DataTencentcloudCamPolicyGrantingServiceAccessListStruct { } export declare function dataTencentcloudCamPolicyGrantingServiceAccessListStructToTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListStruct): any; export declare function dataTencentcloudCamPolicyGrantingServiceAccessListStructToHclTerraform(struct?: DataTencentcloudCamPolicyGrantingServiceAccessListStruct): any; export declare class DataTencentcloudCamPolicyGrantingServiceAccessListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCamPolicyGrantingServiceAccessListStruct | undefined; set internalValue(value: DataTencentcloudCamPolicyGrantingServiceAccessListStruct | undefined); private _action; get action(): DataTencentcloudCamPolicyGrantingServiceAccessListActionList; private _policy; get policy(): DataTencentcloudCamPolicyGrantingServiceAccessListPolicyList; private _service; get service(): DataTencentcloudCamPolicyGrantingServiceAccessListServiceList; } export declare class DataTencentcloudCamPolicyGrantingServiceAccessListStructList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCamPolicyGrantingServiceAccessListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access tencentcloud_cam_policy_granting_service_access} */ export declare class DataTencentcloudCamPolicyGrantingServiceAccess extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cam_policy_granting_service_access"; /** * Generates CDKTF code for importing a DataTencentcloudCamPolicyGrantingServiceAccess resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudCamPolicyGrantingServiceAccess to import * @param importFromId The id of the existing DataTencentcloudCamPolicyGrantingServiceAccess that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCamPolicyGrantingServiceAccess to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cam_policy_granting_service_access tencentcloud_cam_policy_granting_service_access} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataTencentcloudCamPolicyGrantingServiceAccessConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCamPolicyGrantingServiceAccessConfig); private _groupId?; get groupId(): number; set groupId(value: number); resetGroupId(): void; get groupIdInput(): number; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _list; get list(): DataTencentcloudCamPolicyGrantingServiceAccessListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _roleId?; get roleId(): number; set roleId(value: number); resetRoleId(): void; get roleIdInput(): number; private _serviceType?; get serviceType(): string; set serviceType(value: string); resetServiceType(): void; get serviceTypeInput(): string; private _targetUin?; get targetUin(): number; set targetUin(value: number); resetTargetUin(): void; get targetUinInput(): number; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }