Namespace Args
fun NamespaceArgs(adminUserPassword: Output<String>? = null, adminUsername: Output<String>? = null, dbName: Output<String>? = null, defaultIamRoleArn: Output<String>? = null, finalSnapshotName: Output<String>? = null, finalSnapshotRetentionPeriod: Output<Int>? = null, iamRoles: Output<List<String>>? = null, kmsKeyId: Output<String>? = null, logExports: Output<List<NamespaceLogExport>>? = null, namespaceName: Output<String>? = null, tags: Output<List<NamespaceTagArgs>>? = null)