Skip to content

Commit

Permalink
Add link to new AWS::MSK::Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Jun 14, 2019
1 parent 59c0089 commit 1b5dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfmreslib/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ElasticTranscoderPipeline(BotoResourceHandler):

class KafkaCluster(BotoResourceHandler):
NAME = "KafkaCluster"
DESCRIPTION = "The ``Custom::KafkaCluster`` resource creates a Kafka Cluster (MSK)."
DESCRIPTION = "The ``Custom::KafkaCluster`` resource creates a Kafka Cluster (MSK). Now offificially available in CloudFormation with `AWS::MSK::Cluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html>`_."
SERVICE = "kafka"
CREATE_METHOD = {
"name": "create_cluster",
Expand Down

0 comments on commit 1b5dde9

Please sign in to comment.