Class: Aws::Types::CreateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("NONE", "TLS")


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.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ipv4", "ipv6", "dual_stack")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


50
51
52
# File 'sig/types.rbs', line 50

def security_group_ids
  @security_group_ids
end

#sse_specificationTypes::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.

Returns:

  • (::String)


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.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def tags
  @tags
end