Project Args
constructor(comment: Output<String>? = null, defaultQuota: Output<String>? = null, ipWhiteList: Output<ProjectIpWhiteListArgs>? = null, isLogical: Output<String>? = null, productType: Output<String>? = null, projectName: Output<String>? = null, properties: Output<ProjectPropertiesArgs>? = null, securityProperties: Output<ProjectSecurityPropertiesArgs>? = null, status: Output<String>? = null, tags: Output<Map<String, String>>? = null)