![]() |
![]()
| ![]() |
![]()
NAMEPaws::Kafka::ClusterInfo USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Kafka::ClusterInfo object: $service_obj->Method(Att1 => { ActiveOperationArn => $value, ..., ZookeeperConnectStringTls => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Kafka::ClusterInfo object: $result = $service_obj->Method(...); $result->Att1->ActiveOperationArn DESCRIPTIONReturns information about a cluster. ATTRIBUTESActiveOperationArn => StrArn of active cluster operation. BrokerNodeGroupInfo => Paws::Kafka::BrokerNodeGroupInfoInformation about the broker nodes. ClientAuthentication => Paws::Kafka::ClientAuthenticationIncludes all client authentication information. ClusterArn => StrThe Amazon Resource Name (ARN) that uniquely identifies the cluster. ClusterName => StrThe name of the cluster. CreationTime => StrThe time when the cluster was created. CurrentBrokerSoftwareInfo => Paws::Kafka::BrokerSoftwareInfoInformation about the version of software currently deployed on the Kafka brokers in the cluster. CurrentVersion => StrThe current version of the MSK cluster. EncryptionInfo => Paws::Kafka::EncryptionInfoIncludes all encryption-related information. EnhancedMonitoring => StrSpecifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring (https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html). LoggingInfo => Paws::Kafka::LoggingInfoNumberOfBrokerNodes => IntThe number of broker nodes in the cluster. OpenMonitoring => Paws::Kafka::OpenMonitoringSettings for open monitoring using Prometheus. State => StrThe state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING. StateInfo => Paws::Kafka::StateInfoTags => Paws::Kafka::__mapOf__stringTags attached to the cluster. ZookeeperConnectString => StrThe connection string to use to connect to the Apache ZooKeeper cluster. ZookeeperConnectStringTls => StrThe connection string to use to connect to zookeeper cluster on Tls port. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Kafka BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|