import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface TsfLaneConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#id TsfLane#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; /** * Lane name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#lane_name TsfLane#lane_name} */ readonly laneName: string; /** * Program id list. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#program_id_list TsfLane#program_id_list} */ readonly programIdList?: string[]; /** * Lane Remarks. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#remark TsfLane#remark} */ readonly remark: string; /** * lane_group_list block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#lane_group_list TsfLane#lane_group_list} */ readonly laneGroupList: TsfLaneLaneGroupListStruct[] | cdktf.IResolvable; } export interface TsfLaneLaneGroupListStruct { /** * application ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#application_id TsfLane#application_id} */ readonly applicationId?: string; /** * application name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#application_name TsfLane#application_name} */ readonly applicationName?: string; /** * cluster type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#cluster_type TsfLane#cluster_type} */ readonly clusterType?: string; /** * creation time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#create_time TsfLane#create_time} */ readonly createTime?: number; /** * Whether to enter the application. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#entrance TsfLane#entrance} */ readonly entrance: boolean | cdktf.IResolvable; /** * Deployment group ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#group_id TsfLane#group_id} */ readonly groupId: string; /** * deployment group name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#group_name TsfLane#group_name} */ readonly groupName?: string; /** * Swimlane deployment group ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#lane_group_id TsfLane#lane_group_id} */ readonly laneGroupId?: string; /** * Lane ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#lane_id TsfLane#lane_id} */ readonly laneId?: string; /** * Namespace ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#namespace_id TsfLane#namespace_id} */ readonly namespaceId?: string; /** * namespace name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#namespace_name TsfLane#namespace_name} */ readonly namespaceName?: string; /** * update time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#update_time TsfLane#update_time} */ readonly updateTime?: number; } export declare function tsfLaneLaneGroupListStructToTerraform(struct?: TsfLaneLaneGroupListStruct | cdktf.IResolvable): any; export declare function tsfLaneLaneGroupListStructToHclTerraform(struct?: TsfLaneLaneGroupListStruct | cdktf.IResolvable): any; export declare class TsfLaneLaneGroupListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): TsfLaneLaneGroupListStruct | cdktf.IResolvable | undefined; set internalValue(value: TsfLaneLaneGroupListStruct | cdktf.IResolvable | undefined); private _applicationId?; get applicationId(): string; set applicationId(value: string); resetApplicationId(): void; get applicationIdInput(): string; private _applicationName?; get applicationName(): string; set applicationName(value: string); resetApplicationName(): void; get applicationNameInput(): string; private _clusterType?; get clusterType(): string; set clusterType(value: string); resetClusterType(): void; get clusterTypeInput(): string; private _createTime?; get createTime(): number; set createTime(value: number); resetCreateTime(): void; get createTimeInput(): number; private _entrance?; get entrance(): boolean | cdktf.IResolvable; set entrance(value: boolean | cdktf.IResolvable); get entranceInput(): any; private _groupId?; get groupId(): string; set groupId(value: string); get groupIdInput(): string; private _groupName?; get groupName(): string; set groupName(value: string); resetGroupName(): void; get groupNameInput(): string; private _laneGroupId?; get laneGroupId(): string; set laneGroupId(value: string); resetLaneGroupId(): void; get laneGroupIdInput(): string; private _laneId?; get laneId(): string; set laneId(value: string); resetLaneId(): void; get laneIdInput(): string; private _namespaceId?; get namespaceId(): string; set namespaceId(value: string); resetNamespaceId(): void; get namespaceIdInput(): string; private _namespaceName?; get namespaceName(): string; set namespaceName(value: string); resetNamespaceName(): void; get namespaceNameInput(): string; private _updateTime?; get updateTime(): number; set updateTime(value: number); resetUpdateTime(): void; get updateTimeInput(): number; } export declare class TsfLaneLaneGroupListStructList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: TsfLaneLaneGroupListStruct[] | cdktf.IResolvable; /** * @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): TsfLaneLaneGroupListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane tencentcloud_tsf_lane} */ export declare class TsfLane extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_tsf_lane"; /** * Generates CDKTF code for importing a TsfLane 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 TsfLane to import * @param importFromId The id of the existing TsfLane that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/tsf_lane#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TsfLane 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/resources/tsf_lane tencentcloud_tsf_lane} Resource * * @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 TsfLaneConfig */ constructor(scope: Construct, id: string, config: TsfLaneConfig); get createTime(): any; get entrance(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; get laneId(): any; private _laneName?; get laneName(): string; set laneName(value: string); get laneNameInput(): string; get namespaceIdList(): any; private _programIdList?; get programIdList(): string[]; set programIdList(value: string[]); resetProgramIdList(): void; get programIdListInput(): string[]; private _remark?; get remark(): string; set remark(value: string); get remarkInput(): string; get updateTime(): any; private _laneGroupList; get laneGroupList(): TsfLaneLaneGroupListStructList; putLaneGroupList(value: TsfLaneLaneGroupListStruct[] | cdktf.IResolvable): void; get laneGroupListInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }