import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeEemConfig 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/eem#device DataIosxeEem#device} */ readonly device?: string; } export interface DataIosxeEemAppletsActions { } export declare function dataIosxeEemAppletsActionsToTerraform(struct?: DataIosxeEemAppletsActions): any; export declare function dataIosxeEemAppletsActionsToHclTerraform(struct?: DataIosxeEemAppletsActions): any; export declare class DataIosxeEemAppletsActionsOutputReference 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(): DataIosxeEemAppletsActions | undefined; set internalValue(value: DataIosxeEemAppletsActions | undefined); get appendValue(): any; get appendVarname(): any; get break(): any; get cliCommand(): any; get contextRetrieveKey(): any; get contextRetrieveVariable(): any; get contextSaveKey(): any; get contextSaveVariable(): any; get continue(): any; get counterName(): any; get counterOpDec(): any; get counterOpInc(): any; get counterOpNop(): any; get counterOpSet(): any; get counterValue(): any; get decrementValue(): any; get decrementVarname(): any; get divideOperand1(): any; get divideOperand2(): any; get else(): any; get elseifOperand1(): any; get elseifOperand2(): any; get elseifOperation(): any; get end(): any; get exit(): any; get foreachDelimiter(): any; get foreachIterator(): any; get foreachLoopvar(): any; get fetchs(): any; get handleErrorType(): any; get ifGoto(): any; get ifKeyword(): any; get ifStringOp1(): any; get ifStringOp2(): any; get incrementValue(): any; get incrementVarname(): any; get infoTypeSnmpTrapEnterpriseOid(): any; get infoTypeSnmpTrapGenericTrapnum(): any; get infoTypeSnmpTrapSpecificTrapnum(): any; get infoTypeSnmpTrapTrapOid(): any; get infoTypeSnmpTrapTrapVar(): any; get infoTypeSnmpVar(): any; get infoTypeSnmpVarOid(): any; get infoTypeSnmpVarOidType(): any; get infoTypeSnmpVarOidTypeValue(): any; get name(): any; get puts(): any; get regexpStringInput(): any; get regexpStringMatch(): any; get regexpStringMatch1(): any; get regexpStringMatch2(): any; get regexpStringMatch3(): any; get regexpStringPattern(): any; get reload(): any; get setValue(): any; get setVarname(): any; get snmpTrapIntdata1(): any; get snmpTrapIntdata2(): any; get snmpTrapStrdata(): any; get stringFirstStringOp1(): any; get stringFirstStringOp2(): any; get stringTrim(): any; get syslogFacility(): any; get syslogMsg(): any; get syslogPriority(): any; get wait(): any; get whileOperand1(): any; get whileOperand2(): any; get whileOperation(): any; } export declare class DataIosxeEemAppletsActionsList 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): DataIosxeEemAppletsActionsOutputReference; } export interface DataIosxeEemApplets { } export declare function dataIosxeEemAppletsToTerraform(struct?: DataIosxeEemApplets): any; export declare function dataIosxeEemAppletsToHclTerraform(struct?: DataIosxeEemApplets): any; export declare class DataIosxeEemAppletsOutputReference 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(): DataIosxeEemApplets | undefined; set internalValue(value: DataIosxeEemApplets | undefined); private _actions; get actions(): DataIosxeEemAppletsActionsList; get authorization(): any; get class(): any; get description(): any; get eventCliPattern(): any; get eventCliSkip(): any; get eventCliSync(): any; get eventSyslogMaxrun(): any; get eventSyslogOccurs(): any; get eventSyslogPattern(): any; get eventSyslogPeriod(): any; get eventSyslogRatelimit(): any; get eventTimerCronEntry(): any; get eventTimerCronMaxrun(): any; get eventTimerCronName(): any; get eventTimerCronRatelimit(): any; get eventTimerWatchdogMaxrun(): any; get eventTimerWatchdogName(): any; get eventTimerWatchdogRatelimit(): any; get eventTimerWatchdogTime(): any; get name(): any; } export declare class DataIosxeEemAppletsList 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): DataIosxeEemAppletsOutputReference; } export interface DataIosxeEemEnvironmentVariables { } export declare function dataIosxeEemEnvironmentVariablesToTerraform(struct?: DataIosxeEemEnvironmentVariables): any; export declare function dataIosxeEemEnvironmentVariablesToHclTerraform(struct?: DataIosxeEemEnvironmentVariables): any; export declare class DataIosxeEemEnvironmentVariablesOutputReference 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(): DataIosxeEemEnvironmentVariables | undefined; set internalValue(value: DataIosxeEemEnvironmentVariables | undefined); get name(): any; get value(): any; } export declare class DataIosxeEemEnvironmentVariablesList 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): DataIosxeEemEnvironmentVariablesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/eem iosxe_eem} */ export declare class DataIosxeEem extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_eem"; /** * Generates CDKTF code for importing a DataIosxeEem 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 DataIosxeEem to import * @param importFromId The id of the existing DataIosxeEem that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/eem#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeEem 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/eem iosxe_eem} 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 DataIosxeEemConfig = {} */ constructor(scope: Construct, id: string, config?: DataIosxeEemConfig); private _applets; get applets(): DataIosxeEemAppletsList; get detectorRoutingBootupDelay(): any; get detectorRpcMaxSessions(): any; private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; get directoryUserPolicy(): any; private _environmentVariables; get environmentVariables(): DataIosxeEemEnvironmentVariablesList; get historySizeEvents(): any; get historySizeTraps(): any; get id(): any; get schedulerAppletThreadClassDefault(): any; get schedulerAppletThreadClassNumber(): any; get sessionCliUsername(): any; get sessionCliUsernamePrivilege(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }