RouteArgs

constructor(cacheConfiguration: Output<AfdRouteCacheConfigurationArgs>? = null, customDomains: Output<List<ActivatedResourceReferenceArgs>>? = null, enabledState: Output<Either<String, EnabledState>>? = null, endpointName: Output<String>? = null, forwardingProtocol: Output<Either<String, ForwardingProtocol>>? = null, httpsRedirect: Output<Either<String, HttpsRedirect>>? = null, linkToDefaultDomain: Output<Either<String, LinkToDefaultDomain>>? = null, originGroup: Output<ResourceReferenceArgs>? = null, originPath: Output<String>? = null, patternsToMatch: Output<List<String>>? = null, profileName: Output<String>? = null, resourceGroupName: Output<String>? = null, routeName: Output<String>? = null, ruleSets: Output<List<ResourceReferenceArgs>>? = null, supportedProtocols: Output<List<Either<String, AFDEndpointProtocols>>>? = null)