import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeAaaAuthenticationConfig 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/aaa_authentication#device DataIosxeAaaAuthentication#device} */ readonly device?: string; } export interface DataIosxeAaaAuthenticationDot1X { } export declare function dataIosxeAaaAuthenticationDot1XToTerraform(struct?: DataIosxeAaaAuthenticationDot1X): any; export declare function dataIosxeAaaAuthenticationDot1XToHclTerraform(struct?: DataIosxeAaaAuthenticationDot1X): any; export declare class DataIosxeAaaAuthenticationDot1XOutputReference 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(): DataIosxeAaaAuthenticationDot1X | undefined; set internalValue(value: DataIosxeAaaAuthenticationDot1X | undefined); get a1Cache(): any; get a1Group(): any; get a1Local(): any; get a1Radius(): any; get a2Cache(): any; get a2Group(): any; get a2Local(): any; get a2Radius(): any; get a3Cache(): any; get a3Group(): any; get a3Local(): any; get a3Radius(): any; get a4Cache(): any; get a4Group(): any; get a4Local(): any; get a4Radius(): any; get name(): any; } export declare class DataIosxeAaaAuthenticationDot1XList 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): DataIosxeAaaAuthenticationDot1XOutputReference; } export interface DataIosxeAaaAuthenticationLogins { } export declare function dataIosxeAaaAuthenticationLoginsToTerraform(struct?: DataIosxeAaaAuthenticationLogins): any; export declare function dataIosxeAaaAuthenticationLoginsToHclTerraform(struct?: DataIosxeAaaAuthenticationLogins): any; export declare class DataIosxeAaaAuthenticationLoginsOutputReference 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(): DataIosxeAaaAuthenticationLogins | undefined; set internalValue(value: DataIosxeAaaAuthenticationLogins | undefined); get a1Enable(): any; get a1Group(): any; get a1Line(): any; get a1Local(): any; get a1None(): any; get a2Enable(): any; get a2Group(): any; get a2Line(): any; get a2Local(): any; get a2None(): any; get a3Enable(): any; get a3Group(): any; get a3Line(): any; get a3Local(): any; get a3None(): any; get a4Enable(): any; get a4Group(): any; get a4Line(): any; get a4Local(): any; get a4None(): any; get name(): any; } export declare class DataIosxeAaaAuthenticationLoginsList 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): DataIosxeAaaAuthenticationLoginsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/aaa_authentication iosxe_aaa_authentication} */ export declare class DataIosxeAaaAuthentication extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_aaa_authentication"; /** * Generates CDKTF code for importing a DataIosxeAaaAuthentication 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 DataIosxeAaaAuthentication to import * @param importFromId The id of the existing DataIosxeAaaAuthentication that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/aaa_authentication#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeAaaAuthentication 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/aaa_authentication iosxe_aaa_authentication} 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 DataIosxeAaaAuthenticationConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxeAaaAuthenticationConfig); private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _dot1X; get dot1X(): DataIosxeAaaAuthenticationDot1XList; get dot1XDefaultA1Group(): any; get dot1XDefaultA1Local(): any; get dot1XDefaultA2Group(): any; get dot1XDefaultA2Local(): any; get dot1XDefaultA3Group(): any; get dot1XDefaultA3Local(): any; get dot1XDefaultA4Group(): any; get dot1XDefaultA4Local(): any; get enableDefaultEnableLegacy(): any; get enableDefaultGroup1Cache(): any; get enableDefaultGroup1Enable(): any; get enableDefaultGroup1Group(): any; get enableDefaultGroup1Line(): any; get enableDefaultGroup1None(): any; get enableDefaultGroup2Cache(): any; get enableDefaultGroup2Enable(): any; get enableDefaultGroup2Group(): any; get enableDefaultGroup2Line(): any; get enableDefaultGroup2None(): any; get enableDefaultGroup3Cache(): any; get enableDefaultGroup3Enable(): any; get enableDefaultGroup3Group(): any; get enableDefaultGroup3Line(): any; get enableDefaultGroup3None(): any; get enableDefaultGroup4Cache(): any; get enableDefaultGroup4Enable(): any; get enableDefaultGroup4Group(): any; get enableDefaultGroup4Line(): any; get enableDefaultGroup4None(): any; get enableDefaultGroupLegacy(): any; get enableDefaultLineLegacy(): any; get enableDefaultNoneLegacy(): any; get id(): any; private _logins; get logins(): DataIosxeAaaAuthenticationLoginsList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }