Class ConfigurationSetEventDestinationReference
A reference to a ConfigurationSetEventDestination resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated