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