Show / Hide Table of Contents

Interface IAddHeaderActionConfig

AddHeaderAction configuration.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAddHeaderActionConfig
Syntax (vb)
Public Interface IAddHeaderActionConfig
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.SES;

            var addHeaderActionConfig = new AddHeaderActionConfig {
                HeaderName = "headerName",
                HeaderValue = "headerValue"
            };

Synopsis

Properties

HeaderName

The name of the header that you want to add to the incoming message.

HeaderValue

The content that you want to include in the header.

Properties

HeaderName

The name of the header that you want to add to the incoming message.

string HeaderName { get; }
Property Value

string

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headername

HeaderValue

The content that you want to include in the header.

string HeaderValue { get; }
Property Value

string

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-addheaderaction.html#cfn-ses-receiptrule-addheaderaction-headervalue

Back to top Generated by DocFX