Class CfnClusterPropsMixin.BrokerNodeGroupInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.BrokerNodeGroupInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.BrokerNodeGroupInfoProperty
CfnClusterPropsMixin.BrokerNodeGroupInfoProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.BrokerNodeGroupInfoProperty
CfnClusterPropsMixin.BrokerNodeGroupInfoProperty.Builder, CfnClusterPropsMixin.BrokerNodeGroupInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.BrokerNodeGroupInfoProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThis parameter is currently not in use.The list of subnets to connect to in the client virtual private cloud (VPC).final ObjectInformation about the cluster's connectivity setting.final StringThe type of Amazon EC2 instances to use for brokers.The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster.final ObjectContains information about storage volumes attached to Amazon MSK broker nodes.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.BrokerNodeGroupInfoProperty.Builder.
-
-
Method Details
-
getBrokerAzDistribution
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyThis parameter is currently not in use.- Specified by:
getBrokerAzDistributionin interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
getClientSubnets
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyThe list of subnets to connect to in the client virtual private cloud (VPC).Amazon creates elastic network interfaces (ENIs) inside these subnets. Client applications use ENIs 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.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getClientSubnetsin interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
getConnectivityInfo
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyInformation about the cluster's connectivity setting.Returns union: either
IResolvableorCfnClusterPropsMixin.ConnectivityInfoProperty- Specified by:
getConnectivityInfoin interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
getInstanceType
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyThe type of Amazon EC2 instances to use for brokers.Depending on the broker type , Amazon MSK supports the following broker sizes:
Standard broker sizes
- kafka.t3.small
You can't select the kafka.t3.small instance type when the metadata mode is KRaft.
- kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge
- kafka.m7g.large, kafka.m7g.xlarge, kafka.m7g.2xlarge, kafka.m7g.4xlarge, kafka.m7g.8xlarge, kafka.m7g.12xlarge, kafka.m7g.16xlarge
Express broker sizes
- express.m7g.large, express.m7g.xlarge, express.m7g.2xlarge, express.m7g.4xlarge, express.m7g.8xlarge, express.m7g.12xlarge, express.m7g.16xlarge
Some broker sizes might not be available in certian AWS Regions. See the updated Pricing tools section on the Amazon MSK pricing page for the latest list of available instances by Region.
- Specified by:
getInstanceTypein interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
getSecurityGroups
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyThe security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster.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:DescribeSecurityGroupspermission.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupsin interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
getStorageInfo
Description copied from interface:CfnClusterPropsMixin.BrokerNodeGroupInfoPropertyContains information about storage volumes attached to Amazon MSK broker nodes.Returns union: either
IResolvableorCfnClusterPropsMixin.StorageInfoProperty- Specified by:
getStorageInfoin interfaceCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-