PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Kafka::CreateCluster; use Moose; has BrokerNodeGroupInfo => (is => 'ro', isa => 'Paws::Kafka::BrokerNodeGroupInfo', traits => ['NameInRequest'], request_name => 'brokerNodeGroupInfo', required => 1); has ClientAuthentication => (is => 'ro', isa => 'Paws::Kafka::ClientAuthentication', traits => ['NameInRequest'], request_name => 'clientAuthentication'); has ClusterName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'clusterName', required => 1); has ConfigurationInfo => (is => 'ro', isa => 'Paws::Kafka::ConfigurationInfo', traits => ['NameInRequest'], request_name => 'configurationInfo'); has EncryptionInfo => (is => 'ro', isa => 'Paws::Kafka::EncryptionInfo', traits => ['NameInRequest'], request_name => 'encryptionInfo'); has EnhancedMonitoring => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'enhancedMonitoring'); has KafkaVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'kafkaVersion', required => 1); has LoggingInfo => (is => 'ro', isa => 'Paws::Kafka::LoggingInfo', traits => ['NameInRequest'], request_name => 'loggingInfo'); has NumberOfBrokerNodes => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'numberOfBrokerNodes', required => 1); has OpenMonitoring => (is => 'ro', isa => 'Paws::Kafka::OpenMonitoringInfo', traits => ['NameInRequest'], request_name => 'openMonitoring'); has Tags => (is => 'ro', isa => 'Paws::Kafka::__mapOf__string', traits => ['NameInRequest'], request_name => 'tags'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateCluster'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/v1/clusters'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Kafka::CreateClusterResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::Kafka::CreateCluster - Arguments for method CreateCluster on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateCluster on the L service. Use the attributes of this class as arguments to method CreateCluster. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateCluster. =head1 SYNOPSIS my $kafka = Paws->service('Kafka'); my $CreateClusterResponse = $kafka->CreateCluster( BrokerNodeGroupInfo => { ClientSubnets => [ 'My__string', ... ], InstanceType => 'My__stringMin5Max32', # min: 5, max: 32 BrokerAZDistribution => 'DEFAULT', # values: DEFAULT; OPTIONAL SecurityGroups => [ 'My__string', ... ], StorageInfo => { EbsStorageInfo => { VolumeSize => 1, # min: 1, max: 16384; OPTIONAL }, # OPTIONAL }, # OPTIONAL }, ClusterName => 'My__stringMin1Max64', KafkaVersion => 'My__stringMin1Max128', NumberOfBrokerNodes => 1, ClientAuthentication => { Sasl => { Iam => { Enabled => 1, # OPTIONAL }, # OPTIONAL Scram => { Enabled => 1, # OPTIONAL }, # OPTIONAL }, # OPTIONAL Tls => { CertificateAuthorityArnList => [ 'My__string', ... ], } , # OPTIONAL }, # OPTIONAL ConfigurationInfo => { Arn => 'My__string', Revision => 1, }, # OPTIONAL EncryptionInfo => { EncryptionAtRest => { DataVolumeKMSKeyId => 'My__string', }, # OPTIONAL EncryptionInTransit => { ClientBroker => 'TLS', # values: TLS, TLS_PLAINTEXT, PLAINTEXT; OPTIONAL InCluster => 1, # OPTIONAL }, # OPTIONAL }, # OPTIONAL EnhancedMonitoring => 'DEFAULT', # OPTIONAL LoggingInfo => { BrokerLogs => { CloudWatchLogs => { Enabled => 1, # OPTIONAL LogGroup => 'My__string', }, # OPTIONAL Firehose => { Enabled => 1, # OPTIONAL DeliveryStream => 'My__string', }, # OPTIONAL S3 => { Enabled => 1, # OPTIONAL Bucket => 'My__string', Prefix => 'My__string', }, # OPTIONAL }, }, # OPTIONAL OpenMonitoring => { Prometheus => { JmxExporter => { EnabledInBroker => 1, # OPTIONAL }, # OPTIONAL NodeExporter => { EnabledInBroker => 1, # OPTIONAL }, # OPTIONAL }, }, # OPTIONAL Tags => { 'My__string' => 'My__string', }, # OPTIONAL ); # Results: my $ClusterArn = $CreateClusterResponse->ClusterArn; my $ClusterName = $CreateClusterResponse->ClusterName; my $State = $CreateClusterResponse->State; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 B BrokerNodeGroupInfo => L Information about the broker nodes in the cluster. =head2 ClientAuthentication => L Includes all client authentication related information. =head2 B ClusterName => Str The name of the cluster. =head2 ConfigurationInfo => L Represents the configuration that you want MSK to use for the brokers in a cluster. =head2 EncryptionInfo => L Includes all encryption-related information. =head2 EnhancedMonitoring => Str Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. Valid values are: C<"DEFAULT">, C<"PER_BROKER">, C<"PER_TOPIC_PER_BROKER">, C<"PER_TOPIC_PER_PARTITION"> =head2 B KafkaVersion => Str The version of Apache Kafka. =head2 LoggingInfo => L =head2 B NumberOfBrokerNodes => Int The number of broker nodes in the cluster. =head2 OpenMonitoring => L The settings for open monitoring. =head2 Tags => L Create tags when creating the cluster. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateCluster in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut