DbInstanceArgs

constructor(allocatedStorage: Output<Int>? = null, bucket: Output<String>? = null, dbInstanceType: Output<String>? = null, dbParameterGroupIdentifier: Output<String>? = null, dbStorageType: Output<String>? = null, deploymentType: Output<String>? = null, logDeliveryConfiguration: Output<DbInstanceLogDeliveryConfigurationArgs>? = null, name: Output<String>? = null, networkType: Output<String>? = null, organization: Output<String>? = null, password: Output<String>? = null, port: Output<Int>? = null, publiclyAccessible: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, timeouts: Output<DbInstanceTimeoutsArgs>? = null, username: Output<String>? = null, vpcSecurityGroupIds: Output<List<String>>? = null, vpcSubnetIds: Output<List<String>>? = null)