Show / Hide Table of Contents

Interface IConfigurationSetEventDestinationReference

A reference to a ConfigurationSetEventDestination resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConfigurationSetEventDestinationReference
Syntax (vb)
Public Interface IConfigurationSetEventDestinationReference
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 configurationSetEventDestinationReference = new ConfigurationSetEventDestinationReference {
                ConfigurationSetEventDestinationId = "configurationSetEventDestinationId"
            };

Synopsis

Properties

ConfigurationSetEventDestinationId

The Id of the ConfigurationSetEventDestination resource.

Properties

ConfigurationSetEventDestinationId

The Id of the ConfigurationSetEventDestination resource.

string ConfigurationSetEventDestinationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX