@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.823Z") @Stability(value=Stable) public class CfnDBInstance extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDBInstance.Builder
A fluent builder for
CfnDBInstance. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDBInstance(software.constructs.Construct scope,
String id,
CfnDBInstanceProps props)
Create a new `AWS::Neptune::DBInstance`.
|
protected |
CfnDBInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDBInstance(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAllowMajorVersionUpgrade()
`AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.
|
String |
getAttrEndpoint() |
String |
getAttrPort() |
Object |
getAutoMinorVersionUpgrade()
`AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.
|
String |
getAvailabilityZone()
`AWS::Neptune::DBInstance.AvailabilityZone`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDbClusterIdentifier()
`AWS::Neptune::DBInstance.DBClusterIdentifier`.
|
String |
getDbInstanceClass()
`AWS::Neptune::DBInstance.DBInstanceClass`.
|
String |
getDbInstanceIdentifier()
`AWS::Neptune::DBInstance.DBInstanceIdentifier`.
|
String |
getDbParameterGroupName()
`AWS::Neptune::DBInstance.DBParameterGroupName`.
|
String |
getDbSnapshotIdentifier()
`AWS::Neptune::DBInstance.DBSnapshotIdentifier`.
|
String |
getDbSubnetGroupName()
`AWS::Neptune::DBInstance.DBSubnetGroupName`.
|
String |
getPreferredMaintenanceWindow()
`AWS::Neptune::DBInstance.PreferredMaintenanceWindow`.
|
TagManager |
getTags()
`AWS::Neptune::DBInstance.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAllowMajorVersionUpgrade(Boolean value)
`AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.
|
void |
setAllowMajorVersionUpgrade(IResolvable value)
`AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.
|
void |
setAutoMinorVersionUpgrade(Boolean value)
`AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.
|
void |
setAutoMinorVersionUpgrade(IResolvable value)
`AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.
|
void |
setAvailabilityZone(String value)
`AWS::Neptune::DBInstance.AvailabilityZone`.
|
void |
setDbClusterIdentifier(String value)
`AWS::Neptune::DBInstance.DBClusterIdentifier`.
|
void |
setDbInstanceClass(String value)
`AWS::Neptune::DBInstance.DBInstanceClass`.
|
void |
setDbInstanceIdentifier(String value)
`AWS::Neptune::DBInstance.DBInstanceIdentifier`.
|
void |
setDbParameterGroupName(String value)
`AWS::Neptune::DBInstance.DBParameterGroupName`.
|
void |
setDbSnapshotIdentifier(String value)
`AWS::Neptune::DBInstance.DBSnapshotIdentifier`.
|
void |
setDbSubnetGroupName(String value)
`AWS::Neptune::DBInstance.DBSubnetGroupName`.
|
void |
setPreferredMaintenanceWindow(String value)
`AWS::Neptune::DBInstance.PreferredMaintenanceWindow`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDBInstance(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDBInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDBInstance(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDBInstanceProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrEndpoint()
@Stability(value=Stable) @NotNull public String getAttrPort()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDbInstanceClass()
@Stability(value=Stable)
public void setDbInstanceClass(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAllowMajorVersionUpgrade()
@Stability(value=Stable)
public void setAllowMajorVersionUpgrade(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAllowMajorVersionUpgrade(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getAutoMinorVersionUpgrade()
@Stability(value=Stable)
public void setAutoMinorVersionUpgrade(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAutoMinorVersionUpgrade(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getAvailabilityZone()
@Stability(value=Stable)
public void setAvailabilityZone(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbClusterIdentifier()
@Stability(value=Stable)
public void setDbClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbInstanceIdentifier()
@Stability(value=Stable)
public void setDbInstanceIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbParameterGroupName()
@Stability(value=Stable)
public void setDbParameterGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbSnapshotIdentifier()
@Stability(value=Stable)
public void setDbSnapshotIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbSubnetGroupName()
@Stability(value=Stable)
public void setDbSubnetGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPreferredMaintenanceWindow()
@Stability(value=Stable)
public void setPreferredMaintenanceWindow(@Nullable
String value)
Copyright © 2021. All rights reserved.