Module: Pipedream::Dsl::Webhook

Includes:
Ssm
Included in:
Webhook
Defined in:
lib/pipedream/dsl/webhook.rb

Constant Summary collapse

PROPERTIES =
%w[
  authentication
  authentication_configuration
  filters
  name
  register_with_third_party
  target_action
  target_pipeline
  target_pipeline_version
]

Instance Method Summary collapse

Methods included from Ssm

#ssm, #ssm_client

Instance Method Details

#secret_token(v) ⇒ Object Also known as: github_token



22
23
24
# File 'lib/pipedream/dsl/webhook.rb', line 22

def secret_token(v)
  @secret_token = v
end