| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SES.ReceiptRule.RuleProperty
Documentation
data AddHeaderActionProperty Source #
Constructors
| AddHeaderActionProperty | |
Fields
| |
Instances
data S3ActionProperty Source #
Constructors
| S3ActionProperty | |
Fields
| |
Instances
| ToJSON S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Methods toJSON :: S3ActionProperty -> Value # toEncoding :: S3ActionProperty -> Encoding # toJSONList :: [S3ActionProperty] -> Value # toEncodingList :: [S3ActionProperty] -> Encoding # omitField :: S3ActionProperty -> Bool # | |||||
| Show S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Methods showsPrec :: Int -> S3ActionProperty -> ShowS # show :: S3ActionProperty -> String # showList :: [S3ActionProperty] -> ShowS # | |||||
| Eq S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Methods (==) :: S3ActionProperty -> S3ActionProperty -> Bool # (/=) :: S3ActionProperty -> S3ActionProperty -> Bool # | |||||
| ToResourceProperties S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Methods toResourceProperties :: S3ActionProperty -> ResourceProperties # | |||||
| Property "BucketName" S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Associated Types
Methods set :: PropertyType "BucketName" S3ActionProperty -> S3ActionProperty -> S3ActionProperty # | |||||
| Property "IamRoleArn" S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Associated Types
Methods set :: PropertyType "IamRoleArn" S3ActionProperty -> S3ActionProperty -> S3ActionProperty # | |||||
| Property "KmsKeyArn" S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Associated Types
Methods set :: PropertyType "KmsKeyArn" S3ActionProperty -> S3ActionProperty -> S3ActionProperty # | |||||
| Property "ObjectKeyPrefix" S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Associated Types
Methods set :: PropertyType "ObjectKeyPrefix" S3ActionProperty -> S3ActionProperty -> S3ActionProperty # | |||||
| Property "TopicArn" S3ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.S3ActionProperty Associated Types
Methods set :: PropertyType "TopicArn" S3ActionProperty -> S3ActionProperty -> S3ActionProperty # | |||||
| type PropertyType "BucketName" S3ActionProperty Source # | |||||
| type PropertyType "IamRoleArn" S3ActionProperty Source # | |||||
| type PropertyType "KmsKeyArn" S3ActionProperty Source # | |||||
| type PropertyType "ObjectKeyPrefix" S3ActionProperty Source # | |||||
| type PropertyType "TopicArn" S3ActionProperty Source # | |||||
data ActionProperty Source #
Constructors
| ActionProperty | |
Fields
| |
Instances
| ToJSON ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Methods toJSON :: ActionProperty -> Value # toEncoding :: ActionProperty -> Encoding # toJSONList :: [ActionProperty] -> Value # toEncodingList :: [ActionProperty] -> Encoding # omitField :: ActionProperty -> Bool # | |||||
| Show ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Methods showsPrec :: Int -> ActionProperty -> ShowS # show :: ActionProperty -> String # showList :: [ActionProperty] -> ShowS # | |||||
| Eq ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Methods (==) :: ActionProperty -> ActionProperty -> Bool # (/=) :: ActionProperty -> ActionProperty -> Bool # | |||||
| ToResourceProperties ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Methods toResourceProperties :: ActionProperty -> ResourceProperties # | |||||
| Property "AddHeaderAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "AddHeaderAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "BounceAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "BounceAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "ConnectAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "ConnectAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "LambdaAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "LambdaAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "S3Action" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "S3Action" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "SNSAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "SNSAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "StopAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "StopAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| Property "WorkmailAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty Associated Types
Methods set :: PropertyType "WorkmailAction" ActionProperty -> ActionProperty -> ActionProperty # | |||||
| type PropertyType "AddHeaderAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "BounceAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "ConnectAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "LambdaAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "S3Action" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "SNSAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "StopAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
| type PropertyType "WorkmailAction" ActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ActionProperty | |||||
data BounceActionProperty Source #
Constructors
| BounceActionProperty | |
Fields | |
Instances
| ToJSON BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Methods toJSON :: BounceActionProperty -> Value # toEncoding :: BounceActionProperty -> Encoding # toJSONList :: [BounceActionProperty] -> Value # toEncodingList :: [BounceActionProperty] -> Encoding # omitField :: BounceActionProperty -> Bool # | |||||
| Show BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Methods showsPrec :: Int -> BounceActionProperty -> ShowS # show :: BounceActionProperty -> String # showList :: [BounceActionProperty] -> ShowS # | |||||
| Eq BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Methods (==) :: BounceActionProperty -> BounceActionProperty -> Bool # (/=) :: BounceActionProperty -> BounceActionProperty -> Bool # | |||||
| ToResourceProperties BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Methods toResourceProperties :: BounceActionProperty -> ResourceProperties # | |||||
| Property "Message" BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Associated Types
Methods set :: PropertyType "Message" BounceActionProperty -> BounceActionProperty -> BounceActionProperty # | |||||
| Property "Sender" BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Associated Types
Methods set :: PropertyType "Sender" BounceActionProperty -> BounceActionProperty -> BounceActionProperty # | |||||
| Property "SmtpReplyCode" BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Associated Types
Methods set :: PropertyType "SmtpReplyCode" BounceActionProperty -> BounceActionProperty -> BounceActionProperty # | |||||
| Property "StatusCode" BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Associated Types
Methods set :: PropertyType "StatusCode" BounceActionProperty -> BounceActionProperty -> BounceActionProperty # | |||||
| Property "TopicArn" BounceActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.BounceActionProperty Associated Types
Methods set :: PropertyType "TopicArn" BounceActionProperty -> BounceActionProperty -> BounceActionProperty # | |||||
| type PropertyType "Message" BounceActionProperty Source # | |||||
| type PropertyType "Sender" BounceActionProperty Source # | |||||
| type PropertyType "SmtpReplyCode" BounceActionProperty Source # | |||||
| type PropertyType "StatusCode" BounceActionProperty Source # | |||||
| type PropertyType "TopicArn" BounceActionProperty Source # | |||||
data ConnectActionProperty Source #
Constructors
| ConnectActionProperty | |
Fields
| |
Instances
| ToJSON ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Methods toJSON :: ConnectActionProperty -> Value # toEncoding :: ConnectActionProperty -> Encoding # toJSONList :: [ConnectActionProperty] -> Value # toEncodingList :: [ConnectActionProperty] -> Encoding # omitField :: ConnectActionProperty -> Bool # | |||||
| Show ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Methods showsPrec :: Int -> ConnectActionProperty -> ShowS # show :: ConnectActionProperty -> String # showList :: [ConnectActionProperty] -> ShowS # | |||||
| Eq ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Methods (==) :: ConnectActionProperty -> ConnectActionProperty -> Bool # (/=) :: ConnectActionProperty -> ConnectActionProperty -> Bool # | |||||
| ToResourceProperties ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Methods toResourceProperties :: ConnectActionProperty -> ResourceProperties # | |||||
| Property "IAMRoleARN" ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Associated Types
Methods set :: PropertyType "IAMRoleARN" ConnectActionProperty -> ConnectActionProperty -> ConnectActionProperty # | |||||
| Property "InstanceARN" ConnectActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.ConnectActionProperty Associated Types
Methods set :: PropertyType "InstanceARN" ConnectActionProperty -> ConnectActionProperty -> ConnectActionProperty # | |||||
| type PropertyType "IAMRoleARN" ConnectActionProperty Source # | |||||
| type PropertyType "InstanceARN" ConnectActionProperty Source # | |||||
data LambdaActionProperty Source #
Constructors
| LambdaActionProperty | |
Fields
| |
Instances
| ToJSON LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Methods toJSON :: LambdaActionProperty -> Value # toEncoding :: LambdaActionProperty -> Encoding # toJSONList :: [LambdaActionProperty] -> Value # toEncodingList :: [LambdaActionProperty] -> Encoding # omitField :: LambdaActionProperty -> Bool # | |||||
| Show LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Methods showsPrec :: Int -> LambdaActionProperty -> ShowS # show :: LambdaActionProperty -> String # showList :: [LambdaActionProperty] -> ShowS # | |||||
| Eq LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Methods (==) :: LambdaActionProperty -> LambdaActionProperty -> Bool # (/=) :: LambdaActionProperty -> LambdaActionProperty -> Bool # | |||||
| ToResourceProperties LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Methods toResourceProperties :: LambdaActionProperty -> ResourceProperties # | |||||
| Property "FunctionArn" LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Associated Types
Methods set :: PropertyType "FunctionArn" LambdaActionProperty -> LambdaActionProperty -> LambdaActionProperty # | |||||
| Property "InvocationType" LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Associated Types
Methods set :: PropertyType "InvocationType" LambdaActionProperty -> LambdaActionProperty -> LambdaActionProperty # | |||||
| Property "TopicArn" LambdaActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.LambdaActionProperty Associated Types
Methods set :: PropertyType "TopicArn" LambdaActionProperty -> LambdaActionProperty -> LambdaActionProperty # | |||||
| type PropertyType "FunctionArn" LambdaActionProperty Source # | |||||
| type PropertyType "InvocationType" LambdaActionProperty Source # | |||||
| type PropertyType "TopicArn" LambdaActionProperty Source # | |||||
data SNSActionProperty Source #
Constructors
| SNSActionProperty | |
Instances
| ToJSON SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Methods toJSON :: SNSActionProperty -> Value # toEncoding :: SNSActionProperty -> Encoding # toJSONList :: [SNSActionProperty] -> Value # toEncodingList :: [SNSActionProperty] -> Encoding # omitField :: SNSActionProperty -> Bool # | |||||
| Show SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Methods showsPrec :: Int -> SNSActionProperty -> ShowS # show :: SNSActionProperty -> String # showList :: [SNSActionProperty] -> ShowS # | |||||
| Eq SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Methods (==) :: SNSActionProperty -> SNSActionProperty -> Bool # (/=) :: SNSActionProperty -> SNSActionProperty -> Bool # | |||||
| ToResourceProperties SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Methods toResourceProperties :: SNSActionProperty -> ResourceProperties # | |||||
| Property "Encoding" SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Associated Types
Methods set :: PropertyType "Encoding" SNSActionProperty -> SNSActionProperty -> SNSActionProperty # | |||||
| Property "TopicArn" SNSActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.SNSActionProperty Associated Types
Methods set :: PropertyType "TopicArn" SNSActionProperty -> SNSActionProperty -> SNSActionProperty # | |||||
| type PropertyType "Encoding" SNSActionProperty Source # | |||||
| type PropertyType "TopicArn" SNSActionProperty Source # | |||||
data StopActionProperty Source #
Constructors
| StopActionProperty | |
Instances
| ToJSON StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Methods toJSON :: StopActionProperty -> Value # toEncoding :: StopActionProperty -> Encoding # toJSONList :: [StopActionProperty] -> Value # toEncodingList :: [StopActionProperty] -> Encoding # omitField :: StopActionProperty -> Bool # | |||||
| Show StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Methods showsPrec :: Int -> StopActionProperty -> ShowS # show :: StopActionProperty -> String # showList :: [StopActionProperty] -> ShowS # | |||||
| Eq StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Methods (==) :: StopActionProperty -> StopActionProperty -> Bool # (/=) :: StopActionProperty -> StopActionProperty -> Bool # | |||||
| ToResourceProperties StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Methods toResourceProperties :: StopActionProperty -> ResourceProperties # | |||||
| Property "Scope" StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Associated Types
Methods set :: PropertyType "Scope" StopActionProperty -> StopActionProperty -> StopActionProperty # | |||||
| Property "TopicArn" StopActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.StopActionProperty Associated Types
Methods set :: PropertyType "TopicArn" StopActionProperty -> StopActionProperty -> StopActionProperty # | |||||
| type PropertyType "Scope" StopActionProperty Source # | |||||
| type PropertyType "TopicArn" StopActionProperty Source # | |||||
data WorkmailActionProperty Source #
Constructors
| WorkmailActionProperty | |
Fields
| |
Instances
| ToJSON WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Methods toJSON :: WorkmailActionProperty -> Value # toEncoding :: WorkmailActionProperty -> Encoding # toJSONList :: [WorkmailActionProperty] -> Value # toEncodingList :: [WorkmailActionProperty] -> Encoding # omitField :: WorkmailActionProperty -> Bool # | |||||
| Show WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Methods showsPrec :: Int -> WorkmailActionProperty -> ShowS # show :: WorkmailActionProperty -> String # showList :: [WorkmailActionProperty] -> ShowS # | |||||
| Eq WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Methods (==) :: WorkmailActionProperty -> WorkmailActionProperty -> Bool # (/=) :: WorkmailActionProperty -> WorkmailActionProperty -> Bool # | |||||
| ToResourceProperties WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Methods toResourceProperties :: WorkmailActionProperty -> ResourceProperties # | |||||
| Property "OrganizationArn" WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Associated Types
Methods set :: PropertyType "OrganizationArn" WorkmailActionProperty -> WorkmailActionProperty -> WorkmailActionProperty # | |||||
| Property "TopicArn" WorkmailActionProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.WorkmailActionProperty Associated Types
Methods set :: PropertyType "TopicArn" WorkmailActionProperty -> WorkmailActionProperty -> WorkmailActionProperty # | |||||
| type PropertyType "OrganizationArn" WorkmailActionProperty Source # | |||||
| type PropertyType "TopicArn" WorkmailActionProperty Source # | |||||
mkBounceActionProperty :: Value Text -> Value Text -> Value Text -> BounceActionProperty Source #
data RuleProperty Source #
Constructors
| RuleProperty | |
Fields | |
Instances
| ToJSON RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Methods toJSON :: RuleProperty -> Value # toEncoding :: RuleProperty -> Encoding # toJSONList :: [RuleProperty] -> Value # toEncodingList :: [RuleProperty] -> Encoding # omitField :: RuleProperty -> Bool # | |||||
| Show RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Methods showsPrec :: Int -> RuleProperty -> ShowS # show :: RuleProperty -> String # showList :: [RuleProperty] -> ShowS # | |||||
| Eq RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| ToResourceProperties RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Methods toResourceProperties :: RuleProperty -> ResourceProperties # | |||||
| Property "Actions" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "Actions" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Enabled" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "Enabled" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Name" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "Name" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "Recipients" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "Recipients" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "ScanEnabled" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "ScanEnabled" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| Property "TlsPolicy" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty Associated Types
Methods set :: PropertyType "TlsPolicy" RuleProperty -> RuleProperty -> RuleProperty # | |||||
| type PropertyType "Actions" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| type PropertyType "Enabled" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| type PropertyType "Name" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| type PropertyType "Recipients" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| type PropertyType "ScanEnabled" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||
| type PropertyType "TlsPolicy" RuleProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptRule.RuleProperty | |||||