Uses of Interface
software.amazon.awscdk.services.cloudfront.IResponseHeadersPolicy
Packages that use IResponseHeadersPolicy
-
Uses of IResponseHeadersPolicy in software.amazon.awscdk.services.cloudfront
Subinterfaces of IResponseHeadersPolicy in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIResponseHeadersPolicy.Classes in software.amazon.awscdk.services.cloudfront that implement IResponseHeadersPolicyModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA Response Headers Policy configuration.Fields in software.amazon.awscdk.services.cloudfront declared as IResponseHeadersPolicyModifier and TypeFieldDescriptionstatic final IResponseHeadersPolicyResponseHeadersPolicy.CORS_ALLOW_ALL_ORIGINSUse this managed policy to allow simple CORS requests from any origin.static final IResponseHeadersPolicyResponseHeadersPolicy.CORS_ALLOW_ALL_ORIGINS_AND_SECURITY_HEADERSUse this managed policy to allow simple CORS requests from any origin and add a set of security headers to all responses that CloudFront sends to viewers.static final IResponseHeadersPolicyResponseHeadersPolicy.CORS_ALLOW_ALL_ORIGINS_WITH_PREFLIGHTUse this managed policy to allow CORS requests from any origin, including preflight requests.static final IResponseHeadersPolicyResponseHeadersPolicy.CORS_ALLOW_ALL_ORIGINS_WITH_PREFLIGHT_AND_SECURITY_HEADERSUse this managed policy to allow CORS requests from any origin, including preflight requests, and add a set of security headers to all responses that CloudFront sends to viewers.static final IResponseHeadersPolicyResponseHeadersPolicy.SECURITY_HEADERSUse this managed policy to add a set of security headers to all responses that CloudFront sends to viewers.Methods in software.amazon.awscdk.services.cloudfront that return IResponseHeadersPolicyModifier and TypeMethodDescriptionstatic IResponseHeadersPolicyResponseHeadersPolicy.fromResponseHeadersPolicyId(software.constructs.Construct scope, String id, String responseHeadersPolicyId) Import an existing Response Headers Policy from its ID.default IResponseHeadersPolicyAddBehaviorOptions.getResponseHeadersPolicy()The response headers policy for this behavior.final IResponseHeadersPolicyAddBehaviorOptions.Jsii$Proxy.getResponseHeadersPolicy()final IResponseHeadersPolicyBehaviorOptions.Jsii$Proxy.getResponseHeadersPolicy()Methods in software.amazon.awscdk.services.cloudfront with parameters of type IResponseHeadersPolicyModifier and TypeMethodDescriptionAddBehaviorOptions.Builder.responseHeadersPolicy(IResponseHeadersPolicy responseHeadersPolicy) Sets the value ofAddBehaviorOptions.getResponseHeadersPolicy()BehaviorOptions.Builder.responseHeadersPolicy(IResponseHeadersPolicy responseHeadersPolicy) Sets the value ofAddBehaviorOptions.getResponseHeadersPolicy()