Skip to content

Latest commit

 

History

History
3036 lines (1923 loc) · 135 KB

neptuneCluster.csharp.md

File metadata and controls

3036 lines (1923 loc) · 135 KB

neptuneCluster Submodule

Constructs

NeptuneCluster

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster aws_neptune_cluster}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneCluster(Construct Scope, string Id, NeptuneClusterConfig Config = null);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config NeptuneClusterConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigOptional

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutServerlessV2ScalingConfiguration No description.
PutTimeouts No description.
ResetAllowMajorVersionUpgrade No description.
ResetApplyImmediately No description.
ResetAvailabilityZones No description.
ResetBackupRetentionPeriod No description.
ResetClusterIdentifier No description.
ResetClusterIdentifierPrefix No description.
ResetCopyTagsToSnapshot No description.
ResetDeletionProtection No description.
ResetEnableCloudwatchLogsExports No description.
ResetEngine No description.
ResetEngineVersion No description.
ResetFinalSnapshotIdentifier No description.
ResetGlobalClusterIdentifier No description.
ResetIamDatabaseAuthenticationEnabled No description.
ResetIamRoles No description.
ResetId No description.
ResetKmsKeyArn No description.
ResetNeptuneClusterParameterGroupName No description.
ResetNeptuneInstanceParameterGroupName No description.
ResetNeptuneSubnetGroupName No description.
ResetPort No description.
ResetPreferredBackupWindow No description.
ResetPreferredMaintenanceWindow No description.
ResetReplicationSourceIdentifier No description.
ResetServerlessV2ScalingConfiguration No description.
ResetSkipFinalSnapshot No description.
ResetSnapshotIdentifier No description.
ResetStorageEncrypted No description.
ResetStorageType No description.
ResetTags No description.
ResetTagsAll No description.
ResetTimeouts No description.
ResetVpcSecurityGroupIds No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutServerlessV2ScalingConfiguration
private void PutServerlessV2ScalingConfiguration(NeptuneClusterServerlessV2ScalingConfiguration Value)
ValueRequired

PutTimeouts
private void PutTimeouts(NeptuneClusterTimeouts Value)
ValueRequired

ResetAllowMajorVersionUpgrade
private void ResetAllowMajorVersionUpgrade()
ResetApplyImmediately
private void ResetApplyImmediately()
ResetAvailabilityZones
private void ResetAvailabilityZones()
ResetBackupRetentionPeriod
private void ResetBackupRetentionPeriod()
ResetClusterIdentifier
private void ResetClusterIdentifier()
ResetClusterIdentifierPrefix
private void ResetClusterIdentifierPrefix()
ResetCopyTagsToSnapshot
private void ResetCopyTagsToSnapshot()
ResetDeletionProtection
private void ResetDeletionProtection()
ResetEnableCloudwatchLogsExports
private void ResetEnableCloudwatchLogsExports()
ResetEngine
private void ResetEngine()
ResetEngineVersion
private void ResetEngineVersion()
ResetFinalSnapshotIdentifier
private void ResetFinalSnapshotIdentifier()
ResetGlobalClusterIdentifier
private void ResetGlobalClusterIdentifier()
ResetIamDatabaseAuthenticationEnabled
private void ResetIamDatabaseAuthenticationEnabled()
ResetIamRoles
private void ResetIamRoles()
ResetId
private void ResetId()
ResetKmsKeyArn
private void ResetKmsKeyArn()
ResetNeptuneClusterParameterGroupName
private void ResetNeptuneClusterParameterGroupName()
ResetNeptuneInstanceParameterGroupName
private void ResetNeptuneInstanceParameterGroupName()
ResetNeptuneSubnetGroupName
private void ResetNeptuneSubnetGroupName()
ResetPort
private void ResetPort()
ResetPreferredBackupWindow
private void ResetPreferredBackupWindow()
ResetPreferredMaintenanceWindow
private void ResetPreferredMaintenanceWindow()
ResetReplicationSourceIdentifier
private void ResetReplicationSourceIdentifier()
ResetServerlessV2ScalingConfiguration
private void ResetServerlessV2ScalingConfiguration()
ResetSkipFinalSnapshot
private void ResetSkipFinalSnapshot()
ResetSnapshotIdentifier
private void ResetSnapshotIdentifier()
ResetStorageEncrypted
private void ResetStorageEncrypted()
ResetStorageType
private void ResetStorageType()
ResetTags
private void ResetTags()
ResetTagsAll
private void ResetTagsAll()
ResetTimeouts
private void ResetTimeouts()
ResetVpcSecurityGroupIds
private void ResetVpcSecurityGroupIds()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a NeptuneCluster resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

NeptuneCluster.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Aws;

NeptuneCluster.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

NeptuneCluster.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

NeptuneCluster.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a NeptuneCluster resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the NeptuneCluster to import.


ImportFromIdRequired
  • Type: string

The id of the existing NeptuneCluster that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the NeptuneCluster to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Arn string No description.
ClusterMembers string[] No description.
ClusterResourceId string No description.
Endpoint string No description.
HostedZoneId string No description.
ReaderEndpoint string No description.
ServerlessV2ScalingConfiguration NeptuneClusterServerlessV2ScalingConfigurationOutputReference No description.
Timeouts NeptuneClusterTimeoutsOutputReference No description.
AllowMajorVersionUpgradeInput object No description.
ApplyImmediatelyInput object No description.
AvailabilityZonesInput string[] No description.
BackupRetentionPeriodInput double No description.
ClusterIdentifierInput string No description.
ClusterIdentifierPrefixInput string No description.
CopyTagsToSnapshotInput object No description.
DeletionProtectionInput object No description.
EnableCloudwatchLogsExportsInput string[] No description.
EngineInput string No description.
EngineVersionInput string No description.
FinalSnapshotIdentifierInput string No description.
GlobalClusterIdentifierInput string No description.
IamDatabaseAuthenticationEnabledInput object No description.
IamRolesInput string[] No description.
IdInput string No description.
KmsKeyArnInput string No description.
NeptuneClusterParameterGroupNameInput string No description.
NeptuneInstanceParameterGroupNameInput string No description.
NeptuneSubnetGroupNameInput string No description.
PortInput double No description.
PreferredBackupWindowInput string No description.
PreferredMaintenanceWindowInput string No description.
ReplicationSourceIdentifierInput string No description.
ServerlessV2ScalingConfigurationInput NeptuneClusterServerlessV2ScalingConfiguration No description.
SkipFinalSnapshotInput object No description.
SnapshotIdentifierInput string No description.
StorageEncryptedInput object No description.
StorageTypeInput string No description.
TagsAllInput System.Collections.Generic.IDictionary<string, string> No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
TimeoutsInput object No description.
VpcSecurityGroupIdsInput string[] No description.
AllowMajorVersionUpgrade object No description.
ApplyImmediately object No description.
AvailabilityZones string[] No description.
BackupRetentionPeriod double No description.
ClusterIdentifier string No description.
ClusterIdentifierPrefix string No description.
CopyTagsToSnapshot object No description.
DeletionProtection object No description.
EnableCloudwatchLogsExports string[] No description.
Engine string No description.
EngineVersion string No description.
FinalSnapshotIdentifier string No description.
GlobalClusterIdentifier string No description.
IamDatabaseAuthenticationEnabled object No description.
IamRoles string[] No description.
Id string No description.
KmsKeyArn string No description.
NeptuneClusterParameterGroupName string No description.
NeptuneInstanceParameterGroupName string No description.
NeptuneSubnetGroupName string No description.
Port double No description.
PreferredBackupWindow string No description.
PreferredMaintenanceWindow string No description.
ReplicationSourceIdentifier string No description.
SkipFinalSnapshot object No description.
SnapshotIdentifier string No description.
StorageEncrypted object No description.
StorageType string No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
TagsAll System.Collections.Generic.IDictionary<string, string> No description.
VpcSecurityGroupIds string[] No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

ArnRequired
public string Arn { get; }
  • Type: string

ClusterMembersRequired
public string[] ClusterMembers { get; }
  • Type: string[]

ClusterResourceIdRequired
public string ClusterResourceId { get; }
  • Type: string

EndpointRequired
public string Endpoint { get; }
  • Type: string

HostedZoneIdRequired
public string HostedZoneId { get; }
  • Type: string

ReaderEndpointRequired
public string ReaderEndpoint { get; }
  • Type: string

ServerlessV2ScalingConfigurationRequired
public NeptuneClusterServerlessV2ScalingConfigurationOutputReference ServerlessV2ScalingConfiguration { get; }

TimeoutsRequired
public NeptuneClusterTimeoutsOutputReference Timeouts { get; }

AllowMajorVersionUpgradeInputOptional
public object AllowMajorVersionUpgradeInput { get; }
  • Type: object

ApplyImmediatelyInputOptional
public object ApplyImmediatelyInput { get; }
  • Type: object

