Db Instance Args
constructor(allocatedStorage: Output<String>? = null, allowMajorVersionUpgrade: Output<Boolean>? = null, associatedRoles: Output<List<DbInstanceDbInstanceRoleArgs>>? = null, autoMinorVersionUpgrade: Output<Boolean>? = null, automaticBackupReplicationKmsKeyId: Output<String>? = null, automaticBackupReplicationRegion: Output<String>? = null, availabilityZone: Output<String>? = null, backupRetentionPeriod: Output<Int>? = null, caCertificateIdentifier: Output<String>? = null, certificateDetails: Output<DbInstanceCertificateDetailsArgs>? = null, certificateRotationRestart: Output<Boolean>? = null, characterSetName: Output<String>? = null, copyTagsToSnapshot: Output<Boolean>? = null, customIamInstanceProfile: Output<String>? = null, dbClusterIdentifier: Output<String>? = null, dbClusterSnapshotIdentifier: Output<String>? = null, dbInstanceClass: Output<String>? = null, dbInstanceIdentifier: Output<String>? = null, dbName: Output<String>? = null, dbParameterGroupName: Output<String>? = null, dbSecurityGroups: Output<List<String>>? = null, dbSnapshotIdentifier: Output<String>? = null, dbSubnetGroupName: Output<String>? = null, dedicatedLogVolume: Output<Boolean>? = null, deleteAutomatedBackups: Output<Boolean>? = null, deletionProtection: Output<Boolean>? = null, domain: Output<String>? = null, domainAuthSecretArn: Output<String>? = null, domainDnsIps: Output<List<String>>? = null, domainFqdn: Output<String>? = null, domainIamRoleName: Output<String>? = null, domainOu: Output<String>? = null, enableCloudwatchLogsExports: Output<List<String>>? = null, enableIamDatabaseAuthentication: Output<Boolean>? = null, enablePerformanceInsights: Output<Boolean>? = null, endpoint: Output<DbInstanceEndpointArgs>? = null, engine: Output<String>? = null, engineLifecycleSupport: Output<String>? = null, engineVersion: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, licenseModel: Output<String>? = null, manageMasterUserPassword: Output<Boolean>? = null, masterUserPassword: Output<String>? = null, masterUserSecret: Output<DbInstanceMasterUserSecretArgs>? = null, masterUsername: Output<String>? = null, maxAllocatedStorage: Output<Int>? = null, monitoringInterval: Output<Int>? = null, monitoringRoleArn: Output<String>? = null, multiAz: Output<Boolean>? = null, ncharCharacterSetName: Output<String>? = null, networkType: Output<String>? = null, optionGroupName: Output<String>? = null, performanceInsightsKmsKeyId: Output<String>? = null, performanceInsightsRetentionPeriod: Output<Int>? = null, port: Output<String>? = null, preferredBackupWindow: Output<String>? = null, preferredMaintenanceWindow: Output<String>? = null, processorFeatures: Output<List<DbInstanceProcessorFeatureArgs>>? = null, promotionTier: Output<Int>? = null, publiclyAccessible: Output<Boolean>? = null, replicaMode: Output<String>? = null, restoreTime: Output<String>? = null, sourceDbClusterIdentifier: Output<String>? = null, sourceDbInstanceAutomatedBackupsArn: Output<String>? = null, sourceDbInstanceIdentifier: Output<String>? = null, sourceDbiResourceId: Output<String>? = null, sourceRegion: Output<String>? = null, storageEncrypted: Output<Boolean>? = null, storageThroughput: Output<Int>? = null, storageType: Output<String>? = null, tags: Output<List<TagArgs>>? = null, tdeCredentialArn: Output<String>? = null, tdeCredentialPassword: Output<String>? = null, timezone: Output<String>? = null, useDefaultProcessorFeatures: Output<Boolean>? = null, useLatestRestorableTime: Output<Boolean>? = null, vpcSecurityGroups: Output<List<String>>? = null)