Method: Aws::Chatbot::Types::ChimeWebhookConfiguration#iam_role_arn
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#iam_role_arn ⇒ String
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
140 141 142 143 144 145 146 147 148 149 150 151 152 |
# File 'lib/aws-sdk-chatbot/types.rb', line 140 class ChimeWebhookConfiguration < Struct.new( :webhook_description, :chat_configuration_arn, :iam_role_arn, :sns_topic_arns, :configuration_name, :logging_level, :tags, :state, :state_reason) SENSITIVE = [:webhook_description] include Aws::Structure end |