Interface Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.189Z") @Stability(Stable) public interface Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSesv2ConfigurationSetEventDestinationEventDestinationSnsDestination.Builderstatic classSesv2ConfigurationSetEventDestinationEventDestinationSnsDestination.Jsii$ProxyAn implementation forSesv2ConfigurationSetEventDestinationEventDestinationSnsDestination
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination.Builderbuilder()StringgetTopicArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#topic_arn Sesv2ConfigurationSetEventDestination#topic_arn}.
-
-
-
Method Detail
-
getTopicArn
@Stability(Stable) @NotNull String getTopicArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#topic_arn Sesv2ConfigurationSetEventDestination#topic_arn}.
-
builder
@Stability(Stable) static Sesv2ConfigurationSetEventDestinationEventDestinationSnsDestination.Builder builder()
-
-