---
type: resource-type
title: MSKTopic
description: aws resource type AWS::MSK::Topic
name: MSKTopic
lexicon: aws
resource_type: AWS::MSK::Topic
---
`AWS::MSK::Topic`, a resource type of the aws lexicon.

## Properties

- `ClusterArn` (`string`, required): The Amazon Resource Name (ARN) of the MSK cluster
- `PartitionCount` (`number`, required): The number of partitions for the topic
- `ReplicationFactor` (`number`, required): The replication factor for the topic
- `TopicName` (`string`, required): The name of the topic
- `Configs` (`string`, optional): Base64 encoded configuration properties of the topic
- `TopicArn` (`string`, optional): The Amazon Resource Name (ARN) of the topic

## Attributes

- `TopicArn`
