UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

397 lines (396 loc) 26 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDevopsDeployPipelineConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_pipeline#deploy_pipeline_id DataOciDevopsDeployPipeline#deploy_pipeline_id} */ readonly deployPipelineId: string; } export interface DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItems { } export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItems): any; export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItems): any; export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItems | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItems | undefined); get deployStageId(): string; get displayName(): string; } export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsList 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): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStages { } export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStages): any; export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStages): any; export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStages | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStages | undefined); private _items; get items(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesItemsList; } export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesList 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): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineArtifactsItems { } export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItems): any; export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsItemsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifactsItems): any; export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItems | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineArtifactsItems | undefined); get deployArtifactId(): string; private _deployPipelineStages; get deployPipelineStages(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsDeployPipelineStagesList; get displayName(): string; } export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsList 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): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineArtifacts { } export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifacts): any; export declare function dataOciDevopsDeployPipelineDeployPipelineArtifactsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineArtifacts): any; export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineArtifacts | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineArtifacts | undefined); private _items; get items(): DataOciDevopsDeployPipelineDeployPipelineArtifactsItemsList; } export declare class DataOciDevopsDeployPipelineDeployPipelineArtifactsList 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): DataOciDevopsDeployPipelineDeployPipelineArtifactsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItems { } export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItems): any; export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItems): any; export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItems | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItems | undefined); get deployStageId(): string; get displayName(): string; } export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList 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): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStages { } export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStages): any; export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStages): any; export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStages | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStages | undefined); private _items; get items(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesItemsList; } export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesList 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): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItems { } export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItems): any; export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItems): any; export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItems | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItems | undefined); get deployEnvironmentId(): string; private _deployPipelineStages; get deployPipelineStages(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsDeployPipelineStagesList; get displayName(): string; } export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsList 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): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineEnvironments { } export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironments): any; export declare function dataOciDevopsDeployPipelineDeployPipelineEnvironmentsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineEnvironments): any; export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineEnvironments | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineEnvironments | undefined); private _items; get items(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsItemsList; } export declare class DataOciDevopsDeployPipelineDeployPipelineEnvironmentsList 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): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineParametersItems { } export declare function dataOciDevopsDeployPipelineDeployPipelineParametersItemsToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineParametersItems): any; export declare function dataOciDevopsDeployPipelineDeployPipelineParametersItemsToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineParametersItems): any; export declare class DataOciDevopsDeployPipelineDeployPipelineParametersItemsOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineParametersItems | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineParametersItems | undefined); get defaultValue(): string; get description(): string; get name(): string; } export declare class DataOciDevopsDeployPipelineDeployPipelineParametersItemsList 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): DataOciDevopsDeployPipelineDeployPipelineParametersItemsOutputReference; } export interface DataOciDevopsDeployPipelineDeployPipelineParameters { } export declare function dataOciDevopsDeployPipelineDeployPipelineParametersToTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineParameters): any; export declare function dataOciDevopsDeployPipelineDeployPipelineParametersToHclTerraform(struct?: DataOciDevopsDeployPipelineDeployPipelineParameters): any; export declare class DataOciDevopsDeployPipelineDeployPipelineParametersOutputReference 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(): DataOciDevopsDeployPipelineDeployPipelineParameters | undefined; set internalValue(value: DataOciDevopsDeployPipelineDeployPipelineParameters | undefined); private _items; get items(): DataOciDevopsDeployPipelineDeployPipelineParametersItemsList; } export declare class DataOciDevopsDeployPipelineDeployPipelineParametersList 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): DataOciDevopsDeployPipelineDeployPipelineParametersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_pipeline oci_devops_deploy_pipeline} */ export declare class DataOciDevopsDeployPipeline extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_devops_deploy_pipeline"; /** * Generates CDKTF code for importing a DataOciDevopsDeployPipeline 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 DataOciDevopsDeployPipeline to import * @param importFromId The id of the existing DataOciDevopsDeployPipeline that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_pipeline#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciDevopsDeployPipeline 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/devops_deploy_pipeline oci_devops_deploy_pipeline} 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 DataOciDevopsDeployPipelineConfig */ constructor(scope: Construct, id: string, config: DataOciDevopsDeployPipelineConfig); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; private _deployPipelineArtifacts; get deployPipelineArtifacts(): DataOciDevopsDeployPipelineDeployPipelineArtifactsList; private _deployPipelineEnvironments; get deployPipelineEnvironments(): DataOciDevopsDeployPipelineDeployPipelineEnvironmentsList; private _deployPipelineId?; get deployPipelineId(): string; set deployPipelineId(value: string); get deployPipelineIdInput(): string | undefined; private _deployPipelineParameters; get deployPipelineParameters(): DataOciDevopsDeployPipelineDeployPipelineParametersList; get description(): string; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get lifecycleDetails(): string; get projectId(): string; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }