#[non_exhaustive]pub struct SlackChannelConfiguration { /* private fields */ }
Expand description
The configuration for a Slack channel that you added for your Amazon Web Services account.
Implementations§
source§impl SlackChannelConfiguration
impl SlackChannelConfiguration
sourcepub fn team_id(&self) -> Option<&str>
pub fn team_id(&self) -> Option<&str>
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG
.
sourcepub fn channel_id(&self) -> Option<&str>
pub fn channel_id(&self) -> Option<&str>
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
sourcepub fn channel_name(&self) -> Option<&str>
pub fn channel_name(&self) -> Option<&str>
The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon Web Services account.
sourcepub fn notify_on_create_or_reopen_case(&self) -> Option<bool>
pub fn notify_on_create_or_reopen_case(&self) -> Option<bool>
Whether you want to get notified when a support case is created or reopened.
sourcepub fn notify_on_add_correspondence_to_case(&self) -> Option<bool>
pub fn notify_on_add_correspondence_to_case(&self) -> Option<bool>
Whether you want to get notified when a support case has a new correspondence.
sourcepub fn notify_on_resolve_case(&self) -> Option<bool>
pub fn notify_on_resolve_case(&self) -> Option<bool>
Whether you want to get notified when a support case is resolved.
sourcepub fn notify_on_case_severity(&self) -> Option<&NotificationSeverityLevel>
pub fn notify_on_case_severity(&self) -> Option<&NotificationSeverityLevel>
The case severity for a support case that you want to receive notifications.
sourcepub fn channel_role_arn(&self) -> Option<&str>
pub fn channel_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
source§impl SlackChannelConfiguration
impl SlackChannelConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlackChannelConfiguration
.
Trait Implementations§
source§impl Clone for SlackChannelConfiguration
impl Clone for SlackChannelConfiguration
source§fn clone(&self) -> SlackChannelConfiguration
fn clone(&self) -> SlackChannelConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SlackChannelConfiguration
impl Debug for SlackChannelConfiguration
source§impl PartialEq<SlackChannelConfiguration> for SlackChannelConfiguration
impl PartialEq<SlackChannelConfiguration> for SlackChannelConfiguration
source§fn eq(&self, other: &SlackChannelConfiguration) -> bool
fn eq(&self, other: &SlackChannelConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.