Stratosphere.CodePipeline.Webhook
module Stratosphere.CodePipeline.Webhook.WebhookAuthConfigurationProperty
module Stratosphere.CodePipeline.Webhook.WebhookFilterRuleProperty
data Webhook Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authentication
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-authenticationconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-filters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-registerwiththirdparty
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetaction
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipeline
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-targetpipelineversion
Defined in Stratosphere.CodePipeline.Webhook
Methods
toJSON :: Webhook -> Value #
toEncoding :: Webhook -> Encoding #
toJSONList :: [Webhook] -> Value #
toEncodingList :: [Webhook] -> Encoding #
omitField :: Webhook -> Bool #
showsPrec :: Int -> Webhook -> ShowS #
show :: Webhook -> String #
showList :: [Webhook] -> ShowS #
(==) :: Webhook -> Webhook -> Bool #
(/=) :: Webhook -> Webhook -> Bool #
toResourceProperties :: Webhook -> ResourceProperties #
Associated Types
set :: PropertyType "Authentication" Webhook -> Webhook -> Webhook #
set :: PropertyType "AuthenticationConfiguration" Webhook -> Webhook -> Webhook #
set :: PropertyType "Filters" Webhook -> Webhook -> Webhook #
set :: PropertyType "Name" Webhook -> Webhook -> Webhook #
set :: PropertyType "RegisterWithThirdParty" Webhook -> Webhook -> Webhook #
set :: PropertyType "TargetAction" Webhook -> Webhook -> Webhook #
set :: PropertyType "TargetPipeline" Webhook -> Webhook -> Webhook #
set :: PropertyType "TargetPipelineVersion" Webhook -> Webhook -> Webhook #
mkWebhook :: Value Text -> WebhookAuthConfigurationProperty -> [WebhookFilterRuleProperty] -> Value Text -> Value Text -> Webhook Source #