Stratosphere.Synthetics.Canary
module Stratosphere.Synthetics.Canary.ArtifactConfigProperty
module Stratosphere.Synthetics.Canary.BrowserConfigProperty
module Stratosphere.Synthetics.Canary.CodeProperty
module Stratosphere.Synthetics.Canary.RunConfigProperty
module Stratosphere.Synthetics.Canary.ScheduleProperty
module Stratosphere.Synthetics.Canary.VPCConfigProperty
module Stratosphere.Synthetics.Canary.VisualReferenceProperty
data Canary Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifactconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-browserconfigs
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-code
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-dryrunandupdate
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-executionrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-failureretentionperiod
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-provisionedresourcecleanup
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-resourcestoreplicatetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-runtimeversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-schedule
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-startcanaryaftercreation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-successretentionperiod
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-vpcconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-visualreferences
Defined in Stratosphere.Synthetics.Canary
Methods
toJSON :: Canary -> Value #
toEncoding :: Canary -> Encoding #
toJSONList :: [Canary] -> Value #
toEncodingList :: [Canary] -> Encoding #
omitField :: Canary -> Bool #
showsPrec :: Int -> Canary -> ShowS #
show :: Canary -> String #
showList :: [Canary] -> ShowS #
(==) :: Canary -> Canary -> Bool #
(/=) :: Canary -> Canary -> Bool #
toResourceProperties :: Canary -> ResourceProperties #
Associated Types
set :: PropertyType "ArtifactConfig" Canary -> Canary -> Canary #
set :: PropertyType "ArtifactS3Location" Canary -> Canary -> Canary #
set :: PropertyType "BrowserConfigs" Canary -> Canary -> Canary #
set :: PropertyType "Code" Canary -> Canary -> Canary #
set :: PropertyType "DryRunAndUpdate" Canary -> Canary -> Canary #
set :: PropertyType "ExecutionRoleArn" Canary -> Canary -> Canary #
set :: PropertyType "FailureRetentionPeriod" Canary -> Canary -> Canary #
set :: PropertyType "Name" Canary -> Canary -> Canary #
set :: PropertyType "ProvisionedResourceCleanup" Canary -> Canary -> Canary #
set :: PropertyType "ResourcesToReplicateTags" Canary -> Canary -> Canary #
set :: PropertyType "RunConfig" Canary -> Canary -> Canary #
set :: PropertyType "RuntimeVersion" Canary -> Canary -> Canary #
set :: PropertyType "Schedule" Canary -> Canary -> Canary #
set :: PropertyType "StartCanaryAfterCreation" Canary -> Canary -> Canary #
set :: PropertyType "SuccessRetentionPeriod" Canary -> Canary -> Canary #
set :: PropertyType "Tags" Canary -> Canary -> Canary #
set :: PropertyType "VPCConfig" Canary -> Canary -> Canary #
set :: PropertyType "VisualReferences" Canary -> Canary -> Canary #
mkCanary :: Value Text -> CodeProperty -> Value Text -> Value Text -> Value Text -> ScheduleProperty -> Canary Source #