import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeAaaAuthorizationConfig 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_authorization#device DataIosxeAaaAuthorization#device} */ readonly device?: string; } export interface DataIosxeAaaAuthorizationCommands { } export declare function dataIosxeAaaAuthorizationCommandsToTerraform(struct?: DataIosxeAaaAuthorizationCommands): any; export declare function dataIosxeAaaAuthorizationCommandsToHclTerraform(struct?: DataIosxeAaaAuthorizationCommands): any; export declare class DataIosxeAaaAuthorizationCommandsOutputReference 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(): DataIosxeAaaAuthorizationCommands | undefined; set internalValue(value: DataIosxeAaaAuthorizationCommands | undefined); get a1Group(): any; get a1IfAuthenticated(): any; get a1Local(): any; get a1None(): any; get a1Radius(): any; get a1Tacacs(): any; get a2Group(): any; get a2IfAuthenticated(): any; get a2Local(): any; get a2None(): any; get a2Radius(): any; get a2Tacacs(): any; get a3Group(): any; get a3IfAuthenticated(): any; get a3Local(): any; get a3None(): any; get a3Radius(): any; get a3Tacacs(): any; get a4Group(): any; get a4IfAuthenticated(): any; get a4Local(): any; get a4None(): any; get a4Radius(): any; get a4Tacacs(): any; get level(): any; get listName(): any; } export declare class DataIosxeAaaAuthorizationCommandsList 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): DataIosxeAaaAuthorizationCommandsOutputReference; } export interface DataIosxeAaaAuthorizationConfigLists { } export declare function dataIosxeAaaAuthorizationConfigListsToTerraform(struct?: DataIosxeAaaAuthorizationConfigLists): any; export declare function dataIosxeAaaAuthorizationConfigListsToHclTerraform(struct?: DataIosxeAaaAuthorizationConfigLists): any; export declare class DataIosxeAaaAuthorizationConfigListsOutputReference 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(): DataIosxeAaaAuthorizationConfigLists | undefined; set internalValue(value: DataIosxeAaaAuthorizationConfigLists | undefined); get group1Cache(): any; get group1Group(): any; get group1Radius(): any; get group1Tacacs(): any; get name(): any; } export declare class DataIosxeAaaAuthorizationConfigListsList 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): DataIosxeAaaAuthorizationConfigListsOutputReference; } export interface DataIosxeAaaAuthorizationExecs { } export declare function dataIosxeAaaAuthorizationExecsToTerraform(struct?: DataIosxeAaaAuthorizationExecs): any; export declare function dataIosxeAaaAuthorizationExecsToHclTerraform(struct?: DataIosxeAaaAuthorizationExecs): any; export declare class DataIosxeAaaAuthorizationExecsOutputReference 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(): DataIosxeAaaAuthorizationExecs | undefined; set internalValue(value: DataIosxeAaaAuthorizationExecs | undefined); get a1Group(): any; get a1IfAuthenticated(): any; get a1Local(): any; get a1Radius(): any; get a1Tacacs(): any; get a2Group(): any; get a2IfAuthenticated(): any; get a2Local(): any; get a2Radius(): any; get a2Tacacs(): any; get a3Group(): any; get a3IfAuthenticated(): any; get a3Local(): any; get a3Radius(): any; get a3Tacacs(): any; get a4Group(): any; get a4IfAuthenticated(): any; get a4Local(): any; get a4Radius(): any; get a4Tacacs(): any; get name(): any; } export declare class DataIosxeAaaAuthorizationExecsList 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): DataIosxeAaaAuthorizationExecsOutputReference; } export interface DataIosxeAaaAuthorizationNetworks { } export declare function dataIosxeAaaAuthorizationNetworksToTerraform(struct?: DataIosxeAaaAuthorizationNetworks): any; export declare function dataIosxeAaaAuthorizationNetworksToHclTerraform(struct?: DataIosxeAaaAuthorizationNetworks): any; export declare class DataIosxeAaaAuthorizationNetworksOutputReference 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(): DataIosxeAaaAuthorizationNetworks | undefined; set internalValue(value: DataIosxeAaaAuthorizationNetworks | undefined); get a1Group(): any; get a1Local(): any; get a2Group(): any; get a2Local(): any; get a3Group(): any; get a3Local(): any; get a4Group(): any; get a4Local(): any; get id(): any; } export declare class DataIosxeAaaAuthorizationNetworksList 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): DataIosxeAaaAuthorizationNetworksOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/aaa_authorization iosxe_aaa_authorization} */ export declare class DataIosxeAaaAuthorization extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_aaa_authorization"; /** * Generates CDKTF code for importing a DataIosxeAaaAuthorization 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 DataIosxeAaaAuthorization to import * @param importFromId The id of the existing DataIosxeAaaAuthorization that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/aaa_authorization#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeAaaAuthorization 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_authorization iosxe_aaa_authorization} 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 DataIosxeAaaAuthorizationConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxeAaaAuthorizationConfig); private _commands; get commands(): DataIosxeAaaAuthorizationCommandsList; get configCommands(): any; private _configLists; get configLists(): DataIosxeAaaAuthorizationConfigListsList; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _execs; get execs(): DataIosxeAaaAuthorizationExecsList; get id(): any; private _networks; get networks(): DataIosxeAaaAuthorizationNetworksList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }