ibm.Db2
Explore with Pulumi AI
Create Db2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Db2(name: string, args: Db2Args, opts?: CustomResourceOptions);
@overload
def Db2(resource_name: str,
args: Db2Args,
opts: Optional[ResourceOptions] = None)
@overload
def Db2(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[str] = None,
service: Optional[str] = None,
plan: Optional[str] = None,
disk_encryption_key_crn: Optional[str] = None,
parameters_json: Optional[str] = None,
autoscale_configs: Optional[Sequence[Db2AutoscaleConfigArgs]] = None,
high_availability: Optional[str] = None,
instance_type: Optional[str] = None,
db2_id: Optional[str] = None,
name: Optional[str] = None,
oracle_compatibility: Optional[str] = None,
parameters: Optional[Mapping[str, str]] = None,
disk_encryption_instance_crn: Optional[str] = None,
custom_setting_configs: Optional[Sequence[Db2CustomSettingConfigArgs]] = None,
resource_group_id: Optional[str] = None,
backup_location: Optional[str] = None,
service_endpoints: Optional[str] = None,
subscription_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
timeouts: Optional[Db2TimeoutsArgs] = None)
func NewDb2(ctx *Context, name string, args Db2Args, opts ...ResourceOption) (*Db2, error)
public Db2(string name, Db2Args args, CustomResourceOptions? opts = null)
type: ibm:Db2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args Db2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args Db2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args Db2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args Db2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args Db2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var db2Resource = new Ibm.Db2("db2Resource", new()
{
Location = "string",
Service = "string",
Plan = "string",
DiskEncryptionKeyCrn = "string",
ParametersJson = "string",
AutoscaleConfigs = new[]
{
new Ibm.Inputs.Db2AutoscaleConfigArgs
{
AutoScalingAllowPlanLimit = false,
AutoScalingEnabled = false,
AutoScalingOverTimePeriod = "string",
AutoScalingPauseLimit = 0,
AutoScalingThreshold = "string",
},
},
HighAvailability = "string",
InstanceType = "string",
Db2Id = "string",
Name = "string",
OracleCompatibility = "string",
Parameters =
{
{ "string", "string" },
},
DiskEncryptionInstanceCrn = "string",
CustomSettingConfigs = new[]
{
new Ibm.Inputs.Db2CustomSettingConfigArgs
{
Dbms = new[]
{
new Ibm.Inputs.Db2CustomSettingConfigDbmArgs
{
CommBandwidth = "string",
Cpuspeed = "string",
DftMonBufpool = "string",
DftMonLock = "string",
DftMonSort = "string",
DftMonStmt = "string",
DftMonTable = "string",
DftMonTimestamp = "string",
DftMonUow = "string",
Diaglevel = "string",
FederatedAsync = "string",
Indexrec = "string",
IntraParallel = "string",
Keepfenced = "string",
MaxConnretries = "string",
MaxQuerydegree = "string",
MonHeapSz = "string",
Multipartsizemb = "string",
Notifylevel = "string",
NumInitagents = "string",
NumInitfenced = "string",
NumPoolagents = "string",
ResyncInterval = "string",
Rqrioblk = "string",
StartStopTime = "string",
UtilImpactLim = "string",
WlmDispConcur = "string",
WlmDispCpuShares = "string",
WlmDispMinUtil = "string",
WlmDispatcher = "string",
},
},
Dbs = new[]
{
new Ibm.Inputs.Db2CustomSettingConfigDbArgs
{
ActSortmemLimit = "string",
AltCollate = "string",
AppCtlHeapSz = "string",
AppgroupMemSz = "string",
ApplMemory = "string",
Applheapsz = "string",
Archretrydelay = "string",
AuthnCacheDuration = "string",
AutoCgStats = "string",
AutoMaint = "string",
AutoReorg = "string",
AutoReval = "string",
AutoRunstats = "string",
AutoSampling = "string",
AutoStatsViews = "string",
AutoStmtStats = "string",
AutoTblMaint = "string",
Autorestart = "string",
AvgAppls = "string",
CatalogcacheSz = "string",
ChngpgsThresh = "string",
CurCommit = "string",
DatabaseMemory = "string",
DbCollname = "string",
DbMemThresh = "string",
Dbheap = "string",
DdlCompressionDef = "string",
DdlConstraintDef = "string",
DecArithmetic = "string",
DecToCharFmt = "string",
DecfltRounding = "string",
DftDegree = "string",
DftExtentSz = "string",
DftLoadrecSes = "string",
DftMttbTypes = "string",
DftPrefetchSz = "string",
DftQueryopt = "string",
DftRefreshAge = "string",
DftSchemasDcc = "string",
DftSqlmathwarn = "string",
DftTableOrg = "string",
Dlchktime = "string",
EnableXmlchar = "string",
ExtendedRowSz = "string",
GroupheapRatio = "string",
Indexrec = "string",
LargeAggregation = "string",
Locklist = "string",
Locktimeout = "string",
LogApplInfo = "string",
LogDdlStmts = "string",
LogDiskCap = "string",
Logindexbuild = "string",
Maxappls = "string",
Maxfilop = "string",
Maxlocks = "string",
MinDecDiv3 = "string",
MonActMetrics = "string",
MonDeadlock = "string",
MonLckMsgLvl = "string",
MonLocktimeout = "string",
MonLockwait = "string",
MonLwThresh = "string",
MonObjMetrics = "string",
MonPkglistSz = "string",
MonReqMetrics = "string",
MonRtnData = "string",
MonRtnExeclist = "string",
MonUowData = "string",
MonUowExeclist = "string",
MonUowPkglist = "string",
NcharMapping = "string",
NumFreqvalues = "string",
NumIocleaners = "string",
NumIoservers = "string",
NumLogSpan = "string",
NumQuantiles = "string",
OptBuffpage = "string",
OptDirectWrkld = "string",
OptLocklist = "string",
OptMaxlocks = "string",
OptSortheap = "string",
PageAgeTrgtGcr = "string",
PageAgeTrgtMcr = "string",
Pckcachesz = "string",
PlStackTrace = "string",
SelfTuningMem = "string",
Seqdetect = "string",
SheapthresShr = "string",
Softmax = "string",
Sortheap = "string",
SqlCcflags = "string",
StatHeapSz = "string",
StmtConc = "string",
Stmtheap = "string",
StringUnits = "string",
SystimePeriodAdj = "string",
Trackmod = "string",
UtilHeapSz = "string",
WlmAdmissionCtrl = "string",
WlmAgentLoadTrgt = "string",
WlmCpuLimit = "string",
WlmCpuShareMode = "string",
WlmCpuShares = "string",
},
},
Registries = new[]
{
new Ibm.Inputs.Db2CustomSettingConfigRegistryArgs
{
Db2AlternateAuthzBehaviour = "string",
Db2Antijoin = "string",
Db2AtsEnable = "string",
Db2Bidi = "string",
Db2Compopt = "string",
Db2DeferredPrepareSemantics = "string",
Db2Evaluncommitted = "string",
Db2ExtendedOptimization = "string",
Db2IndexPctfreeDefault = "string",
Db2InlistToNljn = "string",
Db2LockToRb = "string",
Db2MinimizeListprefetch = "string",
Db2ObjectTableEntries = "string",
Db2OptMaxTempSize = "string",
Db2Optprofile = "string",
Db2OptstatsLog = "string",
Db2ParallelIo = "string",
Db2ReducedOptimization = "string",
Db2Selectivity = "string",
Db2Skipdeleted = "string",
Db2Skipinserted = "string",
Db2Stmm = "string",
Db2SyncReleaseLockAttributes = "string",
Db2TruncateReusestorage = "string",
Db2UseAlternatePageCleaning = "string",
Db2ViewReoptValues = "string",
Db2WlmSettings = "string",
Db2Workload = "string",
},
},
},
},
ResourceGroupId = "string",
BackupLocation = "string",
ServiceEndpoints = "string",
SubscriptionId = "string",
Tags = new[]
{
"string",
},
Timeouts = new Ibm.Inputs.Db2TimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
});
example, err := ibm.NewDb2(ctx, "db2Resource", &ibm.Db2Args{
Location: pulumi.String("string"),
Service: pulumi.String("string"),
Plan: pulumi.String("string"),
DiskEncryptionKeyCrn: pulumi.String("string"),
ParametersJson: pulumi.String("string"),
AutoscaleConfigs: ibm.Db2AutoscaleConfigArray{
&ibm.Db2AutoscaleConfigArgs{
AutoScalingAllowPlanLimit: pulumi.Bool(false),
AutoScalingEnabled: pulumi.Bool(false),
AutoScalingOverTimePeriod: pulumi.String("string"),
AutoScalingPauseLimit: pulumi.Float64(0),
AutoScalingThreshold: pulumi.String("string"),
},
},
HighAvailability: pulumi.String("string"),
InstanceType: pulumi.String("string"),
Db2Id: pulumi.String("string"),
Name: pulumi.String("string"),
OracleCompatibility: pulumi.String("string"),
Parameters: pulumi.StringMap{
"string": pulumi.String("string"),
},
DiskEncryptionInstanceCrn: pulumi.String("string"),
CustomSettingConfigs: ibm.Db2CustomSettingConfigArray{
&ibm.Db2CustomSettingConfigArgs{
Dbms: ibm.Db2CustomSettingConfigDbmArray{
&ibm.Db2CustomSettingConfigDbmArgs{
CommBandwidth: pulumi.String("string"),
Cpuspeed: pulumi.String("string"),
DftMonBufpool: pulumi.String("string"),
DftMonLock: pulumi.String("string"),
DftMonSort: pulumi.String("string"),
DftMonStmt: pulumi.String("string"),
DftMonTable: pulumi.String("string"),
DftMonTimestamp: pulumi.String("string"),
DftMonUow: pulumi.String("string"),
Diaglevel: pulumi.String("string"),
FederatedAsync: pulumi.String("string"),
Indexrec: pulumi.String("string"),
IntraParallel: pulumi.String("string"),
Keepfenced: pulumi.String("string"),
MaxConnretries: pulumi.String("string"),
MaxQuerydegree: pulumi.String("string"),
MonHeapSz: pulumi.String("string"),
Multipartsizemb: pulumi.String("string"),
Notifylevel: pulumi.String("string"),
NumInitagents: pulumi.String("string"),
NumInitfenced: pulumi.String("string"),
NumPoolagents: pulumi.String("string"),
ResyncInterval: pulumi.String("string"),
Rqrioblk: pulumi.String("string"),
StartStopTime: pulumi.String("string"),
UtilImpactLim: pulumi.String("string"),
WlmDispConcur: pulumi.String("string"),
WlmDispCpuShares: pulumi.String("string"),
WlmDispMinUtil: pulumi.String("string"),
WlmDispatcher: pulumi.String("string"),
},
},
Dbs: ibm.Db2CustomSettingConfigDbArray{
&ibm.Db2CustomSettingConfigDbArgs{
ActSortmemLimit: pulumi.String("string"),
AltCollate: pulumi.String("string"),
AppCtlHeapSz: pulumi.String("string"),
AppgroupMemSz: pulumi.String("string"),
ApplMemory: pulumi.String("string"),
Applheapsz: pulumi.String("string"),
Archretrydelay: pulumi.String("string"),
AuthnCacheDuration: pulumi.String("string"),
AutoCgStats: pulumi.String("string"),
AutoMaint: pulumi.String("string"),
AutoReorg: pulumi.String("string"),
AutoReval: pulumi.String("string"),
AutoRunstats: pulumi.String("string"),
AutoSampling: pulumi.String("string"),
AutoStatsViews: pulumi.String("string"),
AutoStmtStats: pulumi.String("string"),
AutoTblMaint: pulumi.String("string"),
Autorestart: pulumi.String("string"),
AvgAppls: pulumi.String("string"),
CatalogcacheSz: pulumi.String("string"),
ChngpgsThresh: pulumi.String("string"),
CurCommit: pulumi.String("string"),
DatabaseMemory: pulumi.String("string"),
DbCollname: pulumi.String("string"),
DbMemThresh: pulumi.String("string"),
Dbheap: pulumi.String("string"),
DdlCompressionDef: pulumi.String("string"),
DdlConstraintDef: pulumi.String("string"),
DecArithmetic: pulumi.String("string"),
DecToCharFmt: pulumi.String("string"),
DecfltRounding: pulumi.String("string"),
DftDegree: pulumi.String("string"),
DftExtentSz: pulumi.String("string"),
DftLoadrecSes: pulumi.String("string"),
DftMttbTypes: pulumi.String("string"),
DftPrefetchSz: pulumi.String("string"),
DftQueryopt: pulumi.String("string"),
DftRefreshAge: pulumi.String("string"),
DftSchemasDcc: pulumi.String("string"),
DftSqlmathwarn: pulumi.String("string"),
DftTableOrg: pulumi.String("string"),
Dlchktime: pulumi.String("string"),
EnableXmlchar: pulumi.String("string"),
ExtendedRowSz: pulumi.String("string"),
GroupheapRatio: pulumi.String("string"),
Indexrec: pulumi.String("string"),
LargeAggregation: pulumi.String("string"),
Locklist: pulumi.String("string"),
Locktimeout: pulumi.String("string"),
LogApplInfo: pulumi.String("string"),
LogDdlStmts: pulumi.String("string"),
LogDiskCap: pulumi.String("string"),
Logindexbuild: pulumi.String("string"),
Maxappls: pulumi.String("string"),
Maxfilop: pulumi.String("string"),
Maxlocks: pulumi.String("string"),
MinDecDiv3: pulumi.String("string"),
MonActMetrics: pulumi.String("string"),
MonDeadlock: pulumi.String("string"),
MonLckMsgLvl: pulumi.String("string"),
MonLocktimeout: pulumi.String("string"),
MonLockwait: pulumi.String("string"),
MonLwThresh: pulumi.String("string"),
MonObjMetrics: pulumi.String("string"),
MonPkglistSz: pulumi.String("string"),
MonReqMetrics: pulumi.String("string"),
MonRtnData: pulumi.String("string"),
MonRtnExeclist: pulumi.String("string"),
MonUowData: pulumi.String("string"),
MonUowExeclist: pulumi.String("string"),
MonUowPkglist: pulumi.String("string"),
NcharMapping: pulumi.String("string"),
NumFreqvalues: pulumi.String("string"),
NumIocleaners: pulumi.String("string"),
NumIoservers: pulumi.String("string"),
NumLogSpan: pulumi.String("string"),
NumQuantiles: pulumi.String("string"),
OptBuffpage: pulumi.String("string"),
OptDirectWrkld: pulumi.String("string"),
OptLocklist: pulumi.String("string"),
OptMaxlocks: pulumi.String("string"),
OptSortheap: pulumi.String("string"),
PageAgeTrgtGcr: pulumi.String("string"),
PageAgeTrgtMcr: pulumi.String("string"),
Pckcachesz: pulumi.String("string"),
PlStackTrace: pulumi.String("string"),
SelfTuningMem: pulumi.String("string"),
Seqdetect: pulumi.String("string"),
SheapthresShr: pulumi.String("string"),
Softmax: pulumi.String("string"),
Sortheap: pulumi.String("string"),
SqlCcflags: pulumi.String("string"),
StatHeapSz: pulumi.String("string"),
StmtConc: pulumi.String("string"),
Stmtheap: pulumi.String("string"),
StringUnits: pulumi.String("string"),
SystimePeriodAdj: pulumi.String("string"),
Trackmod: pulumi.String("string"),
UtilHeapSz: pulumi.String("string"),
WlmAdmissionCtrl: pulumi.String("string"),
WlmAgentLoadTrgt: pulumi.String("string"),
WlmCpuLimit: pulumi.String("string"),
WlmCpuShareMode: pulumi.String("string"),
WlmCpuShares: pulumi.String("string"),
},
},
Registries: ibm.Db2CustomSettingConfigRegistryArray{
&ibm.Db2CustomSettingConfigRegistryArgs{
Db2AlternateAuthzBehaviour: pulumi.String("string"),
Db2Antijoin: pulumi.String("string"),
Db2AtsEnable: pulumi.String("string"),
Db2Bidi: pulumi.String("string"),
Db2Compopt: pulumi.String("string"),
Db2DeferredPrepareSemantics: pulumi.String("string"),
Db2Evaluncommitted: pulumi.String("string"),
Db2ExtendedOptimization: pulumi.String("string"),
Db2IndexPctfreeDefault: pulumi.String("string"),
Db2InlistToNljn: pulumi.String("string"),
Db2LockToRb: pulumi.String("string"),
Db2MinimizeListprefetch: pulumi.String("string"),
Db2ObjectTableEntries: pulumi.String("string"),
Db2OptMaxTempSize: pulumi.String("string"),
Db2Optprofile: pulumi.String("string"),
Db2OptstatsLog: pulumi.String("string"),
Db2ParallelIo: pulumi.String("string"),
Db2ReducedOptimization: pulumi.String("string"),
Db2Selectivity: pulumi.String("string"),
Db2Skipdeleted: pulumi.String("string"),
Db2Skipinserted: pulumi.String("string"),
Db2Stmm: pulumi.String("string"),
Db2SyncReleaseLockAttributes: pulumi.String("string"),
Db2TruncateReusestorage: pulumi.String("string"),
Db2UseAlternatePageCleaning: pulumi.String("string"),
Db2ViewReoptValues: pulumi.String("string"),
Db2WlmSettings: pulumi.String("string"),
Db2Workload: pulumi.String("string"),
},
},
},
},
ResourceGroupId: pulumi.String("string"),
BackupLocation: pulumi.String("string"),
ServiceEndpoints: pulumi.String("string"),
SubscriptionId: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Timeouts: &ibm.Db2TimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var db2Resource = new Db2("db2Resource", Db2Args.builder()
.location("string")
.service("string")
.plan("string")
.diskEncryptionKeyCrn("string")
.parametersJson("string")
.autoscaleConfigs(Db2AutoscaleConfigArgs.builder()
.autoScalingAllowPlanLimit(false)
.autoScalingEnabled(false)
.autoScalingOverTimePeriod("string")
.autoScalingPauseLimit(0)
.autoScalingThreshold("string")
.build())
.highAvailability("string")
.instanceType("string")
.db2Id("string")
.name("string")
.oracleCompatibility("string")
.parameters(Map.of("string", "string"))
.diskEncryptionInstanceCrn("string")
.customSettingConfigs(Db2CustomSettingConfigArgs.builder()
.dbms(Db2CustomSettingConfigDbmArgs.builder()
.commBandwidth("string")
.cpuspeed("string")
.dftMonBufpool("string")
.dftMonLock("string")
.dftMonSort("string")
.dftMonStmt("string")
.dftMonTable("string")
.dftMonTimestamp("string")
.dftMonUow("string")
.diaglevel("string")
.federatedAsync("string")
.indexrec("string")
.intraParallel("string")
.keepfenced("string")
.maxConnretries("string")
.maxQuerydegree("string")
.monHeapSz("string")
.multipartsizemb("string")
.notifylevel("string")
.numInitagents("string")
.numInitfenced("string")
.numPoolagents("string")
.resyncInterval("string")
.rqrioblk("string")
.startStopTime("string")
.utilImpactLim("string")
.wlmDispConcur("string")
.wlmDispCpuShares("string")
.wlmDispMinUtil("string")
.wlmDispatcher("string")
.build())
.dbs(Db2CustomSettingConfigDbArgs.builder()
.actSortmemLimit("string")
.altCollate("string")
.appCtlHeapSz("string")
.appgroupMemSz("string")
.applMemory("string")
.applheapsz("string")
.archretrydelay("string")
.authnCacheDuration("string")
.autoCgStats("string")
.autoMaint("string")
.autoReorg("string")
.autoReval("string")
.autoRunstats("string")
.autoSampling("string")
.autoStatsViews("string")
.autoStmtStats("string")
.autoTblMaint("string")
.autorestart("string")
.avgAppls("string")
.catalogcacheSz("string")
.chngpgsThresh("string")
.curCommit("string")
.databaseMemory("string")
.dbCollname("string")
.dbMemThresh("string")
.dbheap("string")
.ddlCompressionDef("string")
.ddlConstraintDef("string")
.decArithmetic("string")
.decToCharFmt("string")
.decfltRounding("string")
.dftDegree("string")
.dftExtentSz("string")
.dftLoadrecSes("string")
.dftMttbTypes("string")
.dftPrefetchSz("string")
.dftQueryopt("string")
.dftRefreshAge("string")
.dftSchemasDcc("string")
.dftSqlmathwarn("string")
.dftTableOrg("string")
.dlchktime("string")
.enableXmlchar("string")
.extendedRowSz("string")
.groupheapRatio("string")
.indexrec("string")
.largeAggregation("string")
.locklist("string")
.locktimeout("string")
.logApplInfo("string")
.logDdlStmts("string")
.logDiskCap("string")
.logindexbuild("string")
.maxappls("string")
.maxfilop("string")
.maxlocks("string")
.minDecDiv3("string")
.monActMetrics("string")
.monDeadlock("string")
.monLckMsgLvl("string")
.monLocktimeout("string")
.monLockwait("string")
.monLwThresh("string")
.monObjMetrics("string")
.monPkglistSz("string")
.monReqMetrics("string")
.monRtnData("string")
.monRtnExeclist("string")
.monUowData("string")
.monUowExeclist("string")
.monUowPkglist("string")
.ncharMapping("string")
.numFreqvalues("string")
.numIocleaners("string")
.numIoservers("string")
.numLogSpan("string")
.numQuantiles("string")
.optBuffpage("string")
.optDirectWrkld("string")
.optLocklist("string")
.optMaxlocks("string")
.optSortheap("string")
.pageAgeTrgtGcr("string")
.pageAgeTrgtMcr("string")
.pckcachesz("string")
.plStackTrace("string")
.selfTuningMem("string")
.seqdetect("string")
.sheapthresShr("string")
.softmax("string")
.sortheap("string")
.sqlCcflags("string")
.statHeapSz("string")
.stmtConc("string")
.stmtheap("string")
.stringUnits("string")
.systimePeriodAdj("string")
.trackmod("string")
.utilHeapSz("string")
.wlmAdmissionCtrl("string")
.wlmAgentLoadTrgt("string")
.wlmCpuLimit("string")
.wlmCpuShareMode("string")
.wlmCpuShares("string")
.build())
.registries(Db2CustomSettingConfigRegistryArgs.builder()
.db2AlternateAuthzBehaviour("string")
.db2Antijoin("string")
.db2AtsEnable("string")
.db2Bidi("string")
.db2Compopt("string")
.db2DeferredPrepareSemantics("string")
.db2Evaluncommitted("string")
.db2ExtendedOptimization("string")
.db2IndexPctfreeDefault("string")
.db2InlistToNljn("string")
.db2LockToRb("string")
.db2MinimizeListprefetch("string")
.db2ObjectTableEntries("string")
.db2OptMaxTempSize("string")
.db2Optprofile("string")
.db2OptstatsLog("string")
.db2ParallelIo("string")
.db2ReducedOptimization("string")
.db2Selectivity("string")
.db2Skipdeleted("string")
.db2Skipinserted("string")
.db2Stmm("string")
.db2SyncReleaseLockAttributes("string")
.db2TruncateReusestorage("string")
.db2UseAlternatePageCleaning("string")
.db2ViewReoptValues("string")
.db2WlmSettings("string")
.db2Workload("string")
.build())
.build())
.resourceGroupId("string")
.backupLocation("string")
.serviceEndpoints("string")
.subscriptionId("string")
.tags("string")
.timeouts(Db2TimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.build());
db2_resource = ibm.Db2("db2Resource",
location="string",
service="string",
plan="string",
disk_encryption_key_crn="string",
parameters_json="string",
autoscale_configs=[{
"auto_scaling_allow_plan_limit": False,
"auto_scaling_enabled": False,
"auto_scaling_over_time_period": "string",
"auto_scaling_pause_limit": 0,
"auto_scaling_threshold": "string",
}],
high_availability="string",
instance_type="string",
db2_id="string",
name="string",
oracle_compatibility="string",
parameters={
"string": "string",
},
disk_encryption_instance_crn="string",
custom_setting_configs=[{
"dbms": [{
"comm_bandwidth": "string",
"cpuspeed": "string",
"dft_mon_bufpool": "string",
"dft_mon_lock": "string",
"dft_mon_sort": "string",
"dft_mon_stmt": "string",
"dft_mon_table": "string",
"dft_mon_timestamp": "string",
"dft_mon_uow": "string",
"diaglevel": "string",
"federated_async": "string",
"indexrec": "string",
"intra_parallel": "string",
"keepfenced": "string",
"max_connretries": "string",
"max_querydegree": "string",
"mon_heap_sz": "string",
"multipartsizemb": "string",
"notifylevel": "string",
"num_initagents": "string",
"num_initfenced": "string",
"num_poolagents": "string",
"resync_interval": "string",
"rqrioblk": "string",
"start_stop_time": "string",
"util_impact_lim": "string",
"wlm_disp_concur": "string",
"wlm_disp_cpu_shares": "string",
"wlm_disp_min_util": "string",
"wlm_dispatcher": "string",
}],
"dbs": [{
"act_sortmem_limit": "string",
"alt_collate": "string",
"app_ctl_heap_sz": "string",
"appgroup_mem_sz": "string",
"appl_memory": "string",
"applheapsz": "string",
"archretrydelay": "string",
"authn_cache_duration": "string",
"auto_cg_stats": "string",
"auto_maint": "string",
"auto_reorg": "string",
"auto_reval": "string",
"auto_runstats": "string",
"auto_sampling": "string",
"auto_stats_views": "string",
"auto_stmt_stats": "string",
"auto_tbl_maint": "string",
"autorestart": "string",
"avg_appls": "string",
"catalogcache_sz": "string",
"chngpgs_thresh": "string",
"cur_commit": "string",
"database_memory": "string",
"db_collname": "string",
"db_mem_thresh": "string",
"dbheap": "string",
"ddl_compression_def": "string",
"ddl_constraint_def": "string",
"dec_arithmetic": "string",
"dec_to_char_fmt": "string",
"decflt_rounding": "string",
"dft_degree": "string",
"dft_extent_sz": "string",
"dft_loadrec_ses": "string",
"dft_mttb_types": "string",
"dft_prefetch_sz": "string",
"dft_queryopt": "string",
"dft_refresh_age": "string",
"dft_schemas_dcc": "string",
"dft_sqlmathwarn": "string",
"dft_table_org": "string",
"dlchktime": "string",
"enable_xmlchar": "string",
"extended_row_sz": "string",
"groupheap_ratio": "string",
"indexrec": "string",
"large_aggregation": "string",
"locklist": "string",
"locktimeout": "string",
"log_appl_info": "string",
"log_ddl_stmts": "string",
"log_disk_cap": "string",
"logindexbuild": "string",
"maxappls": "string",
"maxfilop": "string",
"maxlocks": "string",
"min_dec_div3": "string",
"mon_act_metrics": "string",
"mon_deadlock": "string",
"mon_lck_msg_lvl": "string",
"mon_locktimeout": "string",
"mon_lockwait": "string",
"mon_lw_thresh": "string",
"mon_obj_metrics": "string",
"mon_pkglist_sz": "string",
"mon_req_metrics": "string",
"mon_rtn_data": "string",
"mon_rtn_execlist": "string",
"mon_uow_data": "string",
"mon_uow_execlist": "string",
"mon_uow_pkglist": "string",
"nchar_mapping": "string",
"num_freqvalues": "string",
"num_iocleaners": "string",
"num_ioservers": "string",
"num_log_span": "string",
"num_quantiles": "string",
"opt_buffpage": "string",
"opt_direct_wrkld": "string",
"opt_locklist": "string",
"opt_maxlocks": "string",
"opt_sortheap": "string",
"page_age_trgt_gcr": "string",
"page_age_trgt_mcr": "string",
"pckcachesz": "string",
"pl_stack_trace": "string",
"self_tuning_mem": "string",
"seqdetect": "string",
"sheapthres_shr": "string",
"softmax": "string",
"sortheap": "string",
"sql_ccflags": "string",
"stat_heap_sz": "string",
"stmt_conc": "string",
"stmtheap": "string",
"string_units": "string",
"systime_period_adj": "string",
"trackmod": "string",
"util_heap_sz": "string",
"wlm_admission_ctrl": "string",
"wlm_agent_load_trgt": "string",
"wlm_cpu_limit": "string",
"wlm_cpu_share_mode": "string",
"wlm_cpu_shares": "string",
}],
"registries": [{
"db2_alternate_authz_behaviour": "string",
"db2_antijoin": "string",
"db2_ats_enable": "string",
"db2_bidi": "string",
"db2_compopt": "string",
"db2_deferred_prepare_semantics": "string",
"db2_evaluncommitted": "string",
"db2_extended_optimization": "string",
"db2_index_pctfree_default": "string",
"db2_inlist_to_nljn": "string",
"db2_lock_to_rb": "string",
"db2_minimize_listprefetch": "string",
"db2_object_table_entries": "string",
"db2_opt_max_temp_size": "string",
"db2_optprofile": "string",
"db2_optstats_log": "string",
"db2_parallel_io": "string",
"db2_reduced_optimization": "string",
"db2_selectivity": "string",
"db2_skipdeleted": "string",
"db2_skipinserted": "string",
"db2_stmm": "string",
"db2_sync_release_lock_attributes": "string",
"db2_truncate_reusestorage": "string",
"db2_use_alternate_page_cleaning": "string",
"db2_view_reopt_values": "string",
"db2_wlm_settings": "string",
"db2_workload": "string",
}],
}],
resource_group_id="string",
backup_location="string",
service_endpoints="string",
subscription_id="string",
tags=["string"],
timeouts={
"create": "string",
"delete": "string",
"update": "string",
})
const db2Resource = new ibm.Db2("db2Resource", {
location: "string",
service: "string",
plan: "string",
diskEncryptionKeyCrn: "string",
parametersJson: "string",
autoscaleConfigs: [{
autoScalingAllowPlanLimit: false,
autoScalingEnabled: false,
autoScalingOverTimePeriod: "string",
autoScalingPauseLimit: 0,
autoScalingThreshold: "string",
}],
highAvailability: "string",
instanceType: "string",
db2Id: "string",
name: "string",
oracleCompatibility: "string",
parameters: {
string: "string",
},
diskEncryptionInstanceCrn: "string",
customSettingConfigs: [{
dbms: [{
commBandwidth: "string",
cpuspeed: "string",
dftMonBufpool: "string",
dftMonLock: "string",
dftMonSort: "string",
dftMonStmt: "string",
dftMonTable: "string",
dftMonTimestamp: "string",
dftMonUow: "string",
diaglevel: "string",
federatedAsync: "string",
indexrec: "string",
intraParallel: "string",
keepfenced: "string",
maxConnretries: "string",
maxQuerydegree: "string",
monHeapSz: "string",
multipartsizemb: "string",
notifylevel: "string",
numInitagents: "string",
numInitfenced: "string",
numPoolagents: "string",
resyncInterval: "string",
rqrioblk: "string",
startStopTime: "string",
utilImpactLim: "string",
wlmDispConcur: "string",
wlmDispCpuShares: "string",
wlmDispMinUtil: "string",
wlmDispatcher: "string",
}],
dbs: [{
actSortmemLimit: "string",
altCollate: "string",
appCtlHeapSz: "string",
appgroupMemSz: "string",
applMemory: "string",
applheapsz: "string",
archretrydelay: "string",
authnCacheDuration: "string",
autoCgStats: "string",
autoMaint: "string",
autoReorg: "string",
autoReval: "string",
autoRunstats: "string",
autoSampling: "string",
autoStatsViews: "string",
autoStmtStats: "string",
autoTblMaint: "string",
autorestart: "string",
avgAppls: "string",
catalogcacheSz: "string",
chngpgsThresh: "string",
curCommit: "string",
databaseMemory: "string",
dbCollname: "string",
dbMemThresh: "string",
dbheap: "string",
ddlCompressionDef: "string",
ddlConstraintDef: "string",
decArithmetic: "string",
decToCharFmt: "string",
decfltRounding: "string",
dftDegree: "string",
dftExtentSz: "string",
dftLoadrecSes: "string",
dftMttbTypes: "string",
dftPrefetchSz: "string",
dftQueryopt: "string",
dftRefreshAge: "string",
dftSchemasDcc: "string",
dftSqlmathwarn: "string",
dftTableOrg: "string",
dlchktime: "string",
enableXmlchar: "string",
extendedRowSz: "string",
groupheapRatio: "string",
indexrec: "string",
largeAggregation: "string",
locklist: "string",
locktimeout: "string",
logApplInfo: "string",
logDdlStmts: "string",
logDiskCap: "string",
logindexbuild: "string",
maxappls: "string",
maxfilop: "string",
maxlocks: "string",
minDecDiv3: "string",
monActMetrics: "string",
monDeadlock: "string",
monLckMsgLvl: "string",
monLocktimeout: "string",
monLockwait: "string",
monLwThresh: "string",
monObjMetrics: "string",
monPkglistSz: "string",
monReqMetrics: "string",
monRtnData: "string",
monRtnExeclist: "string",
monUowData: "string",
monUowExeclist: "string",
monUowPkglist: "string",
ncharMapping: "string",
numFreqvalues: "string",
numIocleaners: "string",
numIoservers: "string",
numLogSpan: "string",
numQuantiles: "string",
optBuffpage: "string",
optDirectWrkld: "string",
optLocklist: "string",
optMaxlocks: "string",
optSortheap: "string",
pageAgeTrgtGcr: "string",
pageAgeTrgtMcr: "string",
pckcachesz: "string",
plStackTrace: "string",
selfTuningMem: "string",
seqdetect: "string",
sheapthresShr: "string",
softmax: "string",
sortheap: "string",
sqlCcflags: "string",
statHeapSz: "string",
stmtConc: "string",
stmtheap: "string",
stringUnits: "string",
systimePeriodAdj: "string",
trackmod: "string",
utilHeapSz: "string",
wlmAdmissionCtrl: "string",
wlmAgentLoadTrgt: "string",
wlmCpuLimit: "string",
wlmCpuShareMode: "string",
wlmCpuShares: "string",
}],
registries: [{
db2AlternateAuthzBehaviour: "string",
db2Antijoin: "string",
db2AtsEnable: "string",
db2Bidi: "string",
db2Compopt: "string",
db2DeferredPrepareSemantics: "string",
db2Evaluncommitted: "string",
db2ExtendedOptimization: "string",
db2IndexPctfreeDefault: "string",
db2InlistToNljn: "string",
db2LockToRb: "string",
db2MinimizeListprefetch: "string",
db2ObjectTableEntries: "string",
db2OptMaxTempSize: "string",
db2Optprofile: "string",
db2OptstatsLog: "string",
db2ParallelIo: "string",
db2ReducedOptimization: "string",
db2Selectivity: "string",
db2Skipdeleted: "string",
db2Skipinserted: "string",
db2Stmm: "string",
db2SyncReleaseLockAttributes: "string",
db2TruncateReusestorage: "string",
db2UseAlternatePageCleaning: "string",
db2ViewReoptValues: "string",
db2WlmSettings: "string",
db2Workload: "string",
}],
}],
resourceGroupId: "string",
backupLocation: "string",
serviceEndpoints: "string",
subscriptionId: "string",
tags: ["string"],
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
});
type: ibm:Db2
properties:
autoscaleConfigs:
- autoScalingAllowPlanLimit: false
autoScalingEnabled: false
autoScalingOverTimePeriod: string
autoScalingPauseLimit: 0
autoScalingThreshold: string
backupLocation: string
customSettingConfigs:
- dbms:
- commBandwidth: string
cpuspeed: string
dftMonBufpool: string
dftMonLock: string
dftMonSort: string
dftMonStmt: string
dftMonTable: string
dftMonTimestamp: string
dftMonUow: string
diaglevel: string
federatedAsync: string
indexrec: string
intraParallel: string
keepfenced: string
maxConnretries: string
maxQuerydegree: string
monHeapSz: string
multipartsizemb: string
notifylevel: string
numInitagents: string
numInitfenced: string
numPoolagents: string
resyncInterval: string
rqrioblk: string
startStopTime: string
utilImpactLim: string
wlmDispConcur: string
wlmDispCpuShares: string
wlmDispMinUtil: string
wlmDispatcher: string
dbs:
- actSortmemLimit: string
altCollate: string
appCtlHeapSz: string
appgroupMemSz: string
applMemory: string
applheapsz: string
archretrydelay: string
authnCacheDuration: string
autoCgStats: string
autoMaint: string
autoReorg: string
autoReval: string
autoRunstats: string
autoSampling: string
autoStatsViews: string
autoStmtStats: string
autoTblMaint: string
autorestart: string
avgAppls: string
catalogcacheSz: string
chngpgsThresh: string
curCommit: string
databaseMemory: string
dbCollname: string
dbMemThresh: string
dbheap: string
ddlCompressionDef: string
ddlConstraintDef: string
decArithmetic: string
decToCharFmt: string
decfltRounding: string
dftDegree: string
dftExtentSz: string
dftLoadrecSes: string
dftMttbTypes: string
dftPrefetchSz: string
dftQueryopt: string
dftRefreshAge: string
dftSchemasDcc: string
dftSqlmathwarn: string
dftTableOrg: string
dlchktime: string
enableXmlchar: string
extendedRowSz: string
groupheapRatio: string
indexrec: string
largeAggregation: string
locklist: string
locktimeout: string
logApplInfo: string
logDdlStmts: string
logDiskCap: string
logindexbuild: string
maxappls: string
maxfilop: string
maxlocks: string
minDecDiv3: string
monActMetrics: string
monDeadlock: string
monLckMsgLvl: string
monLocktimeout: string
monLockwait: string
monLwThresh: string
monObjMetrics: string
monPkglistSz: string
monReqMetrics: string
monRtnData: string
monRtnExeclist: string
monUowData: string
monUowExeclist: string
monUowPkglist: string
ncharMapping: string
numFreqvalues: string
numIocleaners: string
numIoservers: string
numLogSpan: string
numQuantiles: string
optBuffpage: string
optDirectWrkld: string
optLocklist: string
optMaxlocks: string
optSortheap: string
pageAgeTrgtGcr: string
pageAgeTrgtMcr: string
pckcachesz: string
plStackTrace: string
selfTuningMem: string
seqdetect: string
sheapthresShr: string
softmax: string
sortheap: string
sqlCcflags: string
statHeapSz: string
stmtConc: string
stmtheap: string
stringUnits: string
systimePeriodAdj: string
trackmod: string
utilHeapSz: string
wlmAdmissionCtrl: string
wlmAgentLoadTrgt: string
wlmCpuLimit: string
wlmCpuShareMode: string
wlmCpuShares: string
registries:
- db2AlternateAuthzBehaviour: string
db2Antijoin: string
db2AtsEnable: string
db2Bidi: string
db2Compopt: string
db2DeferredPrepareSemantics: string
db2Evaluncommitted: string
db2ExtendedOptimization: string
db2IndexPctfreeDefault: string
db2InlistToNljn: string
db2LockToRb: string
db2MinimizeListprefetch: string
db2ObjectTableEntries: string
db2OptMaxTempSize: string
db2Optprofile: string
db2OptstatsLog: string
db2ParallelIo: string
db2ReducedOptimization: string
db2Selectivity: string
db2Skipdeleted: string
db2Skipinserted: string
db2Stmm: string
db2SyncReleaseLockAttributes: string
db2TruncateReusestorage: string
db2UseAlternatePageCleaning: string
db2ViewReoptValues: string
db2WlmSettings: string
db2Workload: string
db2Id: string
diskEncryptionInstanceCrn: string
diskEncryptionKeyCrn: string
highAvailability: string
instanceType: string
location: string
name: string
oracleCompatibility: string
parameters:
string: string
parametersJson: string
plan: string
resourceGroupId: string
service: string
serviceEndpoints: string
subscriptionId: string
tags:
- string
timeouts:
create: string
delete: string
update: string
Db2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Db2 resource accepts the following input properties:
- Location string
- The location where the instance available
- Plan string
- The plan type of the service
- Service string
- The name of the service offering like cloud-object-storage, kms etc
- Autoscale
Configs List<Db2AutoscaleConfig> - The db2 auto scaling config
- Backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- Custom
Setting List<Db2CustomConfigs Setting Config> - Db and Dm configurations
- Db2Id string
- Disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- Disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- High
Availability string - If you require high availability, please choose this option
- Instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- Name string
- A name for the resource instance
- Oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- Parameters Dictionary<string, string>
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string - Arbitrary parameters to pass in Json string format
- Resource
Group stringId - The resource group id
- Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- Subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<string>
- Timeouts Db2Timeouts
- Location string
- The location where the instance available
- Plan string
- The plan type of the service
- Service string
- The name of the service offering like cloud-object-storage, kms etc
- Autoscale
Configs []Db2AutoscaleConfig Args - The db2 auto scaling config
- Backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- Custom
Setting []Db2CustomConfigs Setting Config Args - Db and Dm configurations
- Db2Id string
- Disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- Disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- High
Availability string - If you require high availability, please choose this option
- Instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- Name string
- A name for the resource instance
- Oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- Parameters map[string]string
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string - Arbitrary parameters to pass in Json string format
- Resource
Group stringId - The resource group id
- Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- Subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- []string
- Timeouts
Db2Timeouts
Args
- location String
- The location where the instance available
- plan String
- The plan type of the service
- service String
- The name of the service offering like cloud-object-storage, kms etc
- autoscale
Configs List<Db2AutoscaleConfig> - The db2 auto scaling config
- backup
Location String - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- custom
Setting List<Db2CustomConfigs Setting Config> - Db and Dm configurations
- db2Id String
- disk
Encryption StringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption StringKey Crn - Cross Regional disk encryption crn
- high
Availability String - If you require high availability, please choose this option
- instance
Type String - Available machine type flavours (default selection will assume smallest configuration)
- name String
- A name for the resource instance
- oracle
Compatibility String - Indicates whether is has compatibility for oracle or not
- parameters Map<String,String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String - Arbitrary parameters to pass in Json string format
- resource
Group StringId - The resource group id
- service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- subscription
Id String - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<String>
- timeouts Db2Timeouts
- location string
- The location where the instance available
- plan string
- The plan type of the service
- service string
- The name of the service offering like cloud-object-storage, kms etc
- autoscale
Configs Db2AutoscaleConfig[] - The db2 auto scaling config
- backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- custom
Setting Db2CustomConfigs Setting Config[] - Db and Dm configurations
- db2Id string
- disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- high
Availability string - If you require high availability, please choose this option
- instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- name string
- A name for the resource instance
- oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- parameters {[key: string]: string}
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json string - Arbitrary parameters to pass in Json string format
- resource
Group stringId - The resource group id
- service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- string[]
- timeouts Db2Timeouts
- location str
- The location where the instance available
- plan str
- The plan type of the service
- service str
- The name of the service offering like cloud-object-storage, kms etc
- autoscale_
configs Sequence[Db2AutoscaleConfig Args] - The db2 auto scaling config
- backup_
location str - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- custom_
setting_ Sequence[Db2Customconfigs Setting Config Args] - Db and Dm configurations
- db2_
id str - disk_
encryption_ strinstance_ crn - Cross Regional disk encryption crn
- disk_
encryption_ strkey_ crn - Cross Regional disk encryption crn
- high_
availability str - If you require high availability, please choose this option
- instance_
type str - Available machine type flavours (default selection will assume smallest configuration)
- name str
- A name for the resource instance
- oracle_
compatibility str - Indicates whether is has compatibility for oracle or not
- parameters Mapping[str, str]
- Arbitrary parameters to pass. Must be a JSON object
- parameters_
json str - Arbitrary parameters to pass in Json string format
- resource_
group_ strid - The resource group id
- service_
endpoints str - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- subscription_
id str - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- Sequence[str]
- timeouts
Db2Timeouts
Args
- location String
- The location where the instance available
- plan String
- The plan type of the service
- service String
- The name of the service offering like cloud-object-storage, kms etc
- autoscale
Configs List<Property Map> - The db2 auto scaling config
- backup
Location String - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- custom
Setting List<Property Map>Configs - Db and Dm configurations
- db2Id String
- disk
Encryption StringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption StringKey Crn - Cross Regional disk encryption crn
- high
Availability String - If you require high availability, please choose this option
- instance
Type String - Available machine type flavours (default selection will assume smallest configuration)
- name String
- A name for the resource instance
- oracle
Compatibility String - Indicates whether is has compatibility for oracle or not
- parameters Map<String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String - Arbitrary parameters to pass in Json string format
- resource
Group StringId - The resource group id
- service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- subscription
Id String - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<String>
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Db2 resource produces the following output properties:
- Account
Id string - An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - The date when the instance was created.
- Created
By string - The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions Dictionary<string, string>
- The extended metadata as a map associated with the resource instance.
- Guid string
- Guid of resource instance
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation Dictionary<string, string> - The status of the last operation requested on the instance
- Locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Plan
Histories List<Db2PlanHistory> - The plan history of the instance.
- Resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - The long ID (full CRN) of the resource group
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - The unique ID of the offering
- Resource
Keys stringUrl - The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - The unique ID of the plan associated with the offering
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- State string
- The current state of the instance.
- Status string
- Status of resource instance
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Type string
- The type of the instance, e.g. service_instance.
- Update
At string - The date when the instance was last updated.
- Update
By string - The subject who updated the instance.
- Account
Id string - An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Created
At string - The date when the instance was created.
- Created
By string - The subject who created the instance.
- Crn string
- CRN of resource instance
- Dashboard
Url string - Dashboard URL to access resource.
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Extensions map[string]string
- The extended metadata as a map associated with the resource instance.
- Guid string
- Guid of resource instance
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Operation map[string]string - The status of the last operation requested on the instance
- Locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Plan
Histories []Db2PlanHistory - The plan history of the instance.
- Resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - The long ID (full CRN) of the resource group
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - The unique ID of the offering
- Resource
Keys stringUrl - The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - The unique ID of the plan associated with the offering
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- State string
- The current state of the instance.
- Status string
- Status of resource instance
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Type string
- The type of the instance, e.g. service_instance.
- Update
At string - The date when the instance was last updated.
- Update
By string - The subject who updated the instance.
- account
Id String - An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - The date when the instance was created.
- created
By String - The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String,String>
- The extended metadata as a map associated with the resource instance.
- guid String
- Guid of resource instance
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation Map<String,String> - The status of the last operation requested on the instance
- locked Boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories List<Db2PlanHistory> - The plan history of the instance.
- resource
Aliases StringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - The long ID (full CRN) of the resource group
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - The unique ID of the offering
- resource
Keys StringUrl - The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - The unique ID of the plan associated with the offering
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- state String
- The current state of the instance.
- status String
- Status of resource instance
- sub
Type String - The sub-type of instance, e.g. cfaas .
- target
Crn String - The full deployment CRN as defined in the global catalog
- type String
- The type of the instance, e.g. service_instance.
- update
At String - The date when the instance was last updated.
- update
By String - The subject who updated the instance.
- account
Id string - An alpha-numeric value identifying the account ID.
- allow
Cleanup boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At string - The date when the instance was created.
- created
By string - The subject who created the instance.
- crn string
- CRN of resource instance
- dashboard
Url string - Dashboard URL to access resource.
- deleted
At string - The date when the instance was deleted.
- deleted
By string - The subject who deleted the instance.
- extensions {[key: string]: string}
- The extended metadata as a map associated with the resource instance.
- guid string
- Guid of resource instance
- id string
- The provider-assigned unique ID for this managed resource.
- last
Operation {[key: string]: string} - The status of the last operation requested on the instance
- locked boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories Db2PlanHistory[] - The plan history of the instance.
- resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn string - The crn of the resource
- resource
Group stringCrn - The long ID (full CRN) of the resource group
- resource
Group stringName - The resource group name in which resource is provisioned
- resource
Id string - The unique ID of the offering
- resource
Keys stringUrl - The relative path to the resource keys for the instance.
- resource
Name string - The name of the resource
- resource
Plan stringId - The unique ID of the plan associated with the offering
- resource
Status string - The status of the resource
- restored
At string - The date when the instance under reclamation was restored.
- restored
By string - The subject who restored the instance back from reclamation.
- scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- state string
- The current state of the instance.
- status string
- Status of resource instance
- sub
Type string - The sub-type of instance, e.g. cfaas .
- target
Crn string - The full deployment CRN as defined in the global catalog
- type string
- The type of the instance, e.g. service_instance.
- update
At string - The date when the instance was last updated.
- update
By string - The subject who updated the instance.
- account_
id str - An alpha-numeric value identifying the account ID.
- allow_
cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created_
at str - The date when the instance was created.
- created_
by str - The subject who created the instance.
- crn str
- CRN of resource instance
- dashboard_
url str - Dashboard URL to access resource.
- deleted_
at str - The date when the instance was deleted.
- deleted_
by str - The subject who deleted the instance.
- extensions Mapping[str, str]
- The extended metadata as a map associated with the resource instance.
- guid str
- Guid of resource instance
- id str
- The provider-assigned unique ID for this managed resource.
- last_
operation Mapping[str, str] - The status of the last operation requested on the instance
- locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime_
credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- plan_
histories Sequence[Db2PlanHistory] - The plan history of the instance.
- resource_
aliases_ strurl - The relative path to the resource aliases for the instance.
- resource_
bindings_ strurl - The relative path to the resource bindings for the instance.
- resource_
controller_ strurl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource_
crn str - The crn of the resource
- resource_
group_ strcrn - The long ID (full CRN) of the resource group
- resource_
group_ strname - The resource group name in which resource is provisioned
- resource_
id str - The unique ID of the offering
- resource_
keys_ strurl - The relative path to the resource keys for the instance.
- resource_
name str - The name of the resource
- resource_
plan_ strid - The unique ID of the plan associated with the offering
- resource_
status str - The status of the resource
- restored_
at str - The date when the instance under reclamation was restored.
- restored_
by str - The subject who restored the instance back from reclamation.
- scheduled_
reclaim_ strat - The date when the instance was scheduled for reclamation.
- scheduled_
reclaim_ strby - The subject who initiated the instance reclamation.
- state str
- The current state of the instance.
- status str
- Status of resource instance
- sub_
type str - The sub-type of instance, e.g. cfaas .
- target_
crn str - The full deployment CRN as defined in the global catalog
- type str
- The type of the instance, e.g. service_instance.
- update_
at str - The date when the instance was last updated.
- update_
by str - The subject who updated the instance.
- account
Id String - An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- created
At String - The date when the instance was created.
- created
By String - The subject who created the instance.
- crn String
- CRN of resource instance
- dashboard
Url String - Dashboard URL to access resource.
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- extensions Map<String>
- The extended metadata as a map associated with the resource instance.
- guid String
- Guid of resource instance
- id String
- The provider-assigned unique ID for this managed resource.
- last
Operation Map<String> - The status of the last operation requested on the instance
- locked Boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- plan
Histories List<Property Map> - The plan history of the instance.
- resource
Aliases StringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - The long ID (full CRN) of the resource group
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - The unique ID of the offering
- resource
Keys StringUrl - The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - The unique ID of the plan associated with the offering
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- state String
- The current state of the instance.
- status String
- Status of resource instance
- sub
Type String - The sub-type of instance, e.g. cfaas .
- target
Crn String - The full deployment CRN as defined in the global catalog
- type String
- The type of the instance, e.g. service_instance.
- update
At String - The date when the instance was last updated.
- update
By String - The subject who updated the instance.
Look up Existing Db2 Resource
Get an existing Db2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: Db2State, opts?: CustomResourceOptions): Db2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
allow_cleanup: Optional[bool] = None,
autoscale_configs: Optional[Sequence[Db2AutoscaleConfigArgs]] = None,
backup_location: Optional[str] = None,
created_at: Optional[str] = None,
created_by: Optional[str] = None,
crn: Optional[str] = None,
custom_setting_configs: Optional[Sequence[Db2CustomSettingConfigArgs]] = None,
dashboard_url: Optional[str] = None,
db2_id: Optional[str] = None,
deleted_at: Optional[str] = None,
deleted_by: Optional[str] = None,
disk_encryption_instance_crn: Optional[str] = None,
disk_encryption_key_crn: Optional[str] = None,
extensions: Optional[Mapping[str, str]] = None,
guid: Optional[str] = None,
high_availability: Optional[str] = None,
instance_type: Optional[str] = None,
last_operation: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
locked: Optional[bool] = None,
name: Optional[str] = None,
onetime_credentials: Optional[bool] = None,
oracle_compatibility: Optional[str] = None,
parameters: Optional[Mapping[str, str]] = None,
parameters_json: Optional[str] = None,
plan: Optional[str] = None,
plan_histories: Optional[Sequence[Db2PlanHistoryArgs]] = None,
resource_aliases_url: Optional[str] = None,
resource_bindings_url: Optional[str] = None,
resource_controller_url: Optional[str] = None,
resource_crn: Optional[str] = None,
resource_group_crn: Optional[str] = None,
resource_group_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_id: Optional[str] = None,
resource_keys_url: Optional[str] = None,
resource_name: Optional[str] = None,
resource_plan_id: Optional[str] = None,
resource_status: Optional[str] = None,
restored_at: Optional[str] = None,
restored_by: Optional[str] = None,
scheduled_reclaim_at: Optional[str] = None,
scheduled_reclaim_by: Optional[str] = None,
service: Optional[str] = None,
service_endpoints: Optional[str] = None,
state: Optional[str] = None,
status: Optional[str] = None,
sub_type: Optional[str] = None,
subscription_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
target_crn: Optional[str] = None,
timeouts: Optional[Db2TimeoutsArgs] = None,
type: Optional[str] = None,
update_at: Optional[str] = None,
update_by: Optional[str] = None) -> Db2
func GetDb2(ctx *Context, name string, id IDInput, state *Db2State, opts ...ResourceOption) (*Db2, error)
public static Db2 Get(string name, Input<string> id, Db2State? state, CustomResourceOptions? opts = null)
public static Db2 get(String name, Output<String> id, Db2State state, CustomResourceOptions options)
resources: _: type: ibm:Db2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Autoscale
Configs List<Db2AutoscaleConfig> - The db2 auto scaling config
- Backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- Created
At string - The date when the instance was created.
- Created
By string - The subject who created the instance.
- Crn string
- CRN of resource instance
- Custom
Setting List<Db2CustomConfigs Setting Config> - Db and Dm configurations
- Dashboard
Url string - Dashboard URL to access resource.
- Db2Id string
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- Disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- Extensions Dictionary<string, string>
- The extended metadata as a map associated with the resource instance.
- Guid string
- Guid of resource instance
- High
Availability string - If you require high availability, please choose this option
- Instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- Last
Operation Dictionary<string, string> - The status of the last operation requested on the instance
- Location string
- The location where the instance available
- Locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Name string
- A name for the resource instance
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- Parameters Dictionary<string, string>
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string - Arbitrary parameters to pass in Json string format
- Plan string
- The plan type of the service
- Plan
Histories List<Db2PlanHistory> - The plan history of the instance.
- Resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - The long ID (full CRN) of the resource group
- Resource
Group stringId - The resource group id
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - The unique ID of the offering
- Resource
Keys stringUrl - The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - The unique ID of the plan associated with the offering
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- Service string
- The name of the service offering like cloud-object-storage, kms etc
- Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- State string
- The current state of the instance.
- Status string
- Status of resource instance
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<string>
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Timeouts Db2Timeouts
- Type string
- The type of the instance, e.g. service_instance.
- Update
At string - The date when the instance was last updated.
- Update
By string - The subject who updated the instance.
- Account
Id string - An alpha-numeric value identifying the account ID.
- Allow
Cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Autoscale
Configs []Db2AutoscaleConfig Args - The db2 auto scaling config
- Backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- Created
At string - The date when the instance was created.
- Created
By string - The subject who created the instance.
- Crn string
- CRN of resource instance
- Custom
Setting []Db2CustomConfigs Setting Config Args - Db and Dm configurations
- Dashboard
Url string - Dashboard URL to access resource.
- Db2Id string
- Deleted
At string - The date when the instance was deleted.
- Deleted
By string - The subject who deleted the instance.
- Disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- Disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- Extensions map[string]string
- The extended metadata as a map associated with the resource instance.
- Guid string
- Guid of resource instance
- High
Availability string - If you require high availability, please choose this option
- Instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- Last
Operation map[string]string - The status of the last operation requested on the instance
- Location string
- The location where the instance available
- Locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- Name string
- A name for the resource instance
- Onetime
Credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- Oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- Parameters map[string]string
- Arbitrary parameters to pass. Must be a JSON object
- Parameters
Json string - Arbitrary parameters to pass in Json string format
- Plan string
- The plan type of the service
- Plan
Histories []Db2PlanHistory Args - The plan history of the instance.
- Resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- Resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- Resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- Resource
Crn string - The crn of the resource
- Resource
Group stringCrn - The long ID (full CRN) of the resource group
- Resource
Group stringId - The resource group id
- Resource
Group stringName - The resource group name in which resource is provisioned
- Resource
Id string - The unique ID of the offering
- Resource
Keys stringUrl - The relative path to the resource keys for the instance.
- Resource
Name string - The name of the resource
- Resource
Plan stringId - The unique ID of the plan associated with the offering
- Resource
Status string - The status of the resource
- Restored
At string - The date when the instance under reclamation was restored.
- Restored
By string - The subject who restored the instance back from reclamation.
- Scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- Scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- Service string
- The name of the service offering like cloud-object-storage, kms etc
- Service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- State string
- The current state of the instance.
- Status string
- Status of resource instance
- Sub
Type string - The sub-type of instance, e.g. cfaas .
- Subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- []string
- Target
Crn string - The full deployment CRN as defined in the global catalog
- Timeouts
Db2Timeouts
Args - Type string
- The type of the instance, e.g. service_instance.
- Update
At string - The date when the instance was last updated.
- Update
By string - The subject who updated the instance.
- account
Id String - An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- autoscale
Configs List<Db2AutoscaleConfig> - The db2 auto scaling config
- backup
Location String - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- created
At String - The date when the instance was created.
- created
By String - The subject who created the instance.
- crn String
- CRN of resource instance
- custom
Setting List<Db2CustomConfigs Setting Config> - Db and Dm configurations
- dashboard
Url String - Dashboard URL to access resource.
- db2Id String
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- disk
Encryption StringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption StringKey Crn - Cross Regional disk encryption crn
- extensions Map<String,String>
- The extended metadata as a map associated with the resource instance.
- guid String
- Guid of resource instance
- high
Availability String - If you require high availability, please choose this option
- instance
Type String - Available machine type flavours (default selection will assume smallest configuration)
- last
Operation Map<String,String> - The status of the last operation requested on the instance
- location String
- The location where the instance available
- locked Boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name String
- A name for the resource instance
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- oracle
Compatibility String - Indicates whether is has compatibility for oracle or not
- parameters Map<String,String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String - Arbitrary parameters to pass in Json string format
- plan String
- The plan type of the service
- plan
Histories List<Db2PlanHistory> - The plan history of the instance.
- resource
Aliases StringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - The long ID (full CRN) of the resource group
- resource
Group StringId - The resource group id
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - The unique ID of the offering
- resource
Keys StringUrl - The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - The unique ID of the plan associated with the offering
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- service String
- The name of the service offering like cloud-object-storage, kms etc
- service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state String
- The current state of the instance.
- status String
- Status of resource instance
- sub
Type String - The sub-type of instance, e.g. cfaas .
- subscription
Id String - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<String>
- target
Crn String - The full deployment CRN as defined in the global catalog
- timeouts Db2Timeouts
- type String
- The type of the instance, e.g. service_instance.
- update
At String - The date when the instance was last updated.
- update
By String - The subject who updated the instance.
- account
Id string - An alpha-numeric value identifying the account ID.
- allow
Cleanup boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- autoscale
Configs Db2AutoscaleConfig[] - The db2 auto scaling config
- backup
Location string - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- created
At string - The date when the instance was created.
- created
By string - The subject who created the instance.
- crn string
- CRN of resource instance
- custom
Setting Db2CustomConfigs Setting Config[] - Db and Dm configurations
- dashboard
Url string - Dashboard URL to access resource.
- db2Id string
- deleted
At string - The date when the instance was deleted.
- deleted
By string - The subject who deleted the instance.
- disk
Encryption stringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption stringKey Crn - Cross Regional disk encryption crn
- extensions {[key: string]: string}
- The extended metadata as a map associated with the resource instance.
- guid string
- Guid of resource instance
- high
Availability string - If you require high availability, please choose this option
- instance
Type string - Available machine type flavours (default selection will assume smallest configuration)
- last
Operation {[key: string]: string} - The status of the last operation requested on the instance
- location string
- The location where the instance available
- locked boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name string
- A name for the resource instance
- onetime
Credentials boolean - A boolean that dictates if the onetime_credentials is true or false.
- oracle
Compatibility string - Indicates whether is has compatibility for oracle or not
- parameters {[key: string]: string}
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json string - Arbitrary parameters to pass in Json string format
- plan string
- The plan type of the service
- plan
Histories Db2PlanHistory[] - The plan history of the instance.
- resource
Aliases stringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings stringUrl - The relative path to the resource bindings for the instance.
- resource
Controller stringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn string - The crn of the resource
- resource
Group stringCrn - The long ID (full CRN) of the resource group
- resource
Group stringId - The resource group id
- resource
Group stringName - The resource group name in which resource is provisioned
- resource
Id string - The unique ID of the offering
- resource
Keys stringUrl - The relative path to the resource keys for the instance.
- resource
Name string - The name of the resource
- resource
Plan stringId - The unique ID of the plan associated with the offering
- resource
Status string - The status of the resource
- restored
At string - The date when the instance under reclamation was restored.
- restored
By string - The subject who restored the instance back from reclamation.
- scheduled
Reclaim stringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim stringBy - The subject who initiated the instance reclamation.
- service string
- The name of the service offering like cloud-object-storage, kms etc
- service
Endpoints string - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state string
- The current state of the instance.
- status string
- Status of resource instance
- sub
Type string - The sub-type of instance, e.g. cfaas .
- subscription
Id string - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- string[]
- target
Crn string - The full deployment CRN as defined in the global catalog
- timeouts Db2Timeouts
- type string
- The type of the instance, e.g. service_instance.
- update
At string - The date when the instance was last updated.
- update
By string - The subject who updated the instance.
- account_
id str - An alpha-numeric value identifying the account ID.
- allow_
cleanup bool - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- autoscale_
configs Sequence[Db2AutoscaleConfig Args] - The db2 auto scaling config
- backup_
location str - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- created_
at str - The date when the instance was created.
- created_
by str - The subject who created the instance.
- crn str
- CRN of resource instance
- custom_
setting_ Sequence[Db2Customconfigs Setting Config Args] - Db and Dm configurations
- dashboard_
url str - Dashboard URL to access resource.
- db2_
id str - deleted_
at str - The date when the instance was deleted.
- deleted_
by str - The subject who deleted the instance.
- disk_
encryption_ strinstance_ crn - Cross Regional disk encryption crn
- disk_
encryption_ strkey_ crn - Cross Regional disk encryption crn
- extensions Mapping[str, str]
- The extended metadata as a map associated with the resource instance.
- guid str
- Guid of resource instance
- high_
availability str - If you require high availability, please choose this option
- instance_
type str - Available machine type flavours (default selection will assume smallest configuration)
- last_
operation Mapping[str, str] - The status of the last operation requested on the instance
- location str
- The location where the instance available
- locked bool
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name str
- A name for the resource instance
- onetime_
credentials bool - A boolean that dictates if the onetime_credentials is true or false.
- oracle_
compatibility str - Indicates whether is has compatibility for oracle or not
- parameters Mapping[str, str]
- Arbitrary parameters to pass. Must be a JSON object
- parameters_
json str - Arbitrary parameters to pass in Json string format
- plan str
- The plan type of the service
- plan_
histories Sequence[Db2PlanHistory Args] - The plan history of the instance.
- resource_
aliases_ strurl - The relative path to the resource aliases for the instance.
- resource_
bindings_ strurl - The relative path to the resource bindings for the instance.
- resource_
controller_ strurl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource_
crn str - The crn of the resource
- resource_
group_ strcrn - The long ID (full CRN) of the resource group
- resource_
group_ strid - The resource group id
- resource_
group_ strname - The resource group name in which resource is provisioned
- resource_
id str - The unique ID of the offering
- resource_
keys_ strurl - The relative path to the resource keys for the instance.
- resource_
name str - The name of the resource
- resource_
plan_ strid - The unique ID of the plan associated with the offering
- resource_
status str - The status of the resource
- restored_
at str - The date when the instance under reclamation was restored.
- restored_
by str - The subject who restored the instance back from reclamation.
- scheduled_
reclaim_ strat - The date when the instance was scheduled for reclamation.
- scheduled_
reclaim_ strby - The subject who initiated the instance reclamation.
- service str
- The name of the service offering like cloud-object-storage, kms etc
- service_
endpoints str - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state str
- The current state of the instance.
- status str
- Status of resource instance
- sub_
type str - The sub-type of instance, e.g. cfaas .
- subscription_
id str - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- Sequence[str]
- target_
crn str - The full deployment CRN as defined in the global catalog
- timeouts
Db2Timeouts
Args - type str
- The type of the instance, e.g. service_instance.
- update_
at str - The date when the instance was last updated.
- update_
by str - The subject who updated the instance.
- account
Id String - An alpha-numeric value identifying the account ID.
- allow
Cleanup Boolean - A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- autoscale
Configs List<Property Map> - The db2 auto scaling config
- backup
Location String - Cross Regional backups can be stored across multiple regions in a zone. Regional backups are stored in only specific region.
- created
At String - The date when the instance was created.
- created
By String - The subject who created the instance.
- crn String
- CRN of resource instance
- custom
Setting List<Property Map>Configs - Db and Dm configurations
- dashboard
Url String - Dashboard URL to access resource.
- db2Id String
- deleted
At String - The date when the instance was deleted.
- deleted
By String - The subject who deleted the instance.
- disk
Encryption StringInstance Crn - Cross Regional disk encryption crn
- disk
Encryption StringKey Crn - Cross Regional disk encryption crn
- extensions Map<String>
- The extended metadata as a map associated with the resource instance.
- guid String
- Guid of resource instance
- high
Availability String - If you require high availability, please choose this option
- instance
Type String - Available machine type flavours (default selection will assume smallest configuration)
- last
Operation Map<String> - The status of the last operation requested on the instance
- location String
- The location where the instance available
- locked Boolean
- A boolean that dictates if the resource instance should be deleted (cleaned up) during the processing of a region instance delete call.
- name String
- A name for the resource instance
- onetime
Credentials Boolean - A boolean that dictates if the onetime_credentials is true or false.
- oracle
Compatibility String - Indicates whether is has compatibility for oracle or not
- parameters Map<String>
- Arbitrary parameters to pass. Must be a JSON object
- parameters
Json String - Arbitrary parameters to pass in Json string format
- plan String
- The plan type of the service
- plan
Histories List<Property Map> - The plan history of the instance.
- resource
Aliases StringUrl - The relative path to the resource aliases for the instance.
- resource
Bindings StringUrl - The relative path to the resource bindings for the instance.
- resource
Controller StringUrl - The URL of the IBM Cloud dashboard that can be used to explore and view details about the resource
- resource
Crn String - The crn of the resource
- resource
Group StringCrn - The long ID (full CRN) of the resource group
- resource
Group StringId - The resource group id
- resource
Group StringName - The resource group name in which resource is provisioned
- resource
Id String - The unique ID of the offering
- resource
Keys StringUrl - The relative path to the resource keys for the instance.
- resource
Name String - The name of the resource
- resource
Plan StringId - The unique ID of the plan associated with the offering
- resource
Status String - The status of the resource
- restored
At String - The date when the instance under reclamation was restored.
- restored
By String - The subject who restored the instance back from reclamation.
- scheduled
Reclaim StringAt - The date when the instance was scheduled for reclamation.
- scheduled
Reclaim StringBy - The subject who initiated the instance reclamation.
- service String
- The name of the service offering like cloud-object-storage, kms etc
- service
Endpoints String - Types of the service endpoints. Possible values are 'public', 'private', 'public-and-private'.
- state String
- The current state of the instance.
- status String
- Status of resource instance
- sub
Type String - The sub-type of instance, e.g. cfaas .
- subscription
Id String - For PerformanceSubscription plans a Subscription ID is required. It is not required for Performance plans.
- List<String>
- target
Crn String - The full deployment CRN as defined in the global catalog
- timeouts Property Map
- type String
- The type of the instance, e.g. service_instance.
- update
At String - The date when the instance was last updated.
- update
By String - The subject who updated the instance.
Supporting Types
Db2AutoscaleConfig, Db2AutoscaleConfigArgs
- Auto
Scaling boolAllow Plan Limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- Auto
Scaling boolEnabled - Indicates if automatic scaling is enabled or not.
- Auto
Scaling stringOver Time Period - The auto_scaling_over_time_period of the instance
- Auto
Scaling doublePause Limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- Auto
Scaling stringThreshold - The auto_scaling_threshold of the instance
- Auto
Scaling boolAllow Plan Limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- Auto
Scaling boolEnabled - Indicates if automatic scaling is enabled or not.
- Auto
Scaling stringOver Time Period - The auto_scaling_over_time_period of the instance
- Auto
Scaling float64Pause Limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- Auto
Scaling stringThreshold - The auto_scaling_threshold of the instance
- auto
Scaling BooleanAllow Plan Limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- auto
Scaling BooleanEnabled - Indicates if automatic scaling is enabled or not.
- auto
Scaling StringOver Time Period - The auto_scaling_over_time_period of the instance
- auto
Scaling DoublePause Limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- auto
Scaling StringThreshold - The auto_scaling_threshold of the instance
- auto
Scaling booleanAllow Plan Limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- auto
Scaling booleanEnabled - Indicates if automatic scaling is enabled or not.
- auto
Scaling stringOver Time Period - The auto_scaling_over_time_period of the instance
- auto
Scaling numberPause Limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- auto
Scaling stringThreshold - The auto_scaling_threshold of the instance
- auto_
scaling_ boolallow_ plan_ limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- auto_
scaling_ boolenabled - Indicates if automatic scaling is enabled or not.
- auto_
scaling_ strover_ time_ period - The auto_scaling_over_time_period of the instance
- auto_
scaling_ floatpause_ limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- auto_
scaling_ strthreshold - The auto_scaling_threshold of the instance
- auto
Scaling BooleanAllow Plan Limit - Indicates the maximum number of scaling actions that are allowed within a specified time period.
- auto
Scaling BooleanEnabled - Indicates if automatic scaling is enabled or not.
- auto
Scaling StringOver Time Period - The auto_scaling_over_time_period of the instance
- auto
Scaling NumberPause Limit - Specifies the duration to pause auto-scaling actions after a scaling event has occurred.
- auto
Scaling StringThreshold - The auto_scaling_threshold of the instance
Db2CustomSettingConfig, Db2CustomSettingConfigArgs
- Dbms
List<Db2Custom
Setting Config Dbm> - Tunable parameters related to the Db2 instance manager (dbm).
- Dbs
List<Db2Custom
Setting Config Db> - Tunable parameters related to the Db2 database instance.
- Registries
List<Db2Custom
Setting Config Registry> - Tunable parameters related to the Db2 registry.
- Dbms
[]Db2Custom
Setting Config Dbm - Tunable parameters related to the Db2 instance manager (dbm).
- Dbs
[]Db2Custom
Setting Config Db - Tunable parameters related to the Db2 database instance.
- Registries
[]Db2Custom
Setting Config Registry - Tunable parameters related to the Db2 registry.
- dbms
List<Db2Custom
Setting Config Dbm> - Tunable parameters related to the Db2 instance manager (dbm).
- dbs
List<Db2Custom
Setting Config Db> - Tunable parameters related to the Db2 database instance.
- registries
List<Db2Custom
Setting Config Registry> - Tunable parameters related to the Db2 registry.
- dbms
Db2Custom
Setting Config Dbm[] - Tunable parameters related to the Db2 instance manager (dbm).
- dbs
Db2Custom
Setting Config Db[] - Tunable parameters related to the Db2 database instance.
- registries
Db2Custom
Setting Config Registry[] - Tunable parameters related to the Db2 registry.
- dbms
Sequence[Db2Custom
Setting Config Dbm] - Tunable parameters related to the Db2 instance manager (dbm).
- dbs
Sequence[Db2Custom
Setting Config Db] - Tunable parameters related to the Db2 database instance.
- registries
Sequence[Db2Custom
Setting Config Registry] - Tunable parameters related to the Db2 registry.
- dbms List<Property Map>
- Tunable parameters related to the Db2 instance manager (dbm).
- dbs List<Property Map>
- Tunable parameters related to the Db2 database instance.
- registries List<Property Map>
- Tunable parameters related to the Db2 registry.
Db2CustomSettingConfigDb, Db2CustomSettingConfigDbArgs
- Act
Sortmem stringLimit - Alt
Collate string - App
Ctl stringHeap Sz - Appgroup
Mem stringSz - Appl
Memory string - Applheapsz string
- Archretrydelay string
- Authn
Cache stringDuration - Auto
Cg stringStats - Auto
Maint string - Auto
Reorg string - Auto
Reval string - Auto
Runstats string - Auto
Sampling string - Auto
Stats stringViews - Auto
Stmt stringStats - Auto
Tbl stringMaint - Autorestart string
- Avg
Appls string - Catalogcache
Sz string - Chngpgs
Thresh string - Cur
Commit string - Database
Memory string - Db
Collname string - Db
Mem stringThresh - Dbheap string
- Ddl
Compression stringDef - Ddl
Constraint stringDef - Dec
Arithmetic string - Dec
To stringChar Fmt - Decflt
Rounding string - Dft
Degree string - Dft
Extent stringSz - Dft
Loadrec stringSes - Dft
Mttb stringTypes - Dft
Prefetch stringSz - Dft
Queryopt string - Dft
Refresh stringAge - Dft
Schemas stringDcc - Dft
Sqlmathwarn string - Dft
Table stringOrg - Dlchktime string
- Enable
Xmlchar string - Extended
Row stringSz - Groupheap
Ratio string - Indexrec string
- Large
Aggregation string - Locklist string
- Locktimeout string
- Log
Appl stringInfo - Log
Ddl stringStmts - Log
Disk stringCap - Logindexbuild string
- Maxappls string
- Maxfilop string
- Maxlocks string
- Min
Dec stringDiv3 - Mon
Act stringMetrics - Mon
Deadlock string - Mon
Lck stringMsg Lvl - Mon
Locktimeout string - Mon
Lockwait string - Mon
Lw stringThresh - Mon
Obj stringMetrics - Mon
Pkglist stringSz - Mon
Req stringMetrics - Mon
Rtn stringData - Mon
Rtn stringExeclist - Mon
Uow stringData - Mon
Uow stringExeclist - Mon
Uow stringPkglist - Nchar
Mapping string - Num
Freqvalues string - Num
Iocleaners string - Num
Ioservers string - Num
Log stringSpan - Num
Quantiles string - Opt
Buffpage string - Opt
Direct stringWrkld - Opt
Locklist string - Opt
Maxlocks string - Opt
Sortheap string - Page
Age stringTrgt Gcr - Page
Age stringTrgt Mcr - Pckcachesz string
- Pl
Stack stringTrace - Self
Tuning stringMem - Seqdetect string
- Sheapthres
Shr string - Softmax string
- Sortheap string
- Sql
Ccflags string - Stat
Heap stringSz - Stmt
Conc string - Stmtheap string
- String
Units string - Systime
Period stringAdj - Trackmod string
- Util
Heap stringSz - Wlm
Admission stringCtrl - Wlm
Agent stringLoad Trgt - Wlm
Cpu stringLimit - string
- string
- Act
Sortmem stringLimit - Alt
Collate string - App
Ctl stringHeap Sz - Appgroup
Mem stringSz - Appl
Memory string - Applheapsz string
- Archretrydelay string
- Authn
Cache stringDuration - Auto
Cg stringStats - Auto
Maint string - Auto
Reorg string - Auto
Reval string - Auto
Runstats string - Auto
Sampling string - Auto
Stats stringViews - Auto
Stmt stringStats - Auto
Tbl stringMaint - Autorestart string
- Avg
Appls string - Catalogcache
Sz string - Chngpgs
Thresh string - Cur
Commit string - Database
Memory string - Db
Collname string - Db
Mem stringThresh - Dbheap string
- Ddl
Compression stringDef - Ddl
Constraint stringDef - Dec
Arithmetic string - Dec
To stringChar Fmt - Decflt
Rounding string - Dft
Degree string - Dft
Extent stringSz - Dft
Loadrec stringSes - Dft
Mttb stringTypes - Dft
Prefetch stringSz - Dft
Queryopt string - Dft
Refresh stringAge - Dft
Schemas stringDcc - Dft
Sqlmathwarn string - Dft
Table stringOrg - Dlchktime string
- Enable
Xmlchar string - Extended
Row stringSz - Groupheap
Ratio string - Indexrec string
- Large
Aggregation string - Locklist string
- Locktimeout string
- Log
Appl stringInfo - Log
Ddl stringStmts - Log
Disk stringCap - Logindexbuild string
- Maxappls string
- Maxfilop string
- Maxlocks string
- Min
Dec stringDiv3 - Mon
Act stringMetrics - Mon
Deadlock string - Mon
Lck stringMsg Lvl - Mon
Locktimeout string - Mon
Lockwait string - Mon
Lw stringThresh - Mon
Obj stringMetrics - Mon
Pkglist stringSz - Mon
Req stringMetrics - Mon
Rtn stringData - Mon
Rtn stringExeclist - Mon
Uow stringData - Mon
Uow stringExeclist - Mon
Uow stringPkglist - Nchar
Mapping string - Num
Freqvalues string - Num
Iocleaners string - Num
Ioservers string - Num
Log stringSpan - Num
Quantiles string - Opt
Buffpage string - Opt
Direct stringWrkld - Opt
Locklist string - Opt
Maxlocks string - Opt
Sortheap string - Page
Age stringTrgt Gcr - Page
Age stringTrgt Mcr - Pckcachesz string
- Pl
Stack stringTrace - Self
Tuning stringMem - Seqdetect string
- Sheapthres
Shr string - Softmax string
- Sortheap string
- Sql
Ccflags string - Stat
Heap stringSz - Stmt
Conc string - Stmtheap string
- String
Units string - Systime
Period stringAdj - Trackmod string
- Util
Heap stringSz - Wlm
Admission stringCtrl - Wlm
Agent stringLoad Trgt - Wlm
Cpu stringLimit - string
- string
- act
Sortmem StringLimit - alt
Collate String - app
Ctl StringHeap Sz - appgroup
Mem StringSz - appl
Memory String - applheapsz String
- archretrydelay String
- authn
Cache StringDuration - auto
Cg StringStats - auto
Maint String - auto
Reorg String - auto
Reval String - auto
Runstats String - auto
Sampling String - auto
Stats StringViews - auto
Stmt StringStats - auto
Tbl StringMaint - autorestart String
- avg
Appls String - catalogcache
Sz String - chngpgs
Thresh String - cur
Commit String - database
Memory String - db
Collname String - db
Mem StringThresh - dbheap String
- ddl
Compression StringDef - ddl
Constraint StringDef - dec
Arithmetic String - dec
To StringChar Fmt - decflt
Rounding String - dft
Degree String - dft
Extent StringSz - dft
Loadrec StringSes - dft
Mttb StringTypes - dft
Prefetch StringSz - dft
Queryopt String - dft
Refresh StringAge - dft
Schemas StringDcc - dft
Sqlmathwarn String - dft
Table StringOrg - dlchktime String
- enable
Xmlchar String - extended
Row StringSz - groupheap
Ratio String - indexrec String
- large
Aggregation String - locklist String
- locktimeout String
- log
Appl StringInfo - log
Ddl StringStmts - log
Disk StringCap - logindexbuild String
- maxappls String
- maxfilop String
- maxlocks String
- min
Dec StringDiv3 - mon
Act StringMetrics - mon
Deadlock String - mon
Lck StringMsg Lvl - mon
Locktimeout String - mon
Lockwait String - mon
Lw StringThresh - mon
Obj StringMetrics - mon
Pkglist StringSz - mon
Req StringMetrics - mon
Rtn StringData - mon
Rtn StringExeclist - mon
Uow StringData - mon
Uow StringExeclist - mon
Uow StringPkglist - nchar
Mapping String - num
Freqvalues String - num
Iocleaners String - num
Ioservers String - num
Log StringSpan - num
Quantiles String - opt
Buffpage String - opt
Direct StringWrkld - opt
Locklist String - opt
Maxlocks String - opt
Sortheap String - page
Age StringTrgt Gcr - page
Age StringTrgt Mcr - pckcachesz String
- pl
Stack StringTrace - self
Tuning StringMem - seqdetect String
- sheapthres
Shr String - softmax String
- sortheap String
- sql
Ccflags String - stat
Heap StringSz - stmt
Conc String - stmtheap String
- string
Units String - systime
Period StringAdj - trackmod String
- util
Heap StringSz - wlm
Admission StringCtrl - wlm
Agent StringLoad Trgt - wlm
Cpu StringLimit - String
- String
- act
Sortmem stringLimit - alt
Collate string - app
Ctl stringHeap Sz - appgroup
Mem stringSz - appl
Memory string - applheapsz string
- archretrydelay string
- authn
Cache stringDuration - auto
Cg stringStats - auto
Maint string - auto
Reorg string - auto
Reval string - auto
Runstats string - auto
Sampling string - auto
Stats stringViews - auto
Stmt stringStats - auto
Tbl stringMaint - autorestart string
- avg
Appls string - catalogcache
Sz string - chngpgs
Thresh string - cur
Commit string - database
Memory string - db
Collname string - db
Mem stringThresh - dbheap string
- ddl
Compression stringDef - ddl
Constraint stringDef - dec
Arithmetic string - dec
To stringChar Fmt - decflt
Rounding string - dft
Degree string - dft
Extent stringSz - dft
Loadrec stringSes - dft
Mttb stringTypes - dft
Prefetch stringSz - dft
Queryopt string - dft
Refresh stringAge - dft
Schemas stringDcc - dft
Sqlmathwarn string - dft
Table stringOrg - dlchktime string
- enable
Xmlchar string - extended
Row stringSz - groupheap
Ratio string - indexrec string
- large
Aggregation string - locklist string
- locktimeout string
- log
Appl stringInfo - log
Ddl stringStmts - log
Disk stringCap - logindexbuild string
- maxappls string
- maxfilop string
- maxlocks string
- min
Dec stringDiv3 - mon
Act stringMetrics - mon
Deadlock string - mon
Lck stringMsg Lvl - mon
Locktimeout string - mon
Lockwait string - mon
Lw stringThresh - mon
Obj stringMetrics - mon
Pkglist stringSz - mon
Req stringMetrics - mon
Rtn stringData - mon
Rtn stringExeclist - mon
Uow stringData - mon
Uow stringExeclist - mon
Uow stringPkglist - nchar
Mapping string - num
Freqvalues string - num
Iocleaners string - num
Ioservers string - num
Log stringSpan - num
Quantiles string - opt
Buffpage string - opt
Direct stringWrkld - opt
Locklist string - opt
Maxlocks string - opt
Sortheap string - page
Age stringTrgt Gcr - page
Age stringTrgt Mcr - pckcachesz string
- pl
Stack stringTrace - self
Tuning stringMem - seqdetect string
- sheapthres
Shr string - softmax string
- sortheap string
- sql
Ccflags string - stat
Heap stringSz - stmt
Conc string - stmtheap string
- string
Units string - systime
Period stringAdj - trackmod string
- util
Heap stringSz - wlm
Admission stringCtrl - wlm
Agent stringLoad Trgt - wlm
Cpu stringLimit - string
- string
- act_
sortmem_ strlimit - alt_
collate str - app_
ctl_ strheap_ sz - appgroup_
mem_ strsz - appl_
memory str - applheapsz str
- archretrydelay str
- authn_
cache_ strduration - auto_
cg_ strstats - auto_
maint str - auto_
reorg str - auto_
reval str - auto_
runstats str - auto_
sampling str - auto_
stats_ strviews - auto_
stmt_ strstats - auto_
tbl_ strmaint - autorestart str
- avg_
appls str - catalogcache_
sz str - chngpgs_
thresh str - cur_
commit str - database_
memory str - db_
collname str - db_
mem_ strthresh - dbheap str
- ddl_
compression_ strdef - ddl_
constraint_ strdef - dec_
arithmetic str - dec_
to_ strchar_ fmt - decflt_
rounding str - dft_
degree str - dft_
extent_ strsz - dft_
loadrec_ strses - dft_
mttb_ strtypes - dft_
prefetch_ strsz - dft_
queryopt str - dft_
refresh_ strage - dft_
schemas_ strdcc - dft_
sqlmathwarn str - dft_
table_ strorg - dlchktime str
- enable_
xmlchar str - extended_
row_ strsz - groupheap_
ratio str - indexrec str
- large_
aggregation str - locklist str
- locktimeout str
- log_
appl_ strinfo - log_
ddl_ strstmts - log_
disk_ strcap - logindexbuild str
- maxappls str
- maxfilop str
- maxlocks str
- min_
dec_ strdiv3 - mon_
act_ strmetrics - mon_
deadlock str - mon_
lck_ strmsg_ lvl - mon_
locktimeout str - mon_
lockwait str - mon_
lw_ strthresh - mon_
obj_ strmetrics - mon_
pkglist_ strsz - mon_
req_ strmetrics - mon_
rtn_ strdata - mon_
rtn_ strexeclist - mon_
uow_ strdata - mon_
uow_ strexeclist - mon_
uow_ strpkglist - nchar_
mapping str - num_
freqvalues str - num_
iocleaners str - num_
ioservers str - num_
log_ strspan - num_
quantiles str - opt_
buffpage str - opt_
direct_ strwrkld - opt_
locklist str - opt_
maxlocks str - opt_
sortheap str - page_
age_ strtrgt_ gcr - page_
age_ strtrgt_ mcr - pckcachesz str
- pl_
stack_ strtrace - self_
tuning_ strmem - seqdetect str
- sheapthres_
shr str - softmax str
- sortheap str
- sql_
ccflags str - stat_
heap_ strsz - stmt_
conc str - stmtheap str
- string_
units str - systime_
period_ stradj - trackmod str
- util_
heap_ strsz - wlm_
admission_ strctrl - wlm_
agent_ strload_ trgt - wlm_
cpu_ strlimit - str
- str
- act
Sortmem StringLimit - alt
Collate String - app
Ctl StringHeap Sz - appgroup
Mem StringSz - appl
Memory String - applheapsz String
- archretrydelay String
- authn
Cache StringDuration - auto
Cg StringStats - auto
Maint String - auto
Reorg String - auto
Reval String - auto
Runstats String - auto
Sampling String - auto
Stats StringViews - auto
Stmt StringStats - auto
Tbl StringMaint - autorestart String
- avg
Appls String - catalogcache
Sz String - chngpgs
Thresh String - cur
Commit String - database
Memory String - db
Collname String - db
Mem StringThresh - dbheap String
- ddl
Compression StringDef - ddl
Constraint StringDef - dec
Arithmetic String - dec
To StringChar Fmt - decflt
Rounding String - dft
Degree String - dft
Extent StringSz - dft
Loadrec StringSes - dft
Mttb StringTypes - dft
Prefetch StringSz - dft
Queryopt String - dft
Refresh StringAge - dft
Schemas StringDcc - dft
Sqlmathwarn String - dft
Table StringOrg - dlchktime String
- enable
Xmlchar String - extended
Row StringSz - groupheap
Ratio String - indexrec String
- large
Aggregation String - locklist String
- locktimeout String
- log
Appl StringInfo - log
Ddl StringStmts - log
Disk StringCap - logindexbuild String
- maxappls String
- maxfilop String
- maxlocks String
- min
Dec StringDiv3 - mon
Act StringMetrics - mon
Deadlock String - mon
Lck StringMsg Lvl - mon
Locktimeout String - mon
Lockwait String - mon
Lw StringThresh - mon
Obj StringMetrics - mon
Pkglist StringSz - mon
Req StringMetrics - mon
Rtn StringData - mon
Rtn StringExeclist - mon
Uow StringData - mon
Uow StringExeclist - mon
Uow StringPkglist - nchar
Mapping String - num
Freqvalues String - num
Iocleaners String - num
Ioservers String - num
Log StringSpan - num
Quantiles String - opt
Buffpage String - opt
Direct StringWrkld - opt
Locklist String - opt
Maxlocks String - opt
Sortheap String - page
Age StringTrgt Gcr - page
Age StringTrgt Mcr - pckcachesz String
- pl
Stack StringTrace - self
Tuning StringMem - seqdetect String
- sheapthres
Shr String - softmax String
- sortheap String
- sql
Ccflags String - stat
Heap StringSz - stmt
Conc String - stmtheap String
- string
Units String - systime
Period StringAdj - trackmod String
- util
Heap StringSz - wlm
Admission StringCtrl - wlm
Agent StringLoad Trgt - wlm
Cpu StringLimit - String
- String
Db2CustomSettingConfigDbm, Db2CustomSettingConfigDbmArgs
- Comm
Bandwidth string - Cpuspeed string
- Dft
Mon stringBufpool - Dft
Mon stringLock - Dft
Mon stringSort - Dft
Mon stringStmt - Dft
Mon stringTable - Dft
Mon stringTimestamp - Dft
Mon stringUow - Diaglevel string
- Federated
Async string - Indexrec string
- Intra
Parallel string - Keepfenced string
- Max
Connretries string - Max
Querydegree string - Mon
Heap stringSz - Multipartsizemb string
- Notifylevel string
- Num
Initagents string - Num
Initfenced string - Num
Poolagents string - Resync
Interval string - Rqrioblk string
- Start
Stop stringTime - Util
Impact stringLim - Wlm
Disp stringConcur - string
- Wlm
Disp stringMin Util - Wlm
Dispatcher string
- Comm
Bandwidth string - Cpuspeed string
- Dft
Mon stringBufpool - Dft
Mon stringLock - Dft
Mon stringSort - Dft
Mon stringStmt - Dft
Mon stringTable - Dft
Mon stringTimestamp - Dft
Mon stringUow - Diaglevel string
- Federated
Async string - Indexrec string
- Intra
Parallel string - Keepfenced string
- Max
Connretries string - Max
Querydegree string - Mon
Heap stringSz - Multipartsizemb string
- Notifylevel string
- Num
Initagents string - Num
Initfenced string - Num
Poolagents string - Resync
Interval string - Rqrioblk string
- Start
Stop stringTime - Util
Impact stringLim - Wlm
Disp stringConcur - string
- Wlm
Disp stringMin Util - Wlm
Dispatcher string
- comm
Bandwidth String - cpuspeed String
- dft
Mon StringBufpool - dft
Mon StringLock - dft
Mon StringSort - dft
Mon StringStmt - dft
Mon StringTable - dft
Mon StringTimestamp - dft
Mon StringUow - diaglevel String
- federated
Async String - indexrec String
- intra
Parallel String - keepfenced String
- max
Connretries String - max
Querydegree String - mon
Heap StringSz - multipartsizemb String
- notifylevel String
- num
Initagents String - num
Initfenced String - num
Poolagents String - resync
Interval String - rqrioblk String
- start
Stop StringTime - util
Impact StringLim - wlm
Disp StringConcur - String
- wlm
Disp StringMin Util - wlm
Dispatcher String
- comm
Bandwidth string - cpuspeed string
- dft
Mon stringBufpool - dft
Mon stringLock - dft
Mon stringSort - dft
Mon stringStmt - dft
Mon stringTable - dft
Mon stringTimestamp - dft
Mon stringUow - diaglevel string
- federated
Async string - indexrec string
- intra
Parallel string - keepfenced string
- max
Connretries string - max
Querydegree string - mon
Heap stringSz - multipartsizemb string
- notifylevel string
- num
Initagents string - num
Initfenced string - num
Poolagents string - resync
Interval string - rqrioblk string
- start
Stop stringTime - util
Impact stringLim - wlm
Disp stringConcur - string
- wlm
Disp stringMin Util - wlm
Dispatcher string
- comm_
bandwidth str - cpuspeed str
- dft_
mon_ strbufpool - dft_
mon_ strlock - dft_
mon_ strsort - dft_
mon_ strstmt - dft_
mon_ strtable - dft_
mon_ strtimestamp - dft_
mon_ struow - diaglevel str
- federated_
async str - indexrec str
- intra_
parallel str - keepfenced str
- max_
connretries str - max_
querydegree str - mon_
heap_ strsz - multipartsizemb str
- notifylevel str
- num_
initagents str - num_
initfenced str - num_
poolagents str - resync_
interval str - rqrioblk str
- start_
stop_ strtime - util_
impact_ strlim - wlm_
disp_ strconcur - str
- wlm_
disp_ strmin_ util - wlm_
dispatcher str
- comm
Bandwidth String - cpuspeed String
- dft
Mon StringBufpool - dft
Mon StringLock - dft
Mon StringSort - dft
Mon StringStmt - dft
Mon StringTable - dft
Mon StringTimestamp - dft
Mon StringUow - diaglevel String
- federated
Async String - indexrec String
- intra
Parallel String - keepfenced String
- max
Connretries String - max
Querydegree String - mon
Heap StringSz - multipartsizemb String
- notifylevel String
- num
Initagents String - num
Initfenced String - num
Poolagents String - resync
Interval String - rqrioblk String
- start
Stop StringTime - util
Impact StringLim - wlm
Disp StringConcur - String
- wlm
Disp StringMin Util - wlm
Dispatcher String
Db2CustomSettingConfigRegistry, Db2CustomSettingConfigRegistryArgs
- Db2Alternate
Authz stringBehaviour - Db2Antijoin string
- Db2Ats
Enable string - Db2Bidi string
- Db2Compopt string
- Db2Deferred
Prepare stringSemantics - Db2Evaluncommitted string
- Db2Extended
Optimization string - Db2Index
Pctfree stringDefault - Db2Inlist
To stringNljn - Db2Lock
To stringRb - Db2Minimize
Listprefetch string - Db2Object
Table stringEntries - Db2Opt
Max stringTemp Size - Db2Optprofile string
- Db2Optstats
Log string - Db2Parallel
Io string - Db2Reduced
Optimization string - Db2Selectivity string
- Db2Skipdeleted string
- Db2Skipinserted string
- Db2Stmm string
- Db2Sync
Release stringLock Attributes - Db2Truncate
Reusestorage string - Db2Use
Alternate stringPage Cleaning - Db2View
Reopt stringValues - Db2Wlm
Settings string - Db2Workload string
- Db2Alternate
Authz stringBehaviour - Db2Antijoin string
- Db2Ats
Enable string - Db2Bidi string
- Db2Compopt string
- Db2Deferred
Prepare stringSemantics - Db2Evaluncommitted string
- Db2Extended
Optimization string - Db2Index
Pctfree stringDefault - Db2Inlist
To stringNljn - Db2Lock
To stringRb - Db2Minimize
Listprefetch string - Db2Object
Table stringEntries - Db2Opt
Max stringTemp Size - Db2Optprofile string
- Db2Optstats
Log string - Db2Parallel
Io string - Db2Reduced
Optimization string - Db2Selectivity string
- Db2Skipdeleted string
- Db2Skipinserted string
- Db2Stmm string
- Db2Sync
Release stringLock Attributes - Db2Truncate
Reusestorage string - Db2Use
Alternate stringPage Cleaning - Db2View
Reopt stringValues - Db2Wlm
Settings string - Db2Workload string
- db2Alternate
Authz StringBehaviour - db2Antijoin String
- db2Ats
Enable String - db2Bidi String
- db2Compopt String
- db2Deferred
Prepare StringSemantics - db2Evaluncommitted String
- db2Extended
Optimization String - db2Index
Pctfree StringDefault - db2Inlist
To StringNljn - db2Lock
To StringRb - db2Minimize
Listprefetch String - db2Object
Table StringEntries - db2Opt
Max StringTemp Size - db2Optprofile String
- db2Optstats
Log String - db2Parallel
Io String - db2Reduced
Optimization String - db2Selectivity String
- db2Skipdeleted String
- db2Skipinserted String
- db2Stmm String
- db2Sync
Release StringLock Attributes - db2Truncate
Reusestorage String - db2Use
Alternate StringPage Cleaning - db2View
Reopt StringValues - db2Wlm
Settings String - db2Workload String
- db2Alternate
Authz stringBehaviour - db2Antijoin string
- db2Ats
Enable string - db2Bidi string
- db2Compopt string
- db2Deferred
Prepare stringSemantics - db2Evaluncommitted string
- db2Extended
Optimization string - db2Index
Pctfree stringDefault - db2Inlist
To stringNljn - db2Lock
To stringRb - db2Minimize
Listprefetch string - db2Object
Table stringEntries - db2Opt
Max stringTemp Size - db2Optprofile string
- db2Optstats
Log string - db2Parallel
Io string - db2Reduced
Optimization string - db2Selectivity string
- db2Skipdeleted string
- db2Skipinserted string
- db2Stmm string
- db2Sync
Release stringLock Attributes - db2Truncate
Reusestorage string - db2Use
Alternate stringPage Cleaning - db2View
Reopt stringValues - db2Wlm
Settings string - db2Workload string
- db2_
alternate_ strauthz_ behaviour - db2_
antijoin str - db2_
ats_ strenable - db2_
bidi str - db2_
compopt str - db2_
deferred_ strprepare_ semantics - db2_
evaluncommitted str - db2_
extended_ stroptimization - db2_
index_ strpctfree_ default - db2_
inlist_ strto_ nljn - db2_
lock_ strto_ rb - db2_
minimize_ strlistprefetch - db2_
object_ strtable_ entries - db2_
opt_ strmax_ temp_ size - db2_
optprofile str - db2_
optstats_ strlog - db2_
parallel_ strio - db2_
reduced_ stroptimization - db2_
selectivity str - db2_
skipdeleted str - db2_
skipinserted str - db2_
stmm str - db2_
sync_ strrelease_ lock_ attributes - db2_
truncate_ strreusestorage - db2_
use_ stralternate_ page_ cleaning - db2_
view_ strreopt_ values - db2_
wlm_ strsettings - db2_
workload str
- db2Alternate
Authz StringBehaviour - db2Antijoin String
- db2Ats
Enable String - db2Bidi String
- db2Compopt String
- db2Deferred
Prepare StringSemantics - db2Evaluncommitted String
- db2Extended
Optimization String - db2Index
Pctfree StringDefault - db2Inlist
To StringNljn - db2Lock
To StringRb - db2Minimize
Listprefetch String - db2Object
Table StringEntries - db2Opt
Max StringTemp Size - db2Optprofile String
- db2Optstats
Log String - db2Parallel
Io String - db2Reduced
Optimization String - db2Selectivity String
- db2Skipdeleted String
- db2Skipinserted String
- db2Stmm String
- db2Sync
Release StringLock Attributes - db2Truncate
Reusestorage String - db2Use
Alternate StringPage Cleaning - db2View
Reopt StringValues - db2Wlm
Settings String - db2Workload String
Db2PlanHistory, Db2PlanHistoryArgs
- Resource
Plan stringId - Start
Date string
- Resource
Plan stringId - Start
Date string
- resource
Plan StringId - start
Date String
- resource
Plan stringId - start
Date string
- resource_
plan_ strid - start_
date str
- resource
Plan StringId - start
Date String
Db2Timeouts, Db2TimeoutsArgs
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.