| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
DatabaseClusterProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
DatabaseClusterProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceType() |
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseClusterProps.getInstanceType() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceProps.getInstanceType() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
(experimental) What type of instance to start for the replicas.
|
DatabaseCluster.Builder |
DatabaseCluster.Builder.instanceType(InstanceType instanceType)
(experimental) What type of instance to start for the replicas.
|
| Constructor and Description |
|---|
Jsii$Proxy(IDatabaseCluster cluster,
InstanceType instanceType,
String availabilityZone,
String dbInstanceName,
IParameterGroup parameterGroup,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
List<? extends IRole> associatedRoles,
Duration backupRetention,
IClusterParameterGroup clusterParameterGroup,
String dbClusterName,
Boolean deletionProtection,
EngineVersion engineVersion,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
IKey kmsKey,
IParameterGroup parameterGroup,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends ISecurityGroup> securityGroups,
Boolean storageEncrypted,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Copyright © 2021. All rights reserved.