NamespaceArgs

constructor(adminPasswordSecretKmsKeyId: Output<String>? = null, 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, manageAdminPassword: Output<Boolean>? = null, namespaceName: Output<String>? = null, namespaceResourcePolicy: Output<Any>? = null, redshiftIdcApplicationArn: Output<String>? = null, snapshotCopyConfigurations: Output<List<NamespaceSnapshotCopyConfigurationArgs>>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)