Interface Sesv2ConfigurationSetEventDestinationEventDestination
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Sesv2ConfigurationSetEventDestinationEventDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.187Z") @Stability(Stable) public interface Sesv2ConfigurationSetEventDestinationEventDestination extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSesv2ConfigurationSetEventDestinationEventDestination.BuilderA builder forSesv2ConfigurationSetEventDestinationEventDestinationstatic classSesv2ConfigurationSetEventDestinationEventDestination.Jsii$ProxyAn implementation forSesv2ConfigurationSetEventDestinationEventDestination
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Sesv2ConfigurationSetEventDestinationEventDestination.Builderbuilder()default Sesv2ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationgetCloudWatchDestination()cloud_watch_destination block.default ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#enabled Sesv2ConfigurationSetEventDestination#enabled}.default Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationgetKinesisFirehoseDestination()kinesis_firehose_destination block.List<String>getMatchingEventTypes()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#matching_event_types Sesv2ConfigurationSetEventDestination#matching_event_types}.default Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestinationgetPinpointDestination()pinpoint_destination block.default Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestinationgetSnsDestination()sns_destination block.
-
-
-
Method Detail
-
getMatchingEventTypes
@Stability(Stable) @NotNull List<String> getMatchingEventTypes()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#matching_event_types Sesv2ConfigurationSetEventDestination#matching_event_types}.
-
getCloudWatchDestination
@Stability(Stable) @Nullable default Sesv2ConfigurationSetEventDestinationEventDestinationCloudWatchDestination getCloudWatchDestination()
cloud_watch_destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#cloud_watch_destination Sesv2ConfigurationSetEventDestination#cloud_watch_destination}
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#enabled Sesv2ConfigurationSetEventDestination#enabled}.
-
getKinesisFirehoseDestination
@Stability(Stable) @Nullable default Sesv2ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination getKinesisFirehoseDestination()
kinesis_firehose_destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#kinesis_firehose_destination Sesv2ConfigurationSetEventDestination#kinesis_firehose_destination}
-
getPinpointDestination
@Stability(Stable) @Nullable default Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination getPinpointDestination()
pinpoint_destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#pinpoint_destination Sesv2ConfigurationSetEventDestination#pinpoint_destination}
-
getSnsDestination
@Stability(Stable) @Nullable default Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination getSnsDestination()
sns_destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#sns_destination Sesv2ConfigurationSetEventDestination#sns_destination}
-
builder
@Stability(Stable) static Sesv2ConfigurationSetEventDestinationEventDestination.Builder builder()
-
-