rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
360 lines (359 loc) • 19.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMysqlMysqlConfigurationsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#compartment_id DataOciMysqlMysqlConfigurations#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#configuration_id DataOciMysqlMysqlConfigurations#configuration_id}
*/
readonly configurationId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#display_name DataOciMysqlMysqlConfigurations#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#id DataOciMysqlMysqlConfigurations#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/mysql_mysql_configurations#shape_name DataOciMysqlMysqlConfigurations#shape_name}
*/
readonly shapeName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#state DataOciMysqlMysqlConfigurations#state}
*/
readonly state?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#type DataOciMysqlMysqlConfigurations#type}
*/
readonly type?: string[];
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#filter DataOciMysqlMysqlConfigurations#filter}
*/
readonly filter?: DataOciMysqlMysqlConfigurationsFilter[] | cdktf.IResolvable;
}
export interface DataOciMysqlMysqlConfigurationsConfigurationsInitVariables {
}
export declare function dataOciMysqlMysqlConfigurationsConfigurationsInitVariablesToTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurationsInitVariables): any;
export declare function dataOciMysqlMysqlConfigurationsConfigurationsInitVariablesToHclTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurationsInitVariables): any;
export declare class DataOciMysqlMysqlConfigurationsConfigurationsInitVariablesOutputReference 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(): DataOciMysqlMysqlConfigurationsConfigurationsInitVariables | undefined;
set internalValue(value: DataOciMysqlMysqlConfigurationsConfigurationsInitVariables | undefined);
get lowerCaseTableNames(): string;
}
export declare class DataOciMysqlMysqlConfigurationsConfigurationsInitVariablesList 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): DataOciMysqlMysqlConfigurationsConfigurationsInitVariablesOutputReference;
}
export interface DataOciMysqlMysqlConfigurationsConfigurationsVariables {
}
export declare function dataOciMysqlMysqlConfigurationsConfigurationsVariablesToTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurationsVariables): any;
export declare function dataOciMysqlMysqlConfigurationsConfigurationsVariablesToHclTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurationsVariables): any;
export declare class DataOciMysqlMysqlConfigurationsConfigurationsVariablesOutputReference 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(): DataOciMysqlMysqlConfigurationsConfigurationsVariables | undefined;
set internalValue(value: DataOciMysqlMysqlConfigurationsConfigurationsVariables | undefined);
get autocommit(): cdktf.IResolvable;
get bigTables(): cdktf.IResolvable;
get binlogExpireLogsSeconds(): number;
get binlogRowMetadata(): string;
get binlogRowValueOptions(): string;
get binlogTransactionCompression(): cdktf.IResolvable;
get completionType(): string;
get connectTimeout(): number;
get connectionMemoryChunkSize(): number;
get connectionMemoryLimit(): string;
get cteMaxRecursionDepth(): string;
get defaultAuthenticationPlugin(): string;
get foreignKeyChecks(): cdktf.IResolvable;
get generatedRandomPasswordLength(): number;
get globalConnectionMemoryLimit(): string;
get globalConnectionMemoryTracking(): cdktf.IResolvable;
get groupReplicationConsistency(): string;
get informationSchemaStatsExpiry(): number;
get innodbBufferPoolDumpPct(): number;
get innodbBufferPoolInstances(): number;
get innodbBufferPoolSize(): string;
get innodbDdlBufferSize(): string;
get innodbDdlThreads(): number;
get innodbFtEnableStopword(): cdktf.IResolvable;
get innodbFtMaxTokenSize(): number;
get innodbFtMinTokenSize(): number;
get innodbFtNumWordOptimize(): number;
get innodbFtResultCacheLimit(): string;
get innodbFtServerStopwordTable(): string;
get innodbLockWaitTimeout(): number;
get innodbLogWriterThreads(): cdktf.IResolvable;
get innodbMaxPurgeLag(): string;
get innodbMaxPurgeLagDelay(): number;
get innodbStatsPersistentSamplePages(): string;
get innodbStatsTransientSamplePages(): string;
get interactiveTimeout(): number;
get localInfile(): cdktf.IResolvable;
get mandatoryRoles(): string;
get maxAllowedPacket(): number;
get maxBinlogCacheSize(): string;
get maxConnectErrors(): string;
get maxConnections(): number;
get maxExecutionTime(): string;
get maxHeapTableSize(): string;
get maxPreparedStmtCount(): number;
get mysqlFirewallMode(): cdktf.IResolvable;
get mysqlZstdDefaultCompressionLevel(): number;
get mysqlxConnectTimeout(): number;
get mysqlxDeflateDefaultCompressionLevel(): number;
get mysqlxDeflateMaxClientCompressionLevel(): number;
get mysqlxDocumentIdUniquePrefix(): number;
get mysqlxEnableHelloNotice(): cdktf.IResolvable;
get mysqlxIdleWorkerThreadTimeout(): number;
get mysqlxInteractiveTimeout(): number;
get mysqlxLz4DefaultCompressionLevel(): number;
get mysqlxLz4MaxClientCompressionLevel(): number;
get mysqlxMaxAllowedPacket(): number;
get mysqlxMinWorkerThreads(): number;
get mysqlxReadTimeout(): number;
get mysqlxWaitTimeout(): number;
get mysqlxWriteTimeout(): number;
get mysqlxZstdDefaultCompressionLevel(): number;
get mysqlxZstdMaxClientCompressionLevel(): number;
get netReadTimeout(): number;
get netWriteTimeout(): number;
get parserMaxMemSize(): string;
get queryAllocBlockSize(): string;
get queryPreallocSize(): string;
get regexpTimeLimit(): number;
get sortBufferSize(): string;
get sqlMode(): string;
get sqlRequirePrimaryKey(): cdktf.IResolvable;
get sqlWarnings(): cdktf.IResolvable;
get threadPoolDedicatedListeners(): cdktf.IResolvable;
get threadPoolMaxTransactionsLimit(): number;
get timeZone(): string;
get tmpTableSize(): string;
get transactionIsolation(): string;
get waitTimeout(): number;
}
export declare class DataOciMysqlMysqlConfigurationsConfigurationsVariablesList 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): DataOciMysqlMysqlConfigurationsConfigurationsVariablesOutputReference;
}
export interface DataOciMysqlMysqlConfigurationsConfigurations {
}
export declare function dataOciMysqlMysqlConfigurationsConfigurationsToTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurations): any;
export declare function dataOciMysqlMysqlConfigurationsConfigurationsToHclTerraform(struct?: DataOciMysqlMysqlConfigurationsConfigurations): any;
export declare class DataOciMysqlMysqlConfigurationsConfigurationsOutputReference 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(): DataOciMysqlMysqlConfigurationsConfigurations | undefined;
set internalValue(value: DataOciMysqlMysqlConfigurationsConfigurations | undefined);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get description(): string;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
private _initVariables;
get initVariables(): DataOciMysqlMysqlConfigurationsConfigurationsInitVariablesList;
get parentConfigurationId(): string;
get shapeName(): string;
get state(): string;
get timeCreated(): string;
get timeUpdated(): string;
get type(): string;
private _variables;
get variables(): DataOciMysqlMysqlConfigurationsConfigurationsVariablesList;
}
export declare class DataOciMysqlMysqlConfigurationsConfigurationsList 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): DataOciMysqlMysqlConfigurationsConfigurationsOutputReference;
}
export interface DataOciMysqlMysqlConfigurationsFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#name DataOciMysqlMysqlConfigurations#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#regex DataOciMysqlMysqlConfigurations#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#values DataOciMysqlMysqlConfigurations#values}
*/
readonly values: string[];
}
export declare function dataOciMysqlMysqlConfigurationsFilterToTerraform(struct?: DataOciMysqlMysqlConfigurationsFilter | cdktf.IResolvable): any;
export declare function dataOciMysqlMysqlConfigurationsFilterToHclTerraform(struct?: DataOciMysqlMysqlConfigurationsFilter | cdktf.IResolvable): any;
export declare class DataOciMysqlMysqlConfigurationsFilterOutputReference 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(): DataOciMysqlMysqlConfigurationsFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciMysqlMysqlConfigurationsFilter | 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 DataOciMysqlMysqlConfigurationsFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciMysqlMysqlConfigurationsFilter[] | 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): DataOciMysqlMysqlConfigurationsFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations oci_mysql_mysql_configurations}
*/
export declare class DataOciMysqlMysqlConfigurations extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_mysql_mysql_configurations";
/**
* Generates CDKTF code for importing a DataOciMysqlMysqlConfigurations 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 DataOciMysqlMysqlConfigurations to import
* @param importFromId The id of the existing DataOciMysqlMysqlConfigurations that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/mysql_mysql_configurations#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciMysqlMysqlConfigurations 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/mysql_mysql_configurations oci_mysql_mysql_configurations} 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 DataOciMysqlMysqlConfigurationsConfig
*/
constructor(scope: Construct, id: string, config: DataOciMysqlMysqlConfigurationsConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _configurationId?;
get configurationId(): string;
set configurationId(value: string);
resetConfigurationId(): void;
get configurationIdInput(): string | undefined;
private _configurations;
get configurations(): DataOciMysqlMysqlConfigurationsConfigurationsList;
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 _shapeName?;
get shapeName(): string;
set shapeName(value: string);
resetShapeName(): void;
get shapeNameInput(): string | undefined;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
private _type?;
get type(): string[];
set type(value: string[]);
resetType(): void;
get typeInput(): string[] | undefined;
private _filter;
get filter(): DataOciMysqlMysqlConfigurationsFilterList;
putFilter(value: DataOciMysqlMysqlConfigurationsFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciMysqlMysqlConfigurationsFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}