CorsRuleArgs

constructor(allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<Either<String, CorsRuleAllowedMethods>>>? = null, allowedOrigins: Output<List<String>>? = null, exposedHeaders: Output<List<String>>? = null, id: Output<String>? = null, maxAge: Output<Int>? = null)