Class: Aws::Chatbot::Types::UpdateTeamsChannelConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:channel_name]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

The ID of the Microsoft Teams channel.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#channel_nameString

The name of the Microsoft Teams channel.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#chat_configuration_arnString

The Amazon Resource Number (ARN) of the TeamsChannelConfiguration to update.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#guardrail_policy_arnsArray<String>

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed ‘AdministratorAccess` policy is applied by default if this is not set.

Returns:

  • (Array<String>)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#iam_role_arnString

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see [IAM policies for AWS Chatbot] in the AWS Chatbot Administrator Guide.

[1]: docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#logging_levelString

Logging levels include ‘ERROR`, `INFO`, or `NONE`.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#sns_topic_arnsArray<String>

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

Returns:

  • (Array<String>)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end

#user_authorization_requiredBoolean

Enables use of a user role requirement in your chat configuration.

Returns:

  • (Boolean)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'lib/aws-sdk-chatbot/types.rb', line 2062

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end