rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
165 lines (164 loc) • 9.85 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDevopsDeployEnvironmentConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_environment#deploy_environment_id DataOciDevopsDeployEnvironment#deploy_environment_id}
*/
readonly deployEnvironmentId: string;
}
export interface DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItems {
}
export declare function dataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsToTerraform(struct?: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItems): any;
export declare function dataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsToHclTerraform(struct?: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItems): any;
export declare class DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsOutputReference 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(): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItems | undefined;
set internalValue(value: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItems | undefined);
get computeInstanceIds(): string[];
get query(): string;
get region(): string;
get selectorType(): string;
}
export declare class DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsList 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): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsOutputReference;
}
export interface DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectors {
}
export declare function dataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsToTerraform(struct?: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectors): any;
export declare function dataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsToHclTerraform(struct?: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectors): any;
export declare class DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsOutputReference 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(): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectors | undefined;
set internalValue(value: DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectors | undefined);
private _items;
get items(): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsItemsList;
}
export declare class DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsList 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): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsOutputReference;
}
export interface DataOciDevopsDeployEnvironmentNetworkChannel {
}
export declare function dataOciDevopsDeployEnvironmentNetworkChannelToTerraform(struct?: DataOciDevopsDeployEnvironmentNetworkChannel): any;
export declare function dataOciDevopsDeployEnvironmentNetworkChannelToHclTerraform(struct?: DataOciDevopsDeployEnvironmentNetworkChannel): any;
export declare class DataOciDevopsDeployEnvironmentNetworkChannelOutputReference 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(): DataOciDevopsDeployEnvironmentNetworkChannel | undefined;
set internalValue(value: DataOciDevopsDeployEnvironmentNetworkChannel | undefined);
get networkChannelType(): string;
get nsgIds(): string[];
get subnetId(): string;
}
export declare class DataOciDevopsDeployEnvironmentNetworkChannelList 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): DataOciDevopsDeployEnvironmentNetworkChannelOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_environment oci_devops_deploy_environment}
*/
export declare class DataOciDevopsDeployEnvironment extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_devops_deploy_environment";
/**
* Generates CDKTF code for importing a DataOciDevopsDeployEnvironment 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 DataOciDevopsDeployEnvironment to import
* @param importFromId The id of the existing DataOciDevopsDeployEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/devops_deploy_environment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDevopsDeployEnvironment 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_environment oci_devops_deploy_environment} 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 DataOciDevopsDeployEnvironmentConfig
*/
constructor(scope: Construct, id: string, config: DataOciDevopsDeployEnvironmentConfig);
get clusterId(): string;
get compartmentId(): string;
private _computeInstanceGroupSelectors;
get computeInstanceGroupSelectors(): DataOciDevopsDeployEnvironmentComputeInstanceGroupSelectorsList;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _deployEnvironmentId?;
get deployEnvironmentId(): string;
set deployEnvironmentId(value: string);
get deployEnvironmentIdInput(): string | undefined;
get deployEnvironmentType(): string;
get description(): string;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get functionId(): string;
get id(): string;
get lifecycleDetails(): string;
private _networkChannel;
get networkChannel(): DataOciDevopsDeployEnvironmentNetworkChannelList;
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;
};
}