permalink |
---|
/neptune_cluster_instance/ |
neptune_cluster_instance
represents the aws_neptune_cluster_instance
Terraform resource.
This package contains functions and utilities for setting up the resource using Jsonnet code.
fn new()
fn newAttrs()
fn withApplyImmediately()
fn withAutoMinorVersionUpgrade()
fn withAvailabilityZone()
fn withClusterIdentifier()
fn withEngine()
fn withEngineVersion()
fn withIdentifier()
fn withIdentifierPrefix()
fn withInstanceClass()
fn withNeptuneParameterGroupName()
fn withNeptuneSubnetGroupName()
fn withPort()
fn withPreferredBackupWindow()
fn withPreferredMaintenanceWindow()
fn withPromotionTier()
fn withPubliclyAccessible()
fn withTags()
fn withTagsAll()
fn withTimeouts()
fn withTimeoutsMixin()
obj timeouts
new()
aws.neptune_cluster_instance.new
injects a new aws_neptune_cluster_instance
Terraform resource
block into the root module document.
Additionally, this inserts a private function into the _ref
attribute that generates references to attributes of the
resource. For example, if you added a new instance to the root using:
# arguments omitted for brevity
aws.neptune_cluster_instance.new('some_id')
You can get the reference to the id
field of the created aws.neptune_cluster_instance
using the reference:
$._ref.aws_neptune_cluster_instance.some_id.get('id')
This is the same as directly entering "${ aws_neptune_cluster_instance.some_id.id }"
as the value.
NOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use super
, self
,
or $
to refer to the root object. Instead, make an explicit outer object using local
.
Args:
resourceLabel
(string
): The name label of the block.apply_immediately
(bool
): Set theapply_immediately
field on the resulting resource block. Whennull
, theapply_immediately
field will be omitted from the resulting object.auto_minor_version_upgrade
(bool
): Set theauto_minor_version_upgrade
field on the resulting resource block. Whennull
, theauto_minor_version_upgrade
field will be omitted from the resulting object.availability_zone
(string
): Set theavailability_zone
field on the resulting resource block. Whennull
, theavailability_zone
field will be omitted from the resulting object.cluster_identifier
(string
): Set thecluster_identifier
field on the resulting resource block.engine
(string
): Set theengine
field on the resulting resource block. Whennull
, theengine
field will be omitted from the resulting object.engine_version
(string
): Set theengine_version
field on the resulting resource block. Whennull
, theengine_version
field will be omitted from the resulting object.identifier
(string
): Set theidentifier
field on the resulting resource block. Whennull
, theidentifier
field will be omitted from the resulting object.identifier_prefix
(string
): Set theidentifier_prefix
field on the resulting resource block. Whennull
, theidentifier_prefix
field will be omitted from the resulting object.instance_class
(string
): Set theinstance_class
field on the resulting resource block.neptune_parameter_group_name
(string
): Set theneptune_parameter_group_name
field on the resulting resource block. Whennull
, theneptune_parameter_group_name
field will be omitted from the resulting object.neptune_subnet_group_name
(string
): Set theneptune_subnet_group_name
field on the resulting resource block. Whennull
, theneptune_subnet_group_name
field will be omitted from the resulting object.port
(number
): Set theport
field on the resulting resource block. Whennull
, theport
field will be omitted from the resulting object.preferred_backup_window
(string
): Set thepreferred_backup_window
field on the resulting resource block. Whennull
, thepreferred_backup_window
field will be omitted from the resulting object.preferred_maintenance_window
(string
): Set thepreferred_maintenance_window
field on the resulting resource block. Whennull
, thepreferred_maintenance_window
field will be omitted from the resulting object.promotion_tier
(number
): Set thepromotion_tier
field on the resulting resource block. Whennull
, thepromotion_tier
field will be omitted from the resulting object.publicly_accessible
(bool
): Set thepublicly_accessible
field on the resulting resource block. Whennull
, thepublicly_accessible
field will be omitted from the resulting object.tags
(obj
): Set thetags
field on the resulting resource block. Whennull
, thetags
field will be omitted from the resulting object.tags_all
(obj
): Set thetags_all
field on the resulting resource block. Whennull
, thetags_all
field will be omitted from the resulting object.timeouts
(obj
): Set thetimeouts
field on the resulting resource block. Whennull
, thetimeouts
sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the aws.neptune_cluster_instance.timeouts.new constructor.
Returns:
- A mixin object that injects the new resource into the root Terraform configuration.
newAttrs()
aws.neptune_cluster_instance.newAttrs
constructs a new object with attributes and blocks configured for the neptune_cluster_instance
Terraform resource.
Unlike aws.neptune_cluster_instance.new, this function will not inject the resource
block into the root Terraform document. Instead, this must be passed in as the attrs
argument for the
tf.withResource function to build a complete block.
This is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to injecting into a complete block.
Args:
apply_immediately
(bool
): Set theapply_immediately
field on the resulting object. Whennull
, theapply_immediately
field will be omitted from the resulting object.auto_minor_version_upgrade
(bool
): Set theauto_minor_version_upgrade
field on the resulting object. Whennull
, theauto_minor_version_upgrade
field will be omitted from the resulting object.availability_zone
(string
): Set theavailability_zone
field on the resulting object. Whennull
, theavailability_zone
field will be omitted from the resulting object.cluster_identifier
(string
): Set thecluster_identifier
field on the resulting object.engine
(string
): Set theengine
field on the resulting object. Whennull
, theengine
field will be omitted from the resulting object.engine_version
(string
): Set theengine_version
field on the resulting object. Whennull
, theengine_version
field will be omitted from the resulting object.identifier
(string
): Set theidentifier
field on the resulting object. Whennull
, theidentifier
field will be omitted from the resulting object.identifier_prefix
(string
): Set theidentifier_prefix
field on the resulting object. Whennull
, theidentifier_prefix
field will be omitted from the resulting object.instance_class
(string
): Set theinstance_class
field on the resulting object.neptune_parameter_group_name
(string
): Set theneptune_parameter_group_name
field on the resulting object. Whennull
, theneptune_parameter_group_name
field will be omitted from the resulting object.neptune_subnet_group_name
(string
): Set theneptune_subnet_group_name
field on the resulting object. Whennull
, theneptune_subnet_group_name
field will be omitted from the resulting object.port
(number
): Set theport
field on the resulting object. Whennull
, theport
field will be omitted from the resulting object.preferred_backup_window
(string
): Set thepreferred_backup_window
field on the resulting object. Whennull
, thepreferred_backup_window
field will be omitted from the resulting object.preferred_maintenance_window
(string
): Set thepreferred_maintenance_window
field on the resulting object. Whennull
, thepreferred_maintenance_window
field will be omitted from the resulting object.promotion_tier
(number
): Set thepromotion_tier
field on the resulting object. Whennull
, thepromotion_tier
field will be omitted from the resulting object.publicly_accessible
(bool
): Set thepublicly_accessible
field on the resulting object. Whennull
, thepublicly_accessible
field will be omitted from the resulting object.tags
(obj
): Set thetags
field on the resulting object. Whennull
, thetags
field will be omitted from the resulting object.tags_all
(obj
): Set thetags_all
field on the resulting object. Whennull
, thetags_all
field will be omitted from the resulting object.timeouts
(obj
): Set thetimeouts
field on the resulting object. Whennull
, thetimeouts
sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the aws.neptune_cluster_instance.timeouts.new constructor.
Returns:
- An attribute object that can be used with tf.withResource to construct a new
neptune_cluster_instance
resource into the root Terraform configuration.
withApplyImmediately()
aws.bool.withApplyImmediately
constructs a mixin object that can be merged into the bool
Terraform resource block to set or update the apply_immediately field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(bool
): The value to set for theapply_immediately
field.
withAutoMinorVersionUpgrade()
aws.bool.withAutoMinorVersionUpgrade
constructs a mixin object that can be merged into the bool
Terraform resource block to set or update the auto_minor_version_upgrade field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(bool
): The value to set for theauto_minor_version_upgrade
field.
withAvailabilityZone()
aws.string.withAvailabilityZone
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the availability_zone field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theavailability_zone
field.
withClusterIdentifier()
aws.string.withClusterIdentifier
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the cluster_identifier field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for thecluster_identifier
field.
withEngine()
aws.string.withEngine
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the engine field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theengine
field.
withEngineVersion()
aws.string.withEngineVersion
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the engine_version field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theengine_version
field.
withIdentifier()
aws.string.withIdentifier
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the identifier field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theidentifier
field.
withIdentifierPrefix()
aws.string.withIdentifierPrefix
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the identifier_prefix field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theidentifier_prefix
field.
withInstanceClass()
aws.string.withInstanceClass
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the instance_class field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theinstance_class
field.
withNeptuneParameterGroupName()
aws.string.withNeptuneParameterGroupName
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the neptune_parameter_group_name field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theneptune_parameter_group_name
field.
withNeptuneSubnetGroupName()
aws.string.withNeptuneSubnetGroupName
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the neptune_subnet_group_name field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for theneptune_subnet_group_name
field.
withPort()
aws.number.withPort
constructs a mixin object that can be merged into the number
Terraform resource block to set or update the port field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(number
): The value to set for theport
field.
withPreferredBackupWindow()
aws.string.withPreferredBackupWindow
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the preferred_backup_window field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for thepreferred_backup_window
field.
withPreferredMaintenanceWindow()
aws.string.withPreferredMaintenanceWindow
constructs a mixin object that can be merged into the string
Terraform resource block to set or update the preferred_maintenance_window field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(string
): The value to set for thepreferred_maintenance_window
field.
withPromotionTier()
aws.number.withPromotionTier
constructs a mixin object that can be merged into the number
Terraform resource block to set or update the promotion_tier field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(number
): The value to set for thepromotion_tier
field.
withPubliclyAccessible()
aws.bool.withPubliclyAccessible
constructs a mixin object that can be merged into the bool
Terraform resource block to set or update the publicly_accessible field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(bool
): The value to set for thepublicly_accessible
field.
withTags()
aws.obj.withTags
constructs a mixin object that can be merged into the obj
Terraform resource block to set or update the tags field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(obj
): The value to set for thetags
field.
withTagsAll()
aws.obj.withTagsAll
constructs a mixin object that can be merged into the obj
Terraform resource block to set or update the tags_all field.
Args:
resourceLabel
(string
): The name label of the block to update.value
(obj
): The value to set for thetags_all
field.
withTimeouts()
aws.obj.withTimeouts
constructs a mixin object that can be merged into the obj
Terraform resource block to set or update the timeouts field.
This function will replace the map with the passed in value
. If you wish to instead merge the
passed in value to the existing map, use the aws.obj.withTimeoutsMixin function.
Args:
resourceLabel
(string
): The name label of the block to update.value
(obj
): The value to set for thetimeouts
field.
withTimeoutsMixin()
aws.obj.withTimeoutsMixin
constructs a mixin object that can be merged into the obj
Terraform resource block to set or update the timeouts field.
This function will merge the passed in value to the existing map. If you wish
to instead replace the entire map with the passed in value
, use the aws.obj.withTimeouts
function.
Args:
resourceLabel
(string
): The name label of the block to update.value
(obj
): The value to set for thetimeouts
field.
new()
aws.neptune_cluster_instance.timeouts.new
constructs a new object with attributes and blocks configured for the timeouts
Terraform sub block.
Args:
create
(string
): Set thecreate
field on the resulting object. Whennull
, thecreate
field will be omitted from the resulting object.delete
(string
): Set thedelete
field on the resulting object. Whennull
, thedelete
field will be omitted from the resulting object.update
(string
): Set theupdate
field on the resulting object. Whennull
, theupdate
field will be omitted from the resulting object.
Returns:
- An attribute object that represents the
timeouts
sub block.