AvailabilityZonesInputOptional
public string[] AvailabilityZonesInput { get; }
  • Type: string[]

BackupRetentionPeriodInputOptional
public double BackupRetentionPeriodInput { get; }
  • Type: double

ClusterIdentifierInputOptional
public string ClusterIdentifierInput { get; }
  • Type: string

ClusterIdentifierPrefixInputOptional
public string ClusterIdentifierPrefixInput { get; }
  • Type: string

CopyTagsToSnapshotInputOptional
public object CopyTagsToSnapshotInput { get; }
  • Type: object

DeletionProtectionInputOptional
public object DeletionProtectionInput { get; }
  • Type: object

EnableCloudwatchLogsExportsInputOptional
public string[] EnableCloudwatchLogsExportsInput { get; }
  • Type: string[]

EngineInputOptional
public string EngineInput { get; }
  • Type: string

EngineVersionInputOptional
public string EngineVersionInput { get; }
  • Type: string

FinalSnapshotIdentifierInputOptional
public string FinalSnapshotIdentifierInput { get; }
  • Type: string

GlobalClusterIdentifierInputOptional
public string GlobalClusterIdentifierInput { get; }
  • Type: string

IamDatabaseAuthenticationEnabledInputOptional
public object IamDatabaseAuthenticationEnabledInput { get; }
  • Type: object

IamRolesInputOptional
public string[] IamRolesInput { get; }
  • Type: string[]

IdInputOptional
public string IdInput { get; }
  • Type: string

KmsKeyArnInputOptional
public string KmsKeyArnInput { get; }
  • Type: string

NeptuneClusterParameterGroupNameInputOptional
public string NeptuneClusterParameterGroupNameInput { get; }
  • Type: string

NeptuneInstanceParameterGroupNameInputOptional
public string NeptuneInstanceParameterGroupNameInput { get; }
  • Type: string

NeptuneSubnetGroupNameInputOptional
public string NeptuneSubnetGroupNameInput { get; }
  • Type: string

PortInputOptional
public double PortInput { get; }
  • Type: double

PreferredBackupWindowInputOptional
public string PreferredBackupWindowInput { get; }
  • Type: string

PreferredMaintenanceWindowInputOptional
public string PreferredMaintenanceWindowInput { get; }
  • Type: string

ReplicationSourceIdentifierInputOptional
public string ReplicationSourceIdentifierInput { get; }
  • Type: string

ServerlessV2ScalingConfigurationInputOptional
public NeptuneClusterServerlessV2ScalingConfiguration ServerlessV2ScalingConfigurationInput { get; }

SkipFinalSnapshotInputOptional
public object SkipFinalSnapshotInput { get; }
  • Type: object

SnapshotIdentifierInputOptional
public string SnapshotIdentifierInput { get; }
  • Type: string

StorageEncryptedInputOptional
public object StorageEncryptedInput { get; }
  • Type: object

StorageTypeInputOptional
public string StorageTypeInput { get; }
  • Type: string

TagsAllInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsAllInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TimeoutsInputOptional
public object TimeoutsInput { get; }
  • Type: object

VpcSecurityGroupIdsInputOptional
public string[] VpcSecurityGroupIdsInput { get; }
  • Type: string[]

AllowMajorVersionUpgradeRequired
public object AllowMajorVersionUpgrade { get; }
  • Type: object

ApplyImmediatelyRequired
public object ApplyImmediately { get; }
  • Type: object

AvailabilityZonesRequired
public string[] AvailabilityZones { get; }
  • Type: string[]

BackupRetentionPeriodRequired
public double BackupRetentionPeriod { get; }
  • Type: double

ClusterIdentifierRequired
public string ClusterIdentifier { get; }
  • Type: string

ClusterIdentifierPrefixRequired
public string ClusterIdentifierPrefix { get; }
  • Type: string

CopyTagsToSnapshotRequired
public object CopyTagsToSnapshot { get; }
  • Type: object

DeletionProtectionRequired
public object DeletionProtection { get; }
  • Type: object

EnableCloudwatchLogsExportsRequired
public string[] EnableCloudwatchLogsExports { get; }
  • Type: string[]

EngineRequired
public string Engine { get; }
  • Type: string

EngineVersionRequired
public string EngineVersion { get; }
  • Type: string

FinalSnapshotIdentifierRequired
public string FinalSnapshotIdentifier { get; }
  • Type: string

GlobalClusterIdentifierRequired
public string GlobalClusterIdentifier { get; }
  • Type: string

