Stratosphere.MSK.BatchScramSecret
data BatchScramSecret Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html#cfn-msk-batchscramsecret-clusterarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html#cfn-msk-batchscramsecret-secretarnlist
Defined in Stratosphere.MSK.BatchScramSecret
Methods
toJSON :: BatchScramSecret -> Value #
toEncoding :: BatchScramSecret -> Encoding #
toJSONList :: [BatchScramSecret] -> Value #
toEncodingList :: [BatchScramSecret] -> Encoding #
omitField :: BatchScramSecret -> Bool #
showsPrec :: Int -> BatchScramSecret -> ShowS #
show :: BatchScramSecret -> String #
showList :: [BatchScramSecret] -> ShowS #
(==) :: BatchScramSecret -> BatchScramSecret -> Bool #
(/=) :: BatchScramSecret -> BatchScramSecret -> Bool #
toResourceProperties :: BatchScramSecret -> ResourceProperties #
Associated Types
set :: PropertyType "ClusterArn" BatchScramSecret -> BatchScramSecret -> BatchScramSecret #
set :: PropertyType "SecretArnList" BatchScramSecret -> BatchScramSecret -> BatchScramSecret #
mkBatchScramSecret :: Value Text -> BatchScramSecret Source #