rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
168 lines (167 loc) • 10.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciServiceMeshIngressGatewayRouteTableConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/service_mesh_ingress_gateway_route_table#ingress_gateway_route_table_id DataOciServiceMeshIngressGatewayRouteTable#ingress_gateway_route_table_id}
*/
readonly ingressGatewayRouteTableId: string;
}
export interface DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinations {
}
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsToTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinations): any;
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsToHclTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinations): any;
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsOutputReference 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(): DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinations | undefined;
set internalValue(value: DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinations | undefined);
get port(): number;
get virtualServiceId(): string;
get weight(): number;
}
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsList 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): DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsOutputReference;
}
export interface DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHost {
}
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostToTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHost): any;
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostToHclTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHost): any;
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostOutputReference 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(): DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHost | undefined;
set internalValue(value: DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHost | undefined);
get name(): string;
get port(): number;
}
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostList 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): DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostOutputReference;
}
export interface DataOciServiceMeshIngressGatewayRouteTableRouteRules {
}
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesToTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRules): any;
export declare function dataOciServiceMeshIngressGatewayRouteTableRouteRulesToHclTerraform(struct?: DataOciServiceMeshIngressGatewayRouteTableRouteRules): any;
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesOutputReference 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(): DataOciServiceMeshIngressGatewayRouteTableRouteRules | undefined;
set internalValue(value: DataOciServiceMeshIngressGatewayRouteTableRouteRules | undefined);
private _destinations;
get destinations(): DataOciServiceMeshIngressGatewayRouteTableRouteRulesDestinationsList;
private _ingressGatewayHost;
get ingressGatewayHost(): DataOciServiceMeshIngressGatewayRouteTableRouteRulesIngressGatewayHostList;
get isGrpc(): cdktf.IResolvable;
get isHostRewriteEnabled(): cdktf.IResolvable;
get isPathRewriteEnabled(): cdktf.IResolvable;
get path(): string;
get pathType(): string;
get requestTimeoutInMs(): string;
get type(): string;
}
export declare class DataOciServiceMeshIngressGatewayRouteTableRouteRulesList 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): DataOciServiceMeshIngressGatewayRouteTableRouteRulesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/service_mesh_ingress_gateway_route_table oci_service_mesh_ingress_gateway_route_table}
*/
export declare class DataOciServiceMeshIngressGatewayRouteTable extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_service_mesh_ingress_gateway_route_table";
/**
* Generates CDKTF code for importing a DataOciServiceMeshIngressGatewayRouteTable 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 DataOciServiceMeshIngressGatewayRouteTable to import
* @param importFromId The id of the existing DataOciServiceMeshIngressGatewayRouteTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/service_mesh_ingress_gateway_route_table#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciServiceMeshIngressGatewayRouteTable 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/service_mesh_ingress_gateway_route_table oci_service_mesh_ingress_gateway_route_table} 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 DataOciServiceMeshIngressGatewayRouteTableConfig
*/
constructor(scope: Construct, id: string, config: DataOciServiceMeshIngressGatewayRouteTableConfig);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get ingressGatewayId(): string;
private _ingressGatewayRouteTableId?;
get ingressGatewayRouteTableId(): string;
set ingressGatewayRouteTableId(value: string);
get ingressGatewayRouteTableIdInput(): string | undefined;
get lifecycleDetails(): string;
get name(): string;
get priority(): number;
private _routeRules;
get routeRules(): DataOciServiceMeshIngressGatewayRouteTableRouteRulesList;
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;
};
}