NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicy constructor
const
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicy({
- TfArg<
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheMode> ? cacheMode, - TfArg<
String> ? clientTtl, - TfArg<
String> ? defaultTtl, - TfArg<
String> ? maxTtl, - TfArg<
bool> ? negativeCaching, - TfArg<
Map< ? negativeCachingPolicy,String, String> > - TfArg<
String> ? signedRequestKeyset, - TfArg<
String> ? signedRequestMaximumExpirationTtl, - TfArg<
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicySignedRequestMode> ? signedRequestMode, - NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignatures? addSignatures,
- NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicy? cacheKeyPolicy,
- NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicySignedTokenOptions? signedTokenOptions,
Implementation
const NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicy({
this.cacheMode,
this.clientTtl,
this.defaultTtl,
this.maxTtl,
this.negativeCaching,
this.negativeCachingPolicy,
this.signedRequestKeyset,
this.signedRequestMaximumExpirationTtl,
this.signedRequestMode,
this.addSignatures,
this.cacheKeyPolicy,
this.signedTokenOptions,
});