Class EmailChannelState


  • public final class EmailChannelState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EmailChannelState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • applicationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> applicationId()
        Returns:
        The application ID.
      • configurationSet

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> configurationSet()
        Returns:
        The ARN of the Amazon SES configuration set that you want to apply to messages that you send through the channel.
      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        Whether the channel is enabled or disabled. Defaults to `true`.
      • fromAddress

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fromAddress()
        Returns:
        The email address used to send emails from. You can use email only (`[email protected]`) or friendly address (`User <[email protected]>`). This field comply with [RFC 5322](https://www.ietf.org/rfc/rfc5322.txt).
      • identity

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> identity()
        Returns:
        The ARN of an identity verified with SES.
      • messagesPerSecond

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> messagesPerSecond()
        Returns:
        Messages per second that can be sent.
      • roleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> roleArn()
        Returns:
        The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service.