rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
618 lines (617 loc) • 39 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciCoreSecurityListsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#compartment_id DataOciCoreSecurityLists#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#display_name DataOciCoreSecurityLists#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#id DataOciCoreSecurityLists#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/core_security_lists#state DataOciCoreSecurityLists#state}
*/
readonly state?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#vcn_id DataOciCoreSecurityLists#vcn_id}
*/
readonly vcnId?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#filter DataOciCoreSecurityLists#filter}
*/
readonly filter?: DataOciCoreSecurityListsFilter[] | cdktf.IResolvable;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptions | undefined);
get code(): number;
get type(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRange {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRange): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRange): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRange | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRange | undefined);
get max(): number;
get min(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptions | undefined);
get max(): number;
get min(): number;
private _sourcePortRange;
get sourcePortRange(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsSourcePortRangeList;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRange {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRange): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRange): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRange | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRange | undefined);
get max(): number;
get min(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptions | undefined);
get max(): number;
get min(): number;
private _sourcePortRange;
get sourcePortRange(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsSourcePortRangeList;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsEgressSecurityRules {
}
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesToTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRules): any;
export declare function dataOciCoreSecurityListsSecurityListsEgressSecurityRulesToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsEgressSecurityRules): any;
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesOutputReference 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(): DataOciCoreSecurityListsSecurityListsEgressSecurityRules | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsEgressSecurityRules | undefined);
get description(): string;
get destination(): string;
get destinationType(): string;
private _icmpOptions;
get icmpOptions(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesIcmpOptionsList;
get protocol(): string;
get stateless(): cdktf.IResolvable;
private _tcpOptions;
get tcpOptions(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesTcpOptionsList;
private _udpOptions;
get udpOptions(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesUdpOptionsList;
}
export declare class DataOciCoreSecurityListsSecurityListsEgressSecurityRulesList 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): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptions | undefined);
get code(): number;
get type(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRange {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRange): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRange): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRange | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRange | undefined);
get max(): number;
get min(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptions | undefined);
get max(): number;
get min(): number;
private _sourcePortRange;
get sourcePortRange(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsSourcePortRangeList;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRange {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRange): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRange): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRange | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRange | undefined);
get max(): number;
get min(): number;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptions {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptions): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptions): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptions | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptions | undefined);
get max(): number;
get min(): number;
private _sourcePortRange;
get sourcePortRange(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsSourcePortRangeList;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsOutputReference;
}
export interface DataOciCoreSecurityListsSecurityListsIngressSecurityRules {
}
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesToTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRules): any;
export declare function dataOciCoreSecurityListsSecurityListsIngressSecurityRulesToHclTerraform(struct?: DataOciCoreSecurityListsSecurityListsIngressSecurityRules): any;
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesOutputReference 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(): DataOciCoreSecurityListsSecurityListsIngressSecurityRules | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityListsIngressSecurityRules | undefined);
get description(): string;
private _icmpOptions;
get icmpOptions(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesIcmpOptionsList;
get protocol(): string;
get source(): string;
get sourceType(): string;
get stateless(): cdktf.IResolvable;
private _tcpOptions;
get tcpOptions(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesTcpOptionsList;
private _udpOptions;
get udpOptions(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesUdpOptionsList;
}
export declare class DataOciCoreSecurityListsSecurityListsIngressSecurityRulesList 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): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesOutputReference;
}
export interface DataOciCoreSecurityListsSecurityLists {
}
export declare function dataOciCoreSecurityListsSecurityListsToTerraform(struct?: DataOciCoreSecurityListsSecurityLists): any;
export declare function dataOciCoreSecurityListsSecurityListsToHclTerraform(struct?: DataOciCoreSecurityListsSecurityLists): any;
export declare class DataOciCoreSecurityListsSecurityListsOutputReference 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(): DataOciCoreSecurityListsSecurityLists | undefined;
set internalValue(value: DataOciCoreSecurityListsSecurityLists | undefined);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _egressSecurityRules;
get egressSecurityRules(): DataOciCoreSecurityListsSecurityListsEgressSecurityRulesList;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
private _ingressSecurityRules;
get ingressSecurityRules(): DataOciCoreSecurityListsSecurityListsIngressSecurityRulesList;
get state(): string;
get timeCreated(): string;
get vcnId(): string;
}
export declare class DataOciCoreSecurityListsSecurityListsList 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): DataOciCoreSecurityListsSecurityListsOutputReference;
}
export interface DataOciCoreSecurityListsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#name DataOciCoreSecurityLists#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#regex DataOciCoreSecurityLists#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#values DataOciCoreSecurityLists#values}
*/
readonly values: string[];
}
export declare function dataOciCoreSecurityListsFilterToTerraform(struct?: DataOciCoreSecurityListsFilter | cdktf.IResolvable): any;
export declare function dataOciCoreSecurityListsFilterToHclTerraform(struct?: DataOciCoreSecurityListsFilter | cdktf.IResolvable): any;
export declare class DataOciCoreSecurityListsFilterOutputReference 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(): DataOciCoreSecurityListsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciCoreSecurityListsFilter | 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 DataOciCoreSecurityListsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciCoreSecurityListsFilter[] | 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): DataOciCoreSecurityListsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists oci_core_security_lists}
*/
export declare class DataOciCoreSecurityLists extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_core_security_lists";
/**
* Generates CDKTF code for importing a DataOciCoreSecurityLists 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 DataOciCoreSecurityLists to import
* @param importFromId The id of the existing DataOciCoreSecurityLists that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_security_lists#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciCoreSecurityLists 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/core_security_lists oci_core_security_lists} 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 DataOciCoreSecurityListsConfig
*/
constructor(scope: Construct, id: string, config: DataOciCoreSecurityListsConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
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 _securityLists;
get securityLists(): DataOciCoreSecurityListsSecurityListsList;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
private _vcnId?;
get vcnId(): string;
set vcnId(value: string);
resetVcnId(): void;
get vcnIdInput(): string | undefined;
private _filter;
get filter(): DataOciCoreSecurityListsFilterList;
putFilter(value: DataOciCoreSecurityListsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciCoreSecurityListsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}