IamDatabaseAuthenticationEnabledRequired
public object IamDatabaseAuthenticationEnabled { get; }
  • Type: object

IamRolesRequired
public string[] IamRoles { get; }
  • Type: string[]

IdRequired
public string Id { get; }
  • Type: string

KmsKeyArnRequired
public string KmsKeyArn { get; }
  • Type: string

NeptuneClusterParameterGroupNameRequired
public string NeptuneClusterParameterGroupName { get; }
  • Type: string

NeptuneInstanceParameterGroupNameRequired
public string NeptuneInstanceParameterGroupName { get; }
  • Type: string

NeptuneSubnetGroupNameRequired
public string NeptuneSubnetGroupName { get; }
  • Type: string

PortRequired
public double Port { get; }
  • Type: double

PreferredBackupWindowRequired
public string PreferredBackupWindow { get; }
  • Type: string

PreferredMaintenanceWindowRequired
public string PreferredMaintenanceWindow { get; }
  • Type: string

ReplicationSourceIdentifierRequired
public string ReplicationSourceIdentifier { get; }
  • Type: string

SkipFinalSnapshotRequired
public object SkipFinalSnapshot { get; }
  • Type: object

SnapshotIdentifierRequired
public string SnapshotIdentifier { get; }
  • Type: string

StorageEncryptedRequired
public object StorageEncrypted { get; }
  • Type: object

StorageTypeRequired
public string StorageType { get; }
  • Type: string

TagsRequired
public System.Collections.Generic.IDictionary<string, string> Tags { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsAllRequired
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

VpcSecurityGroupIdsRequired
public string[] VpcSecurityGroupIds { get; }
  • Type: string[]

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

NeptuneClusterConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneClusterConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    object AllowMajorVersionUpgrade = null,
    object ApplyImmediately = null,
    string[] AvailabilityZones = null,
    double BackupRetentionPeriod = null,
    string ClusterIdentifier = null,
    string ClusterIdentifierPrefix = null,
    object CopyTagsToSnapshot = null,
    object DeletionProtection = null,
    string[] EnableCloudwatchLogsExports = null,
    string Engine = null,
    string EngineVersion = null,
    string FinalSnapshotIdentifier = null,
    string GlobalClusterIdentifier = null,
    object IamDatabaseAuthenticationEnabled = null,
    string[] IamRoles = null,
    string Id = null,
    string KmsKeyArn = null,
    string NeptuneClusterParameterGroupName = null,
    string NeptuneInstanceParameterGroupName = null,
    string NeptuneSubnetGroupName = null,
    double Port = null,
    string PreferredBackupWindow = null,
    string PreferredMaintenanceWindow = null,
    string ReplicationSourceIdentifier = null,
    NeptuneClusterServerlessV2ScalingConfiguration ServerlessV2ScalingConfiguration = null,
    object SkipFinalSnapshot = null,
    string SnapshotIdentifier = null,
    object StorageEncrypted = null,
    string StorageType = null,
    System.Collections.Generic.IDictionary<string, string> Tags = null,
    System.Collections.Generic.IDictionary<string, string> TagsAll = null,
    NeptuneClusterTimeouts Timeouts = null,
    string[] VpcSecurityGroupIds = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
AllowMajorVersionUpgrade object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.
ApplyImmediately object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.
AvailabilityZones string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#availability_zones NeptuneCluster#availability_zones}.
BackupRetentionPeriod double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#backup_retention_period NeptuneCluster#backup_retention_period}.
ClusterIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#cluster_identifier NeptuneCluster#cluster_identifier}.
ClusterIdentifierPrefix string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#cluster_identifier_prefix NeptuneCluster#cluster_identifier_prefix}.
CopyTagsToSnapshot object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.
DeletionProtection object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}.
EnableCloudwatchLogsExports string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#enable_cloudwatch_logs_exports NeptuneCluster#enable_cloudwatch_logs_exports}.
Engine string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#engine NeptuneCluster#engine}.
EngineVersion string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#engine_version NeptuneCluster#engine_version}.
FinalSnapshotIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#final_snapshot_identifier NeptuneCluster#final_snapshot_identifier}.
GlobalClusterIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#global_cluster_identifier NeptuneCluster#global_cluster_identifier}.
IamDatabaseAuthenticationEnabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.
IamRoles string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#iam_roles NeptuneCluster#iam_roles}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#id NeptuneCluster#id}.
KmsKeyArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#kms_key_arn NeptuneCluster#kms_key_arn}.
NeptuneClusterParameterGroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_cluster_parameter_group_name NeptuneCluster#neptune_cluster_parameter_group_name}.
NeptuneInstanceParameterGroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_instance_parameter_group_name NeptuneCluster#neptune_instance_parameter_group_name}.
NeptuneSubnetGroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_subnet_group_name NeptuneCluster#neptune_subnet_group_name}.
Port double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#port NeptuneCluster#port}.
PreferredBackupWindow string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#preferred_backup_window NeptuneCluster#preferred_backup_window}.
PreferredMaintenanceWindow string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#preferred_maintenance_window NeptuneCluster#preferred_maintenance_window}.
ReplicationSourceIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#replication_source_identifier NeptuneCluster#replication_source_identifier}.
ServerlessV2ScalingConfiguration NeptuneClusterServerlessV2ScalingConfiguration serverless_v2_scaling_configuration block.
SkipFinalSnapshot object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.
SnapshotIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#snapshot_identifier NeptuneCluster#snapshot_identifier}.
StorageEncrypted object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.
StorageType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#storage_type NeptuneCluster#storage_type}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#tags NeptuneCluster#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#tags_all NeptuneCluster#tags_all}.
Timeouts NeptuneClusterTimeouts timeouts block.
VpcSecurityGroupIds string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#vpc_security_group_ids NeptuneCluster#vpc_security_group_ids}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

AllowMajorVersionUpgradeOptional
public object AllowMajorVersionUpgrade { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#allow_major_version_upgrade NeptuneCluster#allow_major_version_upgrade}.


ApplyImmediatelyOptional
public object ApplyImmediately { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#apply_immediately NeptuneCluster#apply_immediately}.


AvailabilityZonesOptional
public string[] AvailabilityZones { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#availability_zones NeptuneCluster#availability_zones}.


BackupRetentionPeriodOptional
public double BackupRetentionPeriod { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#backup_retention_period NeptuneCluster#backup_retention_period}.


ClusterIdentifierOptional
public string ClusterIdentifier { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#cluster_identifier NeptuneCluster#cluster_identifier}.


ClusterIdentifierPrefixOptional
public string ClusterIdentifierPrefix { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#cluster_identifier_prefix NeptuneCluster#cluster_identifier_prefix}.


CopyTagsToSnapshotOptional
public object CopyTagsToSnapshot { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#copy_tags_to_snapshot NeptuneCluster#copy_tags_to_snapshot}.


DeletionProtectionOptional
public object DeletionProtection { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#deletion_protection NeptuneCluster#deletion_protection}.


EnableCloudwatchLogsExportsOptional
public string[] EnableCloudwatchLogsExports { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#enable_cloudwatch_logs_exports NeptuneCluster#enable_cloudwatch_logs_exports}.


EngineOptional
public string Engine { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#engine NeptuneCluster#engine}.


EngineVersionOptional
public string EngineVersion { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#engine_version NeptuneCluster#engine_version}.


FinalSnapshotIdentifierOptional
public string FinalSnapshotIdentifier { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#final_snapshot_identifier NeptuneCluster#final_snapshot_identifier}.


GlobalClusterIdentifierOptional
public string GlobalClusterIdentifier { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#global_cluster_identifier NeptuneCluster#global_cluster_identifier}.


IamDatabaseAuthenticationEnabledOptional
public object IamDatabaseAuthenticationEnabled { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#iam_database_authentication_enabled NeptuneCluster#iam_database_authentication_enabled}.


IamRolesOptional
public string[] IamRoles { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#iam_roles NeptuneCluster#iam_roles}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#id NeptuneCluster#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


KmsKeyArnOptional
public string KmsKeyArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#kms_key_arn NeptuneCluster#kms_key_arn}.


NeptuneClusterParameterGroupNameOptional
public string NeptuneClusterParameterGroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_cluster_parameter_group_name NeptuneCluster#neptune_cluster_parameter_group_name}.


NeptuneInstanceParameterGroupNameOptional
public string NeptuneInstanceParameterGroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_instance_parameter_group_name NeptuneCluster#neptune_instance_parameter_group_name}.


NeptuneSubnetGroupNameOptional
public string NeptuneSubnetGroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#neptune_subnet_group_name NeptuneCluster#neptune_subnet_group_name}.


PortOptional
public double Port { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#port NeptuneCluster#port}.


PreferredBackupWindowOptional
public string PreferredBackupWindow { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#preferred_backup_window NeptuneCluster#preferred_backup_window}.


PreferredMaintenanceWindowOptional
public string PreferredMaintenanceWindow { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#preferred_maintenance_window NeptuneCluster#preferred_maintenance_window}.


ReplicationSourceIdentifierOptional
public string ReplicationSourceIdentifier { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#replication_source_identifier NeptuneCluster#replication_source_identifier}.


ServerlessV2ScalingConfigurationOptional
public NeptuneClusterServerlessV2ScalingConfiguration ServerlessV2ScalingConfiguration { get; set; }

serverless_v2_scaling_configuration block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#serverless_v2_scaling_configuration NeptuneCluster#serverless_v2_scaling_configuration}


SkipFinalSnapshotOptional
public object SkipFinalSnapshot { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#skip_final_snapshot NeptuneCluster#skip_final_snapshot}.


SnapshotIdentifierOptional
public string SnapshotIdentifier { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#snapshot_identifier NeptuneCluster#snapshot_identifier}.


StorageEncryptedOptional
public object StorageEncrypted { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#storage_encrypted NeptuneCluster#storage_encrypted}.


StorageTypeOptional
public string StorageType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#storage_type NeptuneCluster#storage_type}.


TagsOptional
public System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#tags NeptuneCluster#tags}.


TagsAllOptional
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#tags_all NeptuneCluster#tags_all}.


TimeoutsOptional
public NeptuneClusterTimeouts Timeouts { get; set; }

timeouts block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#timeouts NeptuneCluster#timeouts}


VpcSecurityGroupIdsOptional
public string[] VpcSecurityGroupIds { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#vpc_security_group_ids NeptuneCluster#vpc_security_group_ids}.


NeptuneClusterServerlessV2ScalingConfiguration

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneClusterServerlessV2ScalingConfiguration {
    double MaxCapacity = null,
    double MinCapacity = null
};

Properties

Name Type Description
MaxCapacity double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#max_capacity NeptuneCluster#max_capacity}.
MinCapacity double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#min_capacity NeptuneCluster#min_capacity}.

MaxCapacityOptional
public double MaxCapacity { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#max_capacity NeptuneCluster#max_capacity}.


MinCapacityOptional
public double MinCapacity { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#min_capacity NeptuneCluster#min_capacity}.


NeptuneClusterTimeouts

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneClusterTimeouts {
    string Create = null,
    string Delete = null,
    string Update = null
};

Properties

Name Type Description
Create string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#create NeptuneCluster#create}.
Delete string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#delete NeptuneCluster#delete}.
Update string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#update NeptuneCluster#update}.

CreateOptional
public string Create { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#create NeptuneCluster#create}.


DeleteOptional
public string Delete { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#delete NeptuneCluster#delete}.


UpdateOptional
public string Update { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/neptune_cluster#update NeptuneCluster#update}.


Classes

NeptuneClusterServerlessV2ScalingConfigurationOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneClusterServerlessV2ScalingConfigurationOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetMaxCapacity No description.
ResetMinCapacity No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetMaxCapacity
private void ResetMaxCapacity()
ResetMinCapacity
private void ResetMinCapacity()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
MaxCapacityInput double No description.
MinCapacityInput double No description.
MaxCapacity double No description.
MinCapacity double No description.
InternalValue NeptuneClusterServerlessV2ScalingConfiguration No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

MaxCapacityInputOptional
public double MaxCapacityInput { get; }
  • Type: double

MinCapacityInputOptional
public double MinCapacityInput { get; }
  • Type: double

MaxCapacityRequired
public double MaxCapacity { get; }
  • Type: double

MinCapacityRequired
public double MinCapacity { get; }
  • Type: double

InternalValueOptional
public NeptuneClusterServerlessV2ScalingConfiguration InternalValue { get; }

NeptuneClusterTimeoutsOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new NeptuneClusterTimeoutsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetCreate No description.
ResetDelete No description.
ResetUpdate No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetCreate
private void ResetCreate()
ResetDelete
private void ResetDelete()
ResetUpdate
private void ResetUpdate()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
CreateInput string No description.
DeleteInput string No description.
UpdateInput string No description.
Create string No description.
Delete string No description.
Update string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

CreateInputOptional
public string CreateInput { get; }
  • Type: string

DeleteInputOptional
public string DeleteInput { get; }
  • Type: string

UpdateInputOptional
public string UpdateInput { get; }
  • Type: string

CreateRequired
public string Create { get; }
  • Type: string

DeleteRequired
public string Delete { get; }
  • Type: string

UpdateRequired
public string Update { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object