DatabaseInstanceProps
- class aws_cdk.aws_neptune_alpha.DatabaseInstanceProps(*, cluster, instance_type, auto_minor_version_upgrade=None, availability_zone=None, db_instance_name=None, parameter_group=None, removal_policy=None)
- Bases: - object- (experimental) Construction properties for a DatabaseInstanceNew. - Parameters:
- cluster ( - IDatabaseCluster) – (experimental) The Neptune database cluster the instance should launch into.
- instance_type ( - InstanceType) – (experimental) What type of instance to start for the replicas.
- auto_minor_version_upgrade ( - Optional[- bool]) – (experimental) Indicates that minor version patches are applied automatically. Default: undefined
- availability_zone ( - Optional[- str]) – (experimental) The name of the Availability Zone where the DB instance will be located. Default: - no preference
- db_instance_name ( - Optional[- str]) – (experimental) A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. Default: - a CloudFormation generated name
- parameter_group ( - Optional[- IParameterGroup]) – (experimental) The DB parameter group to associate with the instance. Default: no parameter group
- removal_policy ( - Optional[- RemovalPolicy]) – (experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update. Default: RemovalPolicy.Retain
 
- Stability:
- experimental 
- ExampleMetadata:
- fixture=with-cluster infused 
 - Example: - replica1 = neptune.DatabaseInstance(self, "Instance", cluster=cluster, instance_type=neptune.InstanceType.R5_LARGE ) - Attributes - auto_minor_version_upgrade
- (experimental) Indicates that minor version patches are applied automatically. - Default:
- undefined 
- Stability:
- experimental 
 
 - availability_zone
- (experimental) The name of the Availability Zone where the DB instance will be located. - Default:
- no preference 
 
- Stability:
- experimental 
 
 - cluster
- (experimental) The Neptune database cluster the instance should launch into. - Stability:
- experimental 
 
 - db_instance_name
- (experimental) A name for the DB instance. - If you specify a name, AWS CloudFormation converts it to lowercase. - Default:
- a CloudFormation generated name 
 
- Stability:
- experimental 
 
 - instance_type
- (experimental) What type of instance to start for the replicas. - Stability:
- experimental 
 
 - parameter_group
- (experimental) The DB parameter group to associate with the instance. - Default:
- no parameter group 
- Stability:
- experimental 
 
 - removal_policy
- (experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update. - Default:
- RemovalPolicy.Retain 
- Stability:
- experimental