Class NeptuneClusterInstance
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.neptune_cluster_instance.NeptuneClusterInstance
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.ITerraformAddressable,com.hashicorp.cdktf.ITerraformDependable,com.hashicorp.cdktf.ITerraformResource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.132Z") @Stability(Stable) public class NeptuneClusterInstance extends com.hashicorp.cdktf.TerraformResource
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_instance aws_neptune_cluster_instance}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeptuneClusterInstance.BuilderA fluent builder forNeptuneClusterInstance.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedNeptuneClusterInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNeptuneClusterInstance(software.amazon.jsii.JsiiObjectRef objRef)NeptuneClusterInstance(software.constructs.Construct scope, String id, NeptuneClusterInstanceConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_instance aws_neptune_cluster_instance} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
TF_RESOURCE_TYPE
@Stability(Stable) public static final String TF_RESOURCE_TYPE
-
-
Constructor Detail
-
NeptuneClusterInstance
protected NeptuneClusterInstance(software.amazon.jsii.JsiiObjectRef objRef)
-
NeptuneClusterInstance
protected NeptuneClusterInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NeptuneClusterInstance
@Stability(Stable) public NeptuneClusterInstance(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull NeptuneClusterInstanceConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster_instance aws_neptune_cluster_instance} Resource.- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.config- This parameter is required.
-
-
Method Detail
-
putTimeouts
@Stability(Stable) public void putTimeouts(@NotNull NeptuneClusterInstanceTimeouts value)- Parameters:
value- This parameter is required.
-
resetApplyImmediately
@Stability(Stable) public void resetApplyImmediately()
-
resetAutoMinorVersionUpgrade
@Stability(Stable) public void resetAutoMinorVersionUpgrade()
-
resetAvailabilityZone
@Stability(Stable) public void resetAvailabilityZone()
-
resetEngine
@Stability(Stable) public void resetEngine()
-
resetEngineVersion
@Stability(Stable) public void resetEngineVersion()
-
resetId
@Stability(Stable) public void resetId()
-
resetIdentifier
@Stability(Stable) public void resetIdentifier()
-
resetIdentifierPrefix
@Stability(Stable) public void resetIdentifierPrefix()
-
resetNeptuneParameterGroupName
@Stability(Stable) public void resetNeptuneParameterGroupName()
-
resetNeptuneSubnetGroupName
@Stability(Stable) public void resetNeptuneSubnetGroupName()
-
resetPort
@Stability(Stable) public void resetPort()
-
resetPreferredBackupWindow
@Stability(Stable) public void resetPreferredBackupWindow()
-
resetPreferredMaintenanceWindow
@Stability(Stable) public void resetPreferredMaintenanceWindow()
-
resetPromotionTier
@Stability(Stable) public void resetPromotionTier()
-
resetPubliclyAccessible
@Stability(Stable) public void resetPubliclyAccessible()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTagsAll
@Stability(Stable) public void resetTagsAll()
-
resetTimeouts
@Stability(Stable) public void resetTimeouts()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getAddress
@Stability(Stable) @NotNull public String getAddress()
-
getArn
@Stability(Stable) @NotNull public String getArn()
-
getDbiResourceId
@Stability(Stable) @NotNull public String getDbiResourceId()
-
getEndpoint
@Stability(Stable) @NotNull public String getEndpoint()
-
getKmsKeyArn
@Stability(Stable) @NotNull public String getKmsKeyArn()
-
getStorageEncrypted
@Stability(Stable) @NotNull public com.hashicorp.cdktf.IResolvable getStorageEncrypted()
-
getTimeouts
@Stability(Stable) @NotNull public NeptuneClusterInstanceTimeoutsOutputReference getTimeouts()
-
getWriter
@Stability(Stable) @NotNull public com.hashicorp.cdktf.IResolvable getWriter()
-
getApplyImmediatelyInput
@Stability(Stable) @Nullable public Object getApplyImmediatelyInput()
-
getAutoMinorVersionUpgradeInput
@Stability(Stable) @Nullable public Object getAutoMinorVersionUpgradeInput()
-
getAvailabilityZoneInput
@Stability(Stable) @Nullable public String getAvailabilityZoneInput()
-
getClusterIdentifierInput
@Stability(Stable) @Nullable public String getClusterIdentifierInput()
-
getEngineInput
@Stability(Stable) @Nullable public String getEngineInput()
-
getEngineVersionInput
@Stability(Stable) @Nullable public String getEngineVersionInput()
-
getIdentifierInput
@Stability(Stable) @Nullable public String getIdentifierInput()
-
getIdentifierPrefixInput
@Stability(Stable) @Nullable public String getIdentifierPrefixInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getInstanceClassInput
@Stability(Stable) @Nullable public String getInstanceClassInput()
-
getNeptuneParameterGroupNameInput
@Stability(Stable) @Nullable public String getNeptuneParameterGroupNameInput()
-
getNeptuneSubnetGroupNameInput
@Stability(Stable) @Nullable public String getNeptuneSubnetGroupNameInput()
-
getPortInput
@Stability(Stable) @Nullable public Number getPortInput()
-
getPreferredBackupWindowInput
@Stability(Stable) @Nullable public String getPreferredBackupWindowInput()
-
getPreferredMaintenanceWindowInput
@Stability(Stable) @Nullable public String getPreferredMaintenanceWindowInput()
-
getPromotionTierInput
@Stability(Stable) @Nullable public Number getPromotionTierInput()
-
getPubliclyAccessibleInput
@Stability(Stable) @Nullable public Object getPubliclyAccessibleInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getApplyImmediately
@Stability(Stable) @NotNull public Object getApplyImmediately()
-
setApplyImmediately
@Stability(Stable) public void setApplyImmediately(@NotNull Boolean value)
-
setApplyImmediately
@Stability(Stable) public void setApplyImmediately(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getAutoMinorVersionUpgrade
@Stability(Stable) @NotNull public Object getAutoMinorVersionUpgrade()
-
setAutoMinorVersionUpgrade
@Stability(Stable) public void setAutoMinorVersionUpgrade(@NotNull Boolean value)
-
setAutoMinorVersionUpgrade
@Stability(Stable) public void setAutoMinorVersionUpgrade(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getAvailabilityZone
@Stability(Stable) @NotNull public String getAvailabilityZone()
-
setAvailabilityZone
@Stability(Stable) public void setAvailabilityZone(@NotNull String value)
-
getClusterIdentifier
@Stability(Stable) @NotNull public String getClusterIdentifier()
-
setClusterIdentifier
@Stability(Stable) public void setClusterIdentifier(@NotNull String value)
-
getEngine
@Stability(Stable) @NotNull public String getEngine()
-
setEngine
@Stability(Stable) public void setEngine(@NotNull String value)
-
getEngineVersion
@Stability(Stable) @NotNull public String getEngineVersion()
-
setEngineVersion
@Stability(Stable) public void setEngineVersion(@NotNull String value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getIdentifier
@Stability(Stable) @NotNull public String getIdentifier()
-
setIdentifier
@Stability(Stable) public void setIdentifier(@NotNull String value)
-
getIdentifierPrefix
@Stability(Stable) @NotNull public String getIdentifierPrefix()
-
setIdentifierPrefix
@Stability(Stable) public void setIdentifierPrefix(@NotNull String value)
-
getInstanceClass
@Stability(Stable) @NotNull public String getInstanceClass()
-
setInstanceClass
@Stability(Stable) public void setInstanceClass(@NotNull String value)
-
getNeptuneParameterGroupName
@Stability(Stable) @NotNull public String getNeptuneParameterGroupName()
-
setNeptuneParameterGroupName
@Stability(Stable) public void setNeptuneParameterGroupName(@NotNull String value)
-
getNeptuneSubnetGroupName
@Stability(Stable) @NotNull public String getNeptuneSubnetGroupName()
-
setNeptuneSubnetGroupName
@Stability(Stable) public void setNeptuneSubnetGroupName(@NotNull String value)
-
getPort
@Stability(Stable) @NotNull public Number getPort()
-
setPort
@Stability(Stable) public void setPort(@NotNull Number value)
-
getPreferredBackupWindow
@Stability(Stable) @NotNull public String getPreferredBackupWindow()
-
setPreferredBackupWindow
@Stability(Stable) public void setPreferredBackupWindow(@NotNull String value)
-
getPreferredMaintenanceWindow
@Stability(Stable) @NotNull public String getPreferredMaintenanceWindow()
-
setPreferredMaintenanceWindow
@Stability(Stable) public void setPreferredMaintenanceWindow(@NotNull String value)
-
getPromotionTier
@Stability(Stable) @NotNull public Number getPromotionTier()
-
setPromotionTier
@Stability(Stable) public void setPromotionTier(@NotNull Number value)
-
getPubliclyAccessible
@Stability(Stable) @NotNull public Object getPubliclyAccessible()
-
setPubliclyAccessible
@Stability(Stable) public void setPubliclyAccessible(@NotNull Boolean value)
-
setPubliclyAccessible
@Stability(Stable) public void setPubliclyAccessible(@NotNull com.hashicorp.cdktf.IResolvable value)
-
-