UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

366 lines (365 loc) 21.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciOsManagementHubSoftwareSourcesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#arch_type DataOciOsManagementHubSoftwareSources#arch_type} */ readonly archType?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#availability DataOciOsManagementHubSoftwareSources#availability} */ readonly availability?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#availability_anywhere DataOciOsManagementHubSoftwareSources#availability_anywhere} */ readonly availabilityAnywhere?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#availability_at_oci DataOciOsManagementHubSoftwareSources#availability_at_oci} */ readonly availabilityAtOci?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#compartment_id DataOciOsManagementHubSoftwareSources#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#display_name DataOciOsManagementHubSoftwareSources#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#display_name_contains DataOciOsManagementHubSoftwareSources#display_name_contains} */ readonly displayNameContains?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#display_name_not_equal_to DataOciOsManagementHubSoftwareSources#display_name_not_equal_to} */ readonly displayNameNotEqualTo?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#id DataOciOsManagementHubSoftwareSources#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/os_management_hub_software_sources#is_mandatory_for_autonomous_linux DataOciOsManagementHubSoftwareSources#is_mandatory_for_autonomous_linux} */ readonly isMandatoryForAutonomousLinux?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#os_family DataOciOsManagementHubSoftwareSources#os_family} */ readonly osFamily?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#software_source_id DataOciOsManagementHubSoftwareSources#software_source_id} */ readonly softwareSourceId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#software_source_type DataOciOsManagementHubSoftwareSources#software_source_type} */ readonly softwareSourceType?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#state DataOciOsManagementHubSoftwareSources#state} */ readonly state?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#vendor_name DataOciOsManagementHubSoftwareSources#vendor_name} */ readonly vendorName?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#filter DataOciOsManagementHubSoftwareSources#filter} */ readonly filter?: DataOciOsManagementHubSoftwareSourcesFilter[] | cdktf.IResolvable; } export interface DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSources { } export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesToTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSources): any; export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSources): any; export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesOutputReference 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(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSources | undefined; set internalValue(value: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSources | undefined); get displayName(): string; get id(): string; } export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesList 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): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesOutputReference; } export interface DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItems { } export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsToTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItems): any; export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItems): any; export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsOutputReference 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(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItems | undefined; set internalValue(value: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItems | undefined); get archType(): string; get availability(): string; get availabilityAtOci(): string; get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get isMandatoryForAutonomousLinux(): cdktf.IResolvable; get osFamily(): string; get packageCount(): string; get repoId(): string; get size(): number; get softwareSourceType(): string; get softwareSourceVersion(): string; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; get url(): string; get vendorName(): string; private _vendorSoftwareSources; get vendorSoftwareSources(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsVendorSoftwareSourcesList; } export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsList 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): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsOutputReference; } export interface DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollection { } export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionToTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollection): any; export declare function dataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollection): any; export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionOutputReference 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(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollection | undefined; set internalValue(value: DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollection | undefined); private _items; get items(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionItemsList; } export declare class DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionList 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): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionOutputReference; } export interface DataOciOsManagementHubSoftwareSourcesFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#name DataOciOsManagementHubSoftwareSources#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#regex DataOciOsManagementHubSoftwareSources#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#values DataOciOsManagementHubSoftwareSources#values} */ readonly values: string[]; } export declare function dataOciOsManagementHubSoftwareSourcesFilterToTerraform(struct?: DataOciOsManagementHubSoftwareSourcesFilter | cdktf.IResolvable): any; export declare function dataOciOsManagementHubSoftwareSourcesFilterToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourcesFilter | cdktf.IResolvable): any; export declare class DataOciOsManagementHubSoftwareSourcesFilterOutputReference 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(): DataOciOsManagementHubSoftwareSourcesFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciOsManagementHubSoftwareSourcesFilter | 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 DataOciOsManagementHubSoftwareSourcesFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciOsManagementHubSoftwareSourcesFilter[] | 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): DataOciOsManagementHubSoftwareSourcesFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources oci_os_management_hub_software_sources} */ export declare class DataOciOsManagementHubSoftwareSources extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_os_management_hub_software_sources"; /** * Generates CDKTF code for importing a DataOciOsManagementHubSoftwareSources 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 DataOciOsManagementHubSoftwareSources to import * @param importFromId The id of the existing DataOciOsManagementHubSoftwareSources that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_sources#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciOsManagementHubSoftwareSources 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/os_management_hub_software_sources oci_os_management_hub_software_sources} 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 DataOciOsManagementHubSoftwareSourcesConfig = {} */ constructor(scope: Construct, id: string, config?: DataOciOsManagementHubSoftwareSourcesConfig); private _archType?; get archType(): string[]; set archType(value: string[]); resetArchType(): void; get archTypeInput(): string[] | undefined; private _availability?; get availability(): string[]; set availability(value: string[]); resetAvailability(): void; get availabilityInput(): string[] | undefined; private _availabilityAnywhere?; get availabilityAnywhere(): string[]; set availabilityAnywhere(value: string[]); resetAvailabilityAnywhere(): void; get availabilityAnywhereInput(): string[] | undefined; private _availabilityAtOci?; get availabilityAtOci(): string[]; set availabilityAtOci(value: string[]); resetAvailabilityAtOci(): void; get availabilityAtOciInput(): string[] | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); resetCompartmentId(): void; get compartmentIdInput(): string | undefined; private _displayName?; get displayName(): string; set displayName(value: string); resetDisplayName(): void; get displayNameInput(): string | undefined; private _displayNameContains?; get displayNameContains(): string; set displayNameContains(value: string); resetDisplayNameContains(): void; get displayNameContainsInput(): string | undefined; private _displayNameNotEqualTo?; get displayNameNotEqualTo(): string[]; set displayNameNotEqualTo(value: string[]); resetDisplayNameNotEqualTo(): void; get displayNameNotEqualToInput(): string[] | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _isMandatoryForAutonomousLinux?; get isMandatoryForAutonomousLinux(): boolean | cdktf.IResolvable; set isMandatoryForAutonomousLinux(value: boolean | cdktf.IResolvable); resetIsMandatoryForAutonomousLinux(): void; get isMandatoryForAutonomousLinuxInput(): boolean | cdktf.IResolvable | undefined; private _osFamily?; get osFamily(): string[]; set osFamily(value: string[]); resetOsFamily(): void; get osFamilyInput(): string[] | undefined; private _softwareSourceCollection; get softwareSourceCollection(): DataOciOsManagementHubSoftwareSourcesSoftwareSourceCollectionList; private _softwareSourceId?; get softwareSourceId(): string; set softwareSourceId(value: string); resetSoftwareSourceId(): void; get softwareSourceIdInput(): string | undefined; private _softwareSourceType?; get softwareSourceType(): string[]; set softwareSourceType(value: string[]); resetSoftwareSourceType(): void; get softwareSourceTypeInput(): string[] | undefined; private _state?; get state(): string[]; set state(value: string[]); resetState(): void; get stateInput(): string[] | undefined; private _vendorName?; get vendorName(): string; set vendorName(value: string); resetVendorName(): void; get vendorNameInput(): string | undefined; private _filter; get filter(): DataOciOsManagementHubSoftwareSourcesFilterList; putFilter(value: DataOciOsManagementHubSoftwareSourcesFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciOsManagementHubSoftwareSourcesFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }