@Stability(value=Stable) @Internal public static final class CfnCluster.BrokerNodeGroupInfoProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.BrokerNodeGroupInfoProperty
CfnCluster.BrokerNodeGroupInfoProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnCluster.BrokerNodeGroupInfoProperty.Builder, CfnCluster.BrokerNodeGroupInfoProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnCluster.BrokerNodeGroupInfoProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.BrokerLogsProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBrokerAzDistribution()
This parameter is currently not in use.
|
List<String> |
getClientSubnets()
The list of subnets to connect to in the client virtual private cloud (VPC).
|
Object |
getConnectivityInfo()
Information about the cluster's connectivity setting.
|
String |
getInstanceType()
The type of Amazon EC2 instances to use for brokers.
|
List<String> |
getSecurityGroups()
The security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster.
|
Object |
getStorageInfo()
Contains information about storage volumes attached to Amazon MSK broker nodes.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.BrokerNodeGroupInfoProperty.Builder builder)
CfnCluster.BrokerLogsProperty.Builder
.public final List<String> getClientSubnets()
CfnCluster.BrokerNodeGroupInfoProperty
Amazon creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data.
If you use the US West (N. California) Region, specify exactly two subnets. For other Regions where Amazon MSK is available, you can specify either two or three subnets. The subnets that you specify must be in distinct Availability Zones. When you create a cluster, Amazon MSK distributes the broker nodes evenly across the subnets that you specify.
Client subnets can't occupy the Availability Zone with ID use1-az3
.
getClientSubnets
in interface CfnCluster.BrokerNodeGroupInfoProperty
public final String getInstanceType()
CfnCluster.BrokerNodeGroupInfoProperty
The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, and kafka.m5.24xlarge, and kafka.t3.small.
getInstanceType
in interface CfnCluster.BrokerNodeGroupInfoProperty
public final String getBrokerAzDistribution()
CfnCluster.BrokerNodeGroupInfoProperty
getBrokerAzDistribution
in interface CfnCluster.BrokerNodeGroupInfoProperty
public final Object getConnectivityInfo()
CfnCluster.BrokerNodeGroupInfoProperty
getConnectivityInfo
in interface CfnCluster.BrokerNodeGroupInfoProperty
public final List<String> getSecurityGroups()
CfnCluster.BrokerNodeGroupInfoProperty
If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ec2:DescribeSecurityGroups
permission.
getSecurityGroups
in interface CfnCluster.BrokerNodeGroupInfoProperty
public final Object getStorageInfo()
CfnCluster.BrokerNodeGroupInfoProperty
getStorageInfo
in interface CfnCluster.BrokerNodeGroupInfoProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.