Class SnsHostProvider

java.lang.Object
software.amazon.awssdk.messagemanager.sns.internal.SnsHostProvider

@SdkInternalApi @ThreadSafe public class SnsHostProvider extends Object
Utility class for determining both the regional endpoint that SNS certificates are expected to be hosted from, as well as the expected common name (CN) that the certificate from that endpoint must have.
  • Constructor Details

    • SnsHostProvider

      public SnsHostProvider(Region region)
  • Method Details

    • regionalEndpoint

      public URI regionalEndpoint()
    • signingCertCommonName

      public String signingCertCommonName()