Cors Rule Args
data class CorsRuleArgs(val allowedHeaders: Output<List<String>>, val allowedMethods: Output<List<Either<String, AllowedMethods>>>, val allowedOrigins: Output<List<String>>, val exposedHeaders: Output<List<String>>, val maxAgeInSeconds: Output<Int>) : ConvertibleToJava<CorsRuleArgs>
Specifies a CORS rule for the Blob service.