Domain Redirect Args
data class DomainRedirectArgs(val domainName: Output<String>, val type: Output<DomainRedirectType>) : ConvertibleToJava<DomainRedirectArgs>
Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.