AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a custom rewrite or redirect rule.

Inheritance Hierarchy

System.Object
  Amazon.Amplify.Model.CustomRule

Namespace: Amazon.Amplify.Model
Assembly: AWSSDK.Amplify.dll
Version: 3.x.y.z

Syntax

C#
public class CustomRule

The CustomRule type exposes the following members

Constructors

NameDescription
Public Method CustomRule()

Properties

NameTypeDescription
Public Property Condition System.String

Gets and sets the property Condition.

The condition for a URL rewrite or redirect rule, such as a country code.

Public Property Source System.String

Gets and sets the property Source.

The source pattern for a URL rewrite or redirect rule.

Public Property Status System.String

Gets and sets the property Status.

The status code for a URL rewrite or redirect rule.

200

Represents a 200 rewrite rule.

301

Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL.

302

Represents a 302 temporary redirect rule.

404

Represents a 404 redirect rule.

404-200

Represents a 404 rewrite rule.

Public Property Target System.String

Gets and sets the property Target.

The target pattern for a URL rewrite or redirect rule.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5