import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeLineConfig extends cdktf.TerraformMetaArguments { /** * A device name from the provider configuration. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/line#device DataIosxeLine#device} */ readonly device?: string; } export interface DataIosxeLineAux { } export declare function dataIosxeLineAuxToTerraform(struct?: DataIosxeLineAux): any; export declare function dataIosxeLineAuxToHclTerraform(struct?: DataIosxeLineAux): any; export declare class DataIosxeLineAuxOutputReference 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(): DataIosxeLineAux | undefined; set internalValue(value: DataIosxeLineAux | undefined); get escapeCharacter(): any; get execTimeoutMinutes(): any; get execTimeoutSeconds(): any; get first(): any; get loggingSynchronous(): any; get monitor(): any; get stopbits(): any; get transportOutputNone(): any; } export declare class DataIosxeLineAuxList 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): DataIosxeLineAuxOutputReference; } export interface DataIosxeLineConsole { } export declare function dataIosxeLineConsoleToTerraform(struct?: DataIosxeLineConsole): any; export declare function dataIosxeLineConsoleToHclTerraform(struct?: DataIosxeLineConsole): any; export declare class DataIosxeLineConsoleOutputReference 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(): DataIosxeLineConsole | undefined; set internalValue(value: DataIosxeLineConsole | undefined); get escapeCharacter(): any; get execTimeoutMinutes(): any; get execTimeoutSeconds(): any; get first(): any; get loggingSynchronous(): any; get loginAuthentication(): any; get loginLocal(): any; get password(): any; get passwordLevel(): any; get passwordType(): any; get privilegeLevel(): any; get stopbits(): any; get transportOutput(): any; get transportOutputAll(): any; get transportOutputNone(): any; } export declare class DataIosxeLineConsoleList 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): DataIosxeLineConsoleOutputReference; } export interface DataIosxeLineVtyAccessClasses { } export declare function dataIosxeLineVtyAccessClassesToTerraform(struct?: DataIosxeLineVtyAccessClasses): any; export declare function dataIosxeLineVtyAccessClassesToHclTerraform(struct?: DataIosxeLineVtyAccessClasses): any; export declare class DataIosxeLineVtyAccessClassesOutputReference 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(): DataIosxeLineVtyAccessClasses | undefined; set internalValue(value: DataIosxeLineVtyAccessClasses | undefined); get accessList(): any; get direction(): any; get vrfAlso(): any; } export declare class DataIosxeLineVtyAccessClassesList 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): DataIosxeLineVtyAccessClassesOutputReference; } export interface DataIosxeLineVty { } export declare function dataIosxeLineVtyToTerraform(struct?: DataIosxeLineVty): any; export declare function dataIosxeLineVtyToHclTerraform(struct?: DataIosxeLineVty): any; export declare class DataIosxeLineVtyOutputReference 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(): DataIosxeLineVty | undefined; set internalValue(value: DataIosxeLineVty | undefined); private _accessClasses; get accessClasses(): DataIosxeLineVtyAccessClassesList; get authorizationExec(): any; get authorizationExecDefault(): any; get escapeCharacter(): any; get execTimeoutMinutes(): any; get execTimeoutSeconds(): any; get first(): any; get last(): any; get loggingSynchronous(): any; get loginAuthentication(): any; get monitor(): any; get password(): any; get passwordLevel(): any; get passwordType(): any; get sessionTimeout(): any; get stopbits(): any; get transportInput(): any; get transportInputAll(): any; get transportInputNone(): any; get transportOutput(): any; get transportOutputAll(): any; get transportOutputNone(): any; get transportPreferredProtocol(): any; } export declare class DataIosxeLineVtyList 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): DataIosxeLineVtyOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/line iosxe_line} */ export declare class DataIosxeLine extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_line"; /** * Generates CDKTF code for importing a DataIosxeLine 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 DataIosxeLine to import * @param importFromId The id of the existing DataIosxeLine that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/line#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeLine 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/ciscodevnet/iosxe/0.15.0/docs/data-sources/line iosxe_line} 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 DataIosxeLineConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxeLineConfig); private _aux; get aux(): DataIosxeLineAuxList; private _console; get console(): DataIosxeLineConsoleList; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; get id(): any; private _vty; get vty(): DataIosxeLineVtyList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }