Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#cluster_endpoint_encryption_type ⇒ "NONE", "TLS"
Returns the value of attribute cluster_endpoint_encryption_type.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#sse_specification ⇒ Types::SSESpecification
Returns the value of attribute sse_specification.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
48 49 50 |
# File 'sig/types.rbs', line 48 def availability_zones @availability_zones end |
#cluster_endpoint_encryption_type ⇒ "NONE", "TLS"
Returns the value of attribute cluster_endpoint_encryption_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def cluster_endpoint_encryption_type @cluster_endpoint_encryption_type end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
46 47 48 |
# File 'sig/types.rbs', line 46 def description @description end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def iam_role_arn @iam_role_arn end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
58 59 60 |
# File 'sig/types.rbs', line 58 def network_type @network_type end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
45 46 47 |
# File 'sig/types.rbs', line 45 def node_type @node_type end |
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def notification_topic_arn @notification_topic_arn end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
54 55 56 |
# File 'sig/types.rbs', line 54 def parameter_group_name @parameter_group_name end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
51 52 53 |
# File 'sig/types.rbs', line 51 def preferred_maintenance_window @preferred_maintenance_window end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
47 48 49 |
# File 'sig/types.rbs', line 47 def replication_factor @replication_factor end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
50 51 52 |
# File 'sig/types.rbs', line 50 def security_group_ids @security_group_ids end |
#sse_specification ⇒ Types::SSESpecification
Returns the value of attribute sse_specification.
56 57 58 |
# File 'sig/types.rbs', line 56 def sse_specification @sse_specification end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def subnet_group_name @subnet_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
55 56 57 |
# File 'sig/types.rbs', line 55 def end |