Show / Hide Table of Contents

Class ConfigurationSetEventDestinationReference

A reference to a ConfigurationSetEventDestination resource.

Inheritance
object
ConfigurationSetEventDestinationReference
Implements
IConfigurationSetEventDestinationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationSetEventDestinationReference : IConfigurationSetEventDestinationReference
Syntax (vb)
Public Class ConfigurationSetEventDestinationReference Implements 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

Constructors

ConfigurationSetEventDestinationReference()

A reference to a ConfigurationSetEventDestination resource.

Properties

ConfigurationSetEventDestinationId

The Id of the ConfigurationSetEventDestination resource.

Constructors

ConfigurationSetEventDestinationReference()

A reference to a ConfigurationSetEventDestination resource.

public ConfigurationSetEventDestinationReference()
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"
            };

Properties

ConfigurationSetEventDestinationId

The Id of the ConfigurationSetEventDestination resource.

public string ConfigurationSetEventDestinationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConfigurationSetEventDestinationReference
Back to top Generated by DocFX