UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

261 lines (260 loc) 14.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciJmsJavaFamiliesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#display_name DataOciJmsJavaFamilies#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#family_version DataOciJmsJavaFamilies#family_version} */ readonly familyVersion?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#id DataOciJmsJavaFamilies#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/jms_java_families#is_supported_version DataOciJmsJavaFamilies#is_supported_version} */ readonly isSupportedVersion?: boolean | cdktf.IResolvable; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#filter DataOciJmsJavaFamilies#filter} */ readonly filter?: DataOciJmsJavaFamiliesFilter[] | cdktf.IResolvable; } export interface DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifacts { } export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsToTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifacts): any; export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsToHclTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifacts): any; export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsOutputReference 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(): DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifacts | undefined; set internalValue(value: DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifacts | undefined); get approximateFileSizeInBytes(): string; get architecture(): string; get artifactContentType(): string; get artifactDescription(): string; get artifactFileName(): string; get artifactId(): string; get downloadUrl(): string; get osFamily(): string; get packageType(): string; get packageTypeDetail(): string; get scriptChecksumUrl(): string; get scriptDownloadUrl(): string; get sha256(): string; } export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsList 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): DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsOutputReference; } export interface DataOciJmsJavaFamiliesJavaFamilyCollectionItems { } export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionItemsToTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollectionItems): any; export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionItemsToHclTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollectionItems): any; export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionItemsOutputReference 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(): DataOciJmsJavaFamiliesJavaFamilyCollectionItems | undefined; set internalValue(value: DataOciJmsJavaFamiliesJavaFamilyCollectionItems | undefined); get displayName(): string; get docUrl(): string; get endOfSupportLifeDate(): string; get familyVersion(): string; get isSupportedVersion(): cdktf.IResolvable; private _latestReleaseArtifacts; get latestReleaseArtifacts(): DataOciJmsJavaFamiliesJavaFamilyCollectionItemsLatestReleaseArtifactsList; get latestReleaseVersion(): string; get releaseDate(): string; get supportType(): string; } export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionItemsList 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): DataOciJmsJavaFamiliesJavaFamilyCollectionItemsOutputReference; } export interface DataOciJmsJavaFamiliesJavaFamilyCollection { } export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionToTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollection): any; export declare function dataOciJmsJavaFamiliesJavaFamilyCollectionToHclTerraform(struct?: DataOciJmsJavaFamiliesJavaFamilyCollection): any; export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionOutputReference 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(): DataOciJmsJavaFamiliesJavaFamilyCollection | undefined; set internalValue(value: DataOciJmsJavaFamiliesJavaFamilyCollection | undefined); private _items; get items(): DataOciJmsJavaFamiliesJavaFamilyCollectionItemsList; } export declare class DataOciJmsJavaFamiliesJavaFamilyCollectionList 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): DataOciJmsJavaFamiliesJavaFamilyCollectionOutputReference; } export interface DataOciJmsJavaFamiliesFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#name DataOciJmsJavaFamilies#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#regex DataOciJmsJavaFamilies#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#values DataOciJmsJavaFamilies#values} */ readonly values: string[]; } export declare function dataOciJmsJavaFamiliesFilterToTerraform(struct?: DataOciJmsJavaFamiliesFilter | cdktf.IResolvable): any; export declare function dataOciJmsJavaFamiliesFilterToHclTerraform(struct?: DataOciJmsJavaFamiliesFilter | cdktf.IResolvable): any; export declare class DataOciJmsJavaFamiliesFilterOutputReference 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(): DataOciJmsJavaFamiliesFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciJmsJavaFamiliesFilter | 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 DataOciJmsJavaFamiliesFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciJmsJavaFamiliesFilter[] | 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): DataOciJmsJavaFamiliesFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families oci_jms_java_families} */ export declare class DataOciJmsJavaFamilies extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_jms_java_families"; /** * Generates CDKTF code for importing a DataOciJmsJavaFamilies 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 DataOciJmsJavaFamilies to import * @param importFromId The id of the existing DataOciJmsJavaFamilies that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/jms_java_families#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciJmsJavaFamilies 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/jms_java_families oci_jms_java_families} 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 DataOciJmsJavaFamiliesConfig = {} */ constructor(scope: Construct, id: string, config?: DataOciJmsJavaFamiliesConfig); private _displayName?; get displayName(): string; set displayName(value: string); resetDisplayName(): void; get displayNameInput(): string | undefined; private _familyVersion?; get familyVersion(): string; set familyVersion(value: string); resetFamilyVersion(): void; get familyVersionInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _isSupportedVersion?; get isSupportedVersion(): boolean | cdktf.IResolvable; set isSupportedVersion(value: boolean | cdktf.IResolvable); resetIsSupportedVersion(): void; get isSupportedVersionInput(): boolean | cdktf.IResolvable | undefined; private _javaFamilyCollection; get javaFamilyCollection(): DataOciJmsJavaFamiliesJavaFamilyCollectionList; private _filter; get filter(): DataOciJmsJavaFamiliesFilterList; putFilter(value: DataOciJmsJavaFamiliesFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciJmsJavaFamiliesFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }