UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

303 lines (302 loc) 18 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciMediaServicesMediaWorkflowsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#compartment_id DataOciMediaServicesMediaWorkflows#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#display_name DataOciMediaServicesMediaWorkflows#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#id DataOciMediaServicesMediaWorkflows#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/media_services_media_workflows#state DataOciMediaServicesMediaWorkflows#state} */ readonly state?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#filter DataOciMediaServicesMediaWorkflows#filter} */ readonly filter?: DataOciMediaServicesMediaWorkflowsFilter[] | cdktf.IResolvable; } export interface DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocks { } export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksToTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocks): any; export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksToHclTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocks): any; export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksOutputReference 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(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocks | undefined; set internalValue(value: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocks | undefined); get compartmentId(): string; get message(): string; get relatedResourceId(): string; get timeCreated(): string; get type(): string; } export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksList 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): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksOutputReference; } export interface DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasks { } export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksToTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasks): any; export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksToHclTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasks): any; export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksOutputReference 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(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasks | undefined; set internalValue(value: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasks | undefined); get enableParameterReference(): string; private _enableWhenReferencedParameterEquals; get enableWhenReferencedParameterEquals(): cdktf.StringMap; get key(): string; get parameters(): string; get prerequisites(): string[]; get type(): string; get version(): string; } export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksList 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): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksOutputReference; } export interface DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItems { } export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsToTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItems): any; export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsToHclTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItems): any; export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsOutputReference 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(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItems | undefined; set internalValue(value: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItems | undefined); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get isLockOverride(): cdktf.IResolvable; get lifecyleDetails(): string; private _locks; get locks(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsLocksList; get mediaWorkflowConfigurationIds(): string[]; get parameters(): string; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; private _tasks; get tasks(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsTasksList; get timeCreated(): string; get timeUpdated(): string; get version(): string; } export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsList 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): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsOutputReference; } export interface DataOciMediaServicesMediaWorkflowsMediaWorkflowCollection { } export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionToTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollection): any; export declare function dataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionToHclTerraform(struct?: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollection): any; export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionOutputReference 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(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollection | undefined; set internalValue(value: DataOciMediaServicesMediaWorkflowsMediaWorkflowCollection | undefined); private _items; get items(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionItemsList; } export declare class DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionList 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): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionOutputReference; } export interface DataOciMediaServicesMediaWorkflowsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#name DataOciMediaServicesMediaWorkflows#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#regex DataOciMediaServicesMediaWorkflows#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#values DataOciMediaServicesMediaWorkflows#values} */ readonly values: string[]; } export declare function dataOciMediaServicesMediaWorkflowsFilterToTerraform(struct?: DataOciMediaServicesMediaWorkflowsFilter | cdktf.IResolvable): any; export declare function dataOciMediaServicesMediaWorkflowsFilterToHclTerraform(struct?: DataOciMediaServicesMediaWorkflowsFilter | cdktf.IResolvable): any; export declare class DataOciMediaServicesMediaWorkflowsFilterOutputReference 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(): DataOciMediaServicesMediaWorkflowsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciMediaServicesMediaWorkflowsFilter | 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 DataOciMediaServicesMediaWorkflowsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciMediaServicesMediaWorkflowsFilter[] | 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): DataOciMediaServicesMediaWorkflowsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows oci_media_services_media_workflows} */ export declare class DataOciMediaServicesMediaWorkflows extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_media_services_media_workflows"; /** * Generates CDKTF code for importing a DataOciMediaServicesMediaWorkflows 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 DataOciMediaServicesMediaWorkflows to import * @param importFromId The id of the existing DataOciMediaServicesMediaWorkflows that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/media_services_media_workflows#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciMediaServicesMediaWorkflows 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/media_services_media_workflows oci_media_services_media_workflows} 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 DataOciMediaServicesMediaWorkflowsConfig = {} */ constructor(scope: Construct, id: string, config?: DataOciMediaServicesMediaWorkflowsConfig); 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 _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _mediaWorkflowCollection; get mediaWorkflowCollection(): DataOciMediaServicesMediaWorkflowsMediaWorkflowCollectionList; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string | undefined; private _filter; get filter(): DataOciMediaServicesMediaWorkflowsFilterList; putFilter(value: DataOciMediaServicesMediaWorkflowsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciMediaServicesMediaWorkflowsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }