UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

555 lines (554 loc) 31.9 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciOnesubscriptionInvoicesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#ar_customer_transaction_id DataOciOnesubscriptionInvoices#ar_customer_transaction_id} */ readonly arCustomerTransactionId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#compartment_id DataOciOnesubscriptionInvoices#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#fields DataOciOnesubscriptionInvoices#fields} */ readonly fields?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#id DataOciOnesubscriptionInvoices#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#time_from DataOciOnesubscriptionInvoices#time_from} */ readonly timeFrom?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#time_to DataOciOnesubscriptionInvoices#time_to} */ readonly timeTo?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#filter DataOciOnesubscriptionInvoices#filter} */ readonly filter?: DataOciOnesubscriptionInvoicesFilter[] | cdktf.IResolvable; } export interface DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocation { } export declare function dataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocation): any; export declare function dataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocation): any; export declare class DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocation | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocation | undefined); get address1(): string; get address2(): string; get city(): string; get country(): string; get postalCode(): string; get region(): string; get tcaLocationId(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationList 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): DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesBillToAddress { } export declare function dataOciOnesubscriptionInvoicesInvoicesBillToAddressToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToAddress): any; export declare function dataOciOnesubscriptionInvoicesInvoicesBillToAddressToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToAddress): any; export declare class DataOciOnesubscriptionInvoicesInvoicesBillToAddressOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesBillToAddress | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesBillToAddress | undefined); get billSiteUseId(): string; get isBillTo(): cdktf.IResolvable; get isShipTo(): cdktf.IResolvable; private _location; get location(): DataOciOnesubscriptionInvoicesInvoicesBillToAddressLocationList; get name(): string; get phone(): string; get service2SiteUseId(): string; get tcaCustAcctSiteId(): string; get tcaPartySiteNumber(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesBillToAddressList 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): DataOciOnesubscriptionInvoicesInvoicesBillToAddressOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesBillToContact { } export declare function dataOciOnesubscriptionInvoicesInvoicesBillToContactToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToContact): any; export declare function dataOciOnesubscriptionInvoicesInvoicesBillToContactToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToContact): any; export declare class DataOciOnesubscriptionInvoicesInvoicesBillToContactOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesBillToContact | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesBillToContact | undefined); get email(): string; get firstName(): string; get lastName(): string; get name(): string; get tcaContactId(): string; get tcaCustAccntSiteId(): string; get tcaPartyId(): string; get userName(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesBillToContactList 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): DataOciOnesubscriptionInvoicesInvoicesBillToContactOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesBillToCustomer { } export declare function dataOciOnesubscriptionInvoicesInvoicesBillToCustomerToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToCustomer): any; export declare function dataOciOnesubscriptionInvoicesInvoicesBillToCustomerToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesBillToCustomer): any; export declare class DataOciOnesubscriptionInvoicesInvoicesBillToCustomerOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesBillToCustomer | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesBillToCustomer | undefined); get customerChainType(): string; get isChainCustomer(): cdktf.IResolvable; get isPublicSector(): cdktf.IResolvable; get name(): string; get namePhonetic(): string; get tcaCustomerAccountId(): string; get tcaCustomerAccountNumber(): string; get tcaPartyId(): string; get tcaPartyNumber(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesBillToCustomerList 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): DataOciOnesubscriptionInvoicesInvoicesBillToCustomerOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesCurrency { } export declare function dataOciOnesubscriptionInvoicesInvoicesCurrencyToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesCurrency): any; export declare function dataOciOnesubscriptionInvoicesInvoicesCurrencyToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesCurrency): any; export declare class DataOciOnesubscriptionInvoicesInvoicesCurrencyOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesCurrency | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesCurrency | undefined); get isoCode(): string; get name(): string; get stdPrecision(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesCurrencyList 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): DataOciOnesubscriptionInvoicesInvoicesCurrencyOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProduct { } export declare function dataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProduct): any; export declare function dataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProduct): any; export declare class DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProduct | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProduct | undefined); get billingCategory(): string; get name(): string; get partNumber(): string; get productCategory(): string; get ucmRateCardPartType(): string; get unitOfMeasure(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductList 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): DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesInvoiceLines { } export declare function dataOciOnesubscriptionInvoicesInvoicesInvoiceLinesToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesInvoiceLines): any; export declare function dataOciOnesubscriptionInvoicesInvoicesInvoiceLinesToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesInvoiceLines): any; export declare class DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesInvoiceLines | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesInvoiceLines | undefined); get arInvoiceNumber(): string; get dataCenter(): string; get id(): string; private _product; get product(): DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesProductList; get timeEnd(): string; get timeStart(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesList 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): DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesOrganization { } export declare function dataOciOnesubscriptionInvoicesInvoicesOrganizationToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesOrganization): any; export declare function dataOciOnesubscriptionInvoicesInvoicesOrganizationToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesOrganization): any; export declare class DataOciOnesubscriptionInvoicesInvoicesOrganizationOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesOrganization | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesOrganization | undefined); get name(): string; get number(): number; } export declare class DataOciOnesubscriptionInvoicesInvoicesOrganizationList 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): DataOciOnesubscriptionInvoicesInvoicesOrganizationOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoicesPaymentTerm { } export declare function dataOciOnesubscriptionInvoicesInvoicesPaymentTermToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesPaymentTerm): any; export declare function dataOciOnesubscriptionInvoicesInvoicesPaymentTermToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoicesPaymentTerm): any; export declare class DataOciOnesubscriptionInvoicesInvoicesPaymentTermOutputReference 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(): DataOciOnesubscriptionInvoicesInvoicesPaymentTerm | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoicesPaymentTerm | undefined); get createdBy(): string; get description(): string; get isActive(): cdktf.IResolvable; get name(): string; get timeCreated(): string; get timeUpdated(): string; get updatedBy(): string; get value(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesPaymentTermList 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): DataOciOnesubscriptionInvoicesInvoicesPaymentTermOutputReference; } export interface DataOciOnesubscriptionInvoicesInvoices { } export declare function dataOciOnesubscriptionInvoicesInvoicesToTerraform(struct?: DataOciOnesubscriptionInvoicesInvoices): any; export declare function dataOciOnesubscriptionInvoicesInvoicesToHclTerraform(struct?: DataOciOnesubscriptionInvoicesInvoices): any; export declare class DataOciOnesubscriptionInvoicesInvoicesOutputReference 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(): DataOciOnesubscriptionInvoicesInvoices | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesInvoices | undefined); get arInvoices(): string; private _billToAddress; get billToAddress(): DataOciOnesubscriptionInvoicesInvoicesBillToAddressList; private _billToContact; get billToContact(): DataOciOnesubscriptionInvoicesInvoicesBillToContactList; private _billToCustomer; get billToCustomer(): DataOciOnesubscriptionInvoicesInvoicesBillToCustomerList; get createdBy(): string; private _currency; get currency(): DataOciOnesubscriptionInvoicesInvoicesCurrencyList; private _invoiceLines; get invoiceLines(): DataOciOnesubscriptionInvoicesInvoicesInvoiceLinesList; private _organization; get organization(): DataOciOnesubscriptionInvoicesInvoicesOrganizationList; get paymentMethod(): string; private _paymentTerm; get paymentTerm(): DataOciOnesubscriptionInvoicesInvoicesPaymentTermList; get receiptMethod(): string; get spmInvoiceNumber(): string; get status(): string; get subscriptionNumber(): string; get timeCreated(): string; get timeInvoiceDate(): string; get timeUpdated(): string; get type(): string; get updatedBy(): string; } export declare class DataOciOnesubscriptionInvoicesInvoicesList 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): DataOciOnesubscriptionInvoicesInvoicesOutputReference; } export interface DataOciOnesubscriptionInvoicesFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#name DataOciOnesubscriptionInvoices#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#regex DataOciOnesubscriptionInvoices#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#values DataOciOnesubscriptionInvoices#values} */ readonly values: string[]; } export declare function dataOciOnesubscriptionInvoicesFilterToTerraform(struct?: DataOciOnesubscriptionInvoicesFilter | cdktf.IResolvable): any; export declare function dataOciOnesubscriptionInvoicesFilterToHclTerraform(struct?: DataOciOnesubscriptionInvoicesFilter | cdktf.IResolvable): any; export declare class DataOciOnesubscriptionInvoicesFilterOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataOciOnesubscriptionInvoicesFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciOnesubscriptionInvoicesFilter | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string | undefined; private _regex?; get regex(): boolean | cdktf.IResolvable; set regex(value: boolean | cdktf.IResolvable); resetRegex(): void; get regexInput(): boolean | cdktf.IResolvable | undefined; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[] | undefined; } export declare class DataOciOnesubscriptionInvoicesFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciOnesubscriptionInvoicesFilter[] | cdktf.IResolvable; /** * @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): DataOciOnesubscriptionInvoicesFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices oci_onesubscription_invoices} */ export declare class DataOciOnesubscriptionInvoices extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_onesubscription_invoices"; /** * Generates CDKTF code for importing a DataOciOnesubscriptionInvoices resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataOciOnesubscriptionInvoices to import * @param importFromId The id of the existing DataOciOnesubscriptionInvoices that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciOnesubscriptionInvoices to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/onesubscription_invoices oci_onesubscription_invoices} 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 DataOciOnesubscriptionInvoicesConfig */ constructor(scope: Construct, id: string, config: DataOciOnesubscriptionInvoicesConfig); private _arCustomerTransactionId?; get arCustomerTransactionId(): string; set arCustomerTransactionId(value: string); get arCustomerTransactionIdInput(): string | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _fields?; get fields(): string[]; set fields(value: string[]); resetFields(): void; get fieldsInput(): string[] | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _invoices; get invoices(): DataOciOnesubscriptionInvoicesInvoicesList; private _timeFrom?; get timeFrom(): string; set timeFrom(value: string); resetTimeFrom(): void; get timeFromInput(): string | undefined; private _timeTo?; get timeTo(): string; set timeTo(value: string); resetTimeTo(): void; get timeToInput(): string | undefined; private _filter; get filter(): DataOciOnesubscriptionInvoicesFilterList; putFilter(value: DataOciOnesubscriptionInvoicesFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciOnesubscriptionInvoicesFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }