Package com.pulumi.aws.sesv2.outputs
Class ConfigurationSetEventDestinationEventDestinationSnsDestination
- java.lang.Object
-
- com.pulumi.aws.sesv2.outputs.ConfigurationSetEventDestinationEventDestinationSnsDestination
-
public final class ConfigurationSetEventDestinationEventDestinationSnsDestination extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder
builder()
static ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder
builder(ConfigurationSetEventDestinationEventDestinationSnsDestination defaults)
java.lang.String
topicArn()
-
-
-
Method Detail
-
topicArn
public java.lang.String topicArn()
- Returns:
- The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to.
-
builder
public static ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder builder()
-
builder
public static ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder builder(ConfigurationSetEventDestinationEventDestinationSnsDestination defaults)
-
-