Class Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.sesv2_configuration_set_event_destination.Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Jsii$Proxy
-
- All Implemented Interfaces:
Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
@Stability(Stable) @Internal public static final class Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
An implementation forSesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.sesv2_configuration_set_event_destination.Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder, Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder builder)Constructor that initializes the object based on literal property values passed by theSesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetApplicationArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#application_arn Sesv2ConfigurationSetEventDestination#application_arn}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder builder)
Constructor that initializes the object based on literal property values passed by theSesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination.Builder.
-
-
Method Detail
-
getApplicationArn
public final String getApplicationArn()
Description copied from interface:Sesv2ConfigurationSetEventDestinationEventDestinationPinpointDestinationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sesv2_configuration_set_event_destination#application_arn Sesv2ConfigurationSetEventDestination#application_arn}.- Specified by:
getApplicationArnin interfaceSesv2ConfigurationSetEventDestinationEventDestinationPinpointDestination
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-