import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataIosxeEvpnInstanceConfig 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/evpn_instance#device DataIosxeEvpnInstance#device} */ readonly device?: string; /** * evpn instance number * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/evpn_instance#evpn_instance_num DataIosxeEvpnInstance#evpn_instance_num} */ readonly evpnInstanceNum: number; } export interface DataIosxeEvpnInstanceVlanBasedRouteTargetExports { } export declare function dataIosxeEvpnInstanceVlanBasedRouteTargetExportsToTerraform(struct?: DataIosxeEvpnInstanceVlanBasedRouteTargetExports): any; export declare function dataIosxeEvpnInstanceVlanBasedRouteTargetExportsToHclTerraform(struct?: DataIosxeEvpnInstanceVlanBasedRouteTargetExports): any; export declare class DataIosxeEvpnInstanceVlanBasedRouteTargetExportsOutputReference 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(): DataIosxeEvpnInstanceVlanBasedRouteTargetExports | undefined; set internalValue(value: DataIosxeEvpnInstanceVlanBasedRouteTargetExports | undefined); get routeTarget(): any; } export declare class DataIosxeEvpnInstanceVlanBasedRouteTargetExportsList 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): DataIosxeEvpnInstanceVlanBasedRouteTargetExportsOutputReference; } export interface DataIosxeEvpnInstanceVlanBasedRouteTargetImports { } export declare function dataIosxeEvpnInstanceVlanBasedRouteTargetImportsToTerraform(struct?: DataIosxeEvpnInstanceVlanBasedRouteTargetImports): any; export declare function dataIosxeEvpnInstanceVlanBasedRouteTargetImportsToHclTerraform(struct?: DataIosxeEvpnInstanceVlanBasedRouteTargetImports): any; export declare class DataIosxeEvpnInstanceVlanBasedRouteTargetImportsOutputReference 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(): DataIosxeEvpnInstanceVlanBasedRouteTargetImports | undefined; set internalValue(value: DataIosxeEvpnInstanceVlanBasedRouteTargetImports | undefined); get routeTarget(): any; } export declare class DataIosxeEvpnInstanceVlanBasedRouteTargetImportsList 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): DataIosxeEvpnInstanceVlanBasedRouteTargetImportsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/evpn_instance iosxe_evpn_instance} */ export declare class DataIosxeEvpnInstance extends cdktf.TerraformDataSource { static readonly tfResourceType = "iosxe_evpn_instance"; /** * Generates CDKTF code for importing a DataIosxeEvpnInstance 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 DataIosxeEvpnInstance to import * @param importFromId The id of the existing DataIosxeEvpnInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/ciscodevnet/iosxe/0.15.0/docs/data-sources/evpn_instance#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataIosxeEvpnInstance 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/evpn_instance iosxe_evpn_instance} 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 DataIosxeEvpnInstanceConfig */ constructor(scope: Construct, id: string, config: DataIosxeEvpnInstanceConfig); private _device?; get device(): string; set device(value: string); resetDevice(): void; get deviceInput(): string; private _evpnInstanceNum?; get evpnInstanceNum(): number; set evpnInstanceNum(value: number); get evpnInstanceNumInput(): number; get id(): any; get vlanBasedAutoRouteTarget(): any; get vlanBasedAutoRouteTargetLegacy(): any; get vlanBasedDefaultGatewayAdvertise(): any; get vlanBasedEncapsulation(): any; get vlanBasedIpLocalLearningDisable(): any; get vlanBasedIpLocalLearningEnable(): any; get vlanBasedMulticastAdvertise(): any; get vlanBasedRd(): any; get vlanBasedReOriginateRouteType5(): any; get vlanBasedReplicationTypeIngress(): any; get vlanBasedReplicationTypeMp2Mp(): any; get vlanBasedReplicationTypeP2Mp(): any; get vlanBasedReplicationTypeStatic(): any; get vlanBasedRouteTargetBothLegacy(): any; get vlanBasedRouteTargetExportLegacy(): any; private _vlanBasedRouteTargetExports; get vlanBasedRouteTargetExports(): DataIosxeEvpnInstanceVlanBasedRouteTargetExportsList; get vlanBasedRouteTargetImportLegacy(): any; private _vlanBasedRouteTargetImports; get vlanBasedRouteTargetImports(): DataIosxeEvpnInstanceVlanBasedRouteTargetImportsList; get vlanBasedRouteTargetLegacy(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }