Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsS3BucketWebsiteConfigurationRoutingRuleCondition

import type { AwsS3BucketWebsiteConfigurationRoutingRuleCondition } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The condition that must be met in order to apply the routing rule.

interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
HttpErrorCodeReturnedEquals?: string | null;
KeyPrefixEquals?: string | null;
}

§Properties

§
HttpErrorCodeReturnedEquals?: string | null
[src]

Indicates to redirect the request if the HTTP error code matches this value.

§
KeyPrefixEquals?: string | null
[src]

Indicates to redirect the request if the key prefix matches this value.