rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
252 lines (251 loc) • 16.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOsManagementHubSoftwareSourceConfig 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_source#software_source_id DataOciOsManagementHubSoftwareSource#software_source_id}
*/
readonly softwareSourceId: string;
}
export interface DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilters {
}
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersToTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilters): any;
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilters): any;
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersOutputReference 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(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilters | undefined;
set internalValue(value: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFilters | undefined);
get filterType(): string;
get moduleName(): string;
get profileName(): string;
get streamName(): string;
}
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersList 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): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFilters {
}
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersToTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFilters): any;
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFilters): any;
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersOutputReference 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(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFilters | undefined;
set internalValue(value: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFilters | undefined);
get filterType(): string;
get packageName(): string;
get packageNamePattern(): string;
get packageVersion(): string;
}
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersList 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): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFilters {
}
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersToTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFilters): any;
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFilters): any;
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersOutputReference 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(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFilters | undefined;
set internalValue(value: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFilters | undefined);
get filterType(): string;
get packageGroups(): string[];
}
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersList 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): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilter {
}
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterToTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilter): any;
export declare function dataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilter): any;
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterOutputReference 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(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilter | undefined;
set internalValue(value: DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilter | undefined);
private _moduleStreamProfileFilters;
get moduleStreamProfileFilters(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterModuleStreamProfileFiltersList;
private _packageFilters;
get packageFilters(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageFiltersList;
private _packageGroupFilters;
get packageGroupFilters(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterPackageGroupFiltersList;
}
export declare class DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterList 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): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterOutputReference;
}
export interface DataOciOsManagementHubSoftwareSourceVendorSoftwareSources {
}
export declare function dataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesToTerraform(struct?: DataOciOsManagementHubSoftwareSourceVendorSoftwareSources): any;
export declare function dataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesToHclTerraform(struct?: DataOciOsManagementHubSoftwareSourceVendorSoftwareSources): any;
export declare class DataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesOutputReference 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(): DataOciOsManagementHubSoftwareSourceVendorSoftwareSources | undefined;
set internalValue(value: DataOciOsManagementHubSoftwareSourceVendorSoftwareSources | undefined);
get displayName(): string;
get id(): string;
}
export declare class DataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesList 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): DataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/os_management_hub_software_source oci_os_management_hub_software_source}
*/
export declare class DataOciOsManagementHubSoftwareSource extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_os_management_hub_software_source";
/**
* Generates CDKTF code for importing a DataOciOsManagementHubSoftwareSource 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 DataOciOsManagementHubSoftwareSource to import
* @param importFromId The id of the existing DataOciOsManagementHubSoftwareSource 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_source#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciOsManagementHubSoftwareSource 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_source oci_os_management_hub_software_source} 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 DataOciOsManagementHubSoftwareSourceConfig
*/
constructor(scope: Construct, id: string, config: DataOciOsManagementHubSoftwareSourceConfig);
get archType(): string;
get availability(): string;
get availabilityAtOci(): string;
get checksumType(): string;
get compartmentId(): string;
private _customSoftwareSourceFilter;
get customSoftwareSourceFilter(): DataOciOsManagementHubSoftwareSourceCustomSoftwareSourceFilterList;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get gpgKeyFingerprint(): string;
get gpgKeyId(): string;
get gpgKeyUrl(): string;
get id(): string;
get isAutoResolveDependencies(): cdktf.IResolvable;
get isAutomaticallyUpdated(): cdktf.IResolvable;
get isCreatedFromPackageList(): cdktf.IResolvable;
get isLatestContentOnly(): cdktf.IResolvable;
get isMandatoryForAutonomousLinux(): cdktf.IResolvable;
get originSoftwareSourceId(): string;
get osFamily(): string;
get packageCount(): string;
get packages(): string[];
get repoId(): string;
get size(): number;
private _softwareSourceId?;
get softwareSourceId(): string;
set softwareSourceId(value: string);
get softwareSourceIdInput(): string | undefined;
get softwareSourceType(): string;
get softwareSourceVersion(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get url(): string;
get vendorName(): string;
private _vendorSoftwareSources;
get vendorSoftwareSources(): DataOciOsManagementHubSoftwareSourceVendorSoftwareSourcesList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}