Class: Humidifier::Chatbot::SlackChannelConfiguration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Chatbot::SlackChannelConfiguration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#configuration_name ⇒ Object
returns the ConfigurationName property.
-
#configuration_name=(value) ⇒ Object
sets the ConfigurationName property (String).
-
#guardrail_policies ⇒ Object
returns the GuardrailPolicies property.
-
#guardrail_policies=(value) ⇒ Object
sets the GuardrailPolicies property (List).
-
#iam_role_arn ⇒ Object
returns the IamRoleArn property.
-
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String).
-
#logging_level ⇒ Object
returns the LoggingLevel property.
-
#logging_level=(value) ⇒ Object
sets the LoggingLevel property (String).
-
#slack_channel_id ⇒ Object
returns the SlackChannelId property.
-
#slack_channel_id=(value) ⇒ Object
sets the SlackChannelId property (String).
-
#slack_workspace_id ⇒ Object
returns the SlackWorkspaceId property.
-
#slack_workspace_id=(value) ⇒ Object
sets the SlackWorkspaceId property (String).
-
#sns_topic_arns ⇒ Object
returns the SnsTopicArns property.
-
#sns_topic_arns=(value) ⇒ Object
sets the SnsTopicArns property (List).
-
#user_role_required ⇒ Object
returns the UserRoleRequired property.
-
#user_role_required=(value) ⇒ Object
sets the UserRoleRequired property (Boolean).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#configuration_name ⇒ Object
returns the ConfigurationName property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def configuration_name properties['configuration_name'] end |
#configuration_name=(value) ⇒ Object
sets the ConfigurationName property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def configuration_name=(value) update_property('configuration_name', value) end |
#guardrail_policies ⇒ Object
returns the GuardrailPolicies property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def guardrail_policies properties['guardrail_policies'] end |
#guardrail_policies=(value) ⇒ Object
sets the GuardrailPolicies property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def guardrail_policies=(value) update_property('guardrail_policies', value) end |
#iam_role_arn ⇒ Object
returns the IamRoleArn property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def iam_role_arn properties['iam_role_arn'] end |
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def iam_role_arn=(value) update_property('iam_role_arn', value) end |
#logging_level ⇒ Object
returns the LoggingLevel property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def logging_level properties['logging_level'] end |
#logging_level=(value) ⇒ Object
sets the LoggingLevel property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def logging_level=(value) update_property('logging_level', value) end |
#slack_channel_id ⇒ Object
returns the SlackChannelId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def slack_channel_id properties['slack_channel_id'] end |
#slack_channel_id=(value) ⇒ Object
sets the SlackChannelId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def slack_channel_id=(value) update_property('slack_channel_id', value) end |
#slack_workspace_id ⇒ Object
returns the SlackWorkspaceId property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def slack_workspace_id properties['slack_workspace_id'] end |
#slack_workspace_id=(value) ⇒ Object
sets the SlackWorkspaceId property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def slack_workspace_id=(value) update_property('slack_workspace_id', value) end |
#sns_topic_arns ⇒ Object
returns the SnsTopicArns property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def sns_topic_arns properties['sns_topic_arns'] end |
#sns_topic_arns=(value) ⇒ Object
sets the SnsTopicArns property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def sns_topic_arns=(value) update_property('sns_topic_arns', value) end |
#user_role_required ⇒ Object
returns the UserRoleRequired property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def user_role_required properties['user_role_required'] end |
#user_role_required=(value) ⇒ Object
sets the UserRoleRequired property (Boolean)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def user_role_required=(value) update_property('user_role_required', value) end |