Class ConfigurationSetEventDestination
A configuration set event destination.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationSetEventDestination : Resource, IConfigurationSetEventDestination, IResource
Syntax (vb)
Public Class ConfigurationSetEventDestination
Inherits Resource
Implements IConfigurationSetEventDestination, IResource
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;
ConfigurationSet configurationSet;
EventDestination eventDestination;
var configurationSetEventDestination = new ConfigurationSetEventDestination(this, "MyConfigurationSetEventDestination", new ConfigurationSetEventDestinationProps {
ConfigurationSet = configurationSet,
Destination = eventDestination,
// the properties below are optional
ConfigurationSetEventDestinationName = "configurationSetEventDestinationName",
Enabled = false,
Events = new [] { EmailSendingEvent.SEND }
});
Synopsis
Constructors
Configuration |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Configuration |
Used by jsii to construct an instance of this class from DeputyProps |
Configuration |
Properties
Configuration |
The ID of the configuration set event destination. |
Methods
From |
Use an existing configuration set. |
Constructors
ConfigurationSetEventDestination(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ConfigurationSetEventDestination(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
ConfigurationSetEventDestination(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ConfigurationSetEventDestination(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
ConfigurationSetEventDestination(Construct, String, IConfigurationSetEventDestinationProps)
public ConfigurationSetEventDestination(Construct scope, string id, IConfigurationSetEventDestinationProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IConfiguration
Set Event Destination Props
Properties
ConfigurationSetEventDestinationId
The ID of the configuration set event destination.
public virtual string ConfigurationSetEventDestinationId { get; }
Property Value
System.
Methods
FromConfigurationSetEventDestinationId(Construct, String, String)
Use an existing configuration set.
public static IConfigurationSetEventDestination FromConfigurationSetEventDestinationId(Construct scope, string id, string configurationSetEventDestinationId)
Parameters
- scope Constructs.
Construct - id System.
String - configurationSetEventDestinationId System.
String
Returns
IConfiguration