Skip to content

Latest commit

 

History

History
3241 lines (2032 loc) · 144 KB

elasticacheCluster.csharp.md

File metadata and controls

3241 lines (2032 loc) · 144 KB

elasticacheCluster Submodule

Constructs

ElasticacheCluster

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster aws_elasticache_cluster}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheCluster(Construct Scope, string Id, ElasticacheClusterConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config ElasticacheClusterConfig 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


ConfigRequired

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".
PutLogDeliveryConfiguration No description.
ResetApplyImmediately No description.
ResetAutoMinorVersionUpgrade No description.
ResetAvailabilityZone No description.
ResetAzMode No description.
ResetEngine No description.
ResetEngineVersion No description.
ResetFinalSnapshotIdentifier No description.
ResetId No description.
ResetIpDiscovery No description.
ResetLogDeliveryConfiguration No description.
ResetMaintenanceWindow No description.
ResetNetworkType No description.
ResetNodeType No description.
ResetNotificationTopicArn No description.
ResetNumCacheNodes No description.
ResetOutpostMode No description.
ResetParameterGroupName No description.
ResetPort No description.
ResetPreferredAvailabilityZones No description.
ResetPreferredOutpostArn No description.
ResetReplicationGroupId No description.
ResetSecurityGroupIds No description.
ResetSnapshotArns No description.
ResetSnapshotName No description.
ResetSnapshotRetentionLimit No description.
ResetSnapshotWindow No description.
ResetSubnetGroupName No description.
ResetTags No description.
ResetTagsAll No description.
ResetTransitEncryptionEnabled 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".


PutLogDeliveryConfiguration
private void PutLogDeliveryConfiguration(object Value)
ValueRequired
  • Type: object

ResetApplyImmediately
private void ResetApplyImmediately()
ResetAutoMinorVersionUpgrade
private void ResetAutoMinorVersionUpgrade()
ResetAvailabilityZone
private void ResetAvailabilityZone()
ResetAzMode
private void ResetAzMode()
ResetEngine
private void ResetEngine()
ResetEngineVersion
private void ResetEngineVersion()
ResetFinalSnapshotIdentifier
private void ResetFinalSnapshotIdentifier()
ResetId
private void ResetId()
ResetIpDiscovery
private void ResetIpDiscovery()
ResetLogDeliveryConfiguration
private void ResetLogDeliveryConfiguration()
ResetMaintenanceWindow
private void ResetMaintenanceWindow()
ResetNetworkType
private void ResetNetworkType()
ResetNodeType
private void ResetNodeType()
ResetNotificationTopicArn
private void ResetNotificationTopicArn()
ResetNumCacheNodes
private void ResetNumCacheNodes()
ResetOutpostMode
private void ResetOutpostMode()
ResetParameterGroupName
private void ResetParameterGroupName()
ResetPort
private void ResetPort()
ResetPreferredAvailabilityZones
private void ResetPreferredAvailabilityZones()
ResetPreferredOutpostArn
private void ResetPreferredOutpostArn()
ResetReplicationGroupId
private void ResetReplicationGroupId()
ResetSecurityGroupIds
private void ResetSecurityGroupIds()
ResetSnapshotArns
private void ResetSnapshotArns()
ResetSnapshotName
private void ResetSnapshotName()
ResetSnapshotRetentionLimit
private void ResetSnapshotRetentionLimit()
ResetSnapshotWindow
private void ResetSnapshotWindow()
ResetSubnetGroupName
private void ResetSubnetGroupName()
ResetTags
private void ResetTags()
ResetTagsAll
private void ResetTagsAll()
ResetTransitEncryptionEnabled
private void ResetTransitEncryptionEnabled()

Static Functions

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

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

ElasticacheCluster.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;

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

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

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

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

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

Generates CDKTF code for importing a ElasticacheCluster 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 ElasticacheCluster to import.


ImportFromIdRequired
  • Type: string

The id of the existing ElasticacheCluster that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_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 ElasticacheCluster 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.
CacheNodes ElasticacheClusterCacheNodesList No description.
ClusterAddress string No description.
ConfigurationEndpoint string No description.
EngineVersionActual string No description.
LogDeliveryConfiguration ElasticacheClusterLogDeliveryConfigurationList No description.
ApplyImmediatelyInput object No description.
AutoMinorVersionUpgradeInput string No description.
AvailabilityZoneInput string No description.
AzModeInput string No description.
ClusterIdInput string No description.
EngineInput string No description.
EngineVersionInput string No description.
FinalSnapshotIdentifierInput string No description.
IdInput string No description.
IpDiscoveryInput string No description.
LogDeliveryConfigurationInput object No description.
MaintenanceWindowInput string No description.
NetworkTypeInput string No description.
NodeTypeInput string No description.
NotificationTopicArnInput string No description.
NumCacheNodesInput double No description.
OutpostModeInput string No description.
ParameterGroupNameInput string No description.
PortInput double No description.
PreferredAvailabilityZonesInput string[] No description.
PreferredOutpostArnInput string No description.
ReplicationGroupIdInput string No description.
SecurityGroupIdsInput string[] No description.
SnapshotArnsInput string[] No description.
SnapshotNameInput string No description.
SnapshotRetentionLimitInput double No description.
SnapshotWindowInput string No description.
SubnetGroupNameInput string No description.
TagsAllInput System.Collections.Generic.IDictionary<string, string> No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
TransitEncryptionEnabledInput object No description.
ApplyImmediately object No description.
AutoMinorVersionUpgrade string No description.
AvailabilityZone string No description.
AzMode string No description.
ClusterId string No description.
Engine string No description.
EngineVersion string No description.
FinalSnapshotIdentifier string No description.
Id string No description.
IpDiscovery string No description.
MaintenanceWindow string No description.
NetworkType string No description.
NodeType string No description.
NotificationTopicArn string No description.
NumCacheNodes double No description.
OutpostMode string No description.
ParameterGroupName string No description.
Port double No description.
PreferredAvailabilityZones string[] No description.
PreferredOutpostArn string No description.
ReplicationGroupId string No description.
SecurityGroupIds string[] No description.
SnapshotArns string[] No description.
SnapshotName string No description.
SnapshotRetentionLimit double No description.
SnapshotWindow string No description.
SubnetGroupName string No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
TagsAll System.Collections.Generic.IDictionary<string, string> No description.
TransitEncryptionEnabled object 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

CacheNodesRequired
public ElasticacheClusterCacheNodesList CacheNodes { get; }

ClusterAddressRequired
public string ClusterAddress { get; }
  • Type: string

ConfigurationEndpointRequired
public string ConfigurationEndpoint { get; }
  • Type: string

EngineVersionActualRequired
public string EngineVersionActual { get; }
  • Type: string

LogDeliveryConfigurationRequired
public ElasticacheClusterLogDeliveryConfigurationList LogDeliveryConfiguration { get; }

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

AutoMinorVersionUpgradeInputOptional
public string AutoMinorVersionUpgradeInput { get; }
  • Type: string

AvailabilityZoneInputOptional
public string AvailabilityZoneInput { get; }
  • Type: string

AzModeInputOptional
public string AzModeInput { get; }
  • Type: string

ClusterIdInputOptional
public string ClusterIdInput { get; }
  • Type: string

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

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

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

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

IpDiscoveryInputOptional
public string IpDiscoveryInput { get; }
  • Type: string

LogDeliveryConfigurationInputOptional
public object LogDeliveryConfigurationInput { get; }
  • Type: object

MaintenanceWindowInputOptional
public string MaintenanceWindowInput { get; }
  • Type: string

NetworkTypeInputOptional
public string NetworkTypeInput { get; }
  • Type: string

NodeTypeInputOptional
public string NodeTypeInput { get; }
  • Type: string

NotificationTopicArnInputOptional
public string NotificationTopicArnInput { get; }
  • Type: string

NumCacheNodesInputOptional
public double NumCacheNodesInput { get; }
  • Type: double

OutpostModeInputOptional
public string OutpostModeInput { get; }
  • Type: string

ParameterGroupNameInputOptional
public string ParameterGroupNameInput { get; }
  • Type: string

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

PreferredAvailabilityZonesInputOptional
public string[] PreferredAvailabilityZonesInput { get; }
  • Type: string[]

PreferredOutpostArnInputOptional
public string PreferredOutpostArnInput { get; }
  • Type: string

ReplicationGroupIdInputOptional
public string ReplicationGroupIdInput { get; }
  • Type: string

SecurityGroupIdsInputOptional
public string[] SecurityGroupIdsInput { get; }
  • Type: string[]

SnapshotArnsInputOptional
public string[] SnapshotArnsInput { get; }
  • Type: string[]

SnapshotNameInputOptional
public string SnapshotNameInput { get; }
  • Type: string

SnapshotRetentionLimitInputOptional
public double SnapshotRetentionLimitInput { get; }
  • Type: double

SnapshotWindowInputOptional
public string SnapshotWindowInput { get; }
  • Type: string

SubnetGroupNameInputOptional
public string SubnetGroupNameInput { 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>

TransitEncryptionEnabledInputOptional
public object TransitEncryptionEnabledInput { get; }
  • Type: object

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

AutoMinorVersionUpgradeRequired
public string AutoMinorVersionUpgrade { get; }
  • Type: string

AvailabilityZoneRequired
public string AvailabilityZone { get; }
  • Type: string

AzModeRequired
public string AzMode { get; }
  • Type: string

ClusterIdRequired
public string ClusterId { get; }
  • Type: string

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

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

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

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

IpDiscoveryRequired
public string IpDiscovery { get; }
  • Type: string

MaintenanceWindowRequired
public string MaintenanceWindow { get; }
  • Type: string

NetworkTypeRequired
public string NetworkType { get; }
  • Type: string

NodeTypeRequired
public string NodeType { get; }
  • Type: string

NotificationTopicArnRequired
public string NotificationTopicArn { get; }
  • Type: string

NumCacheNodesRequired
public double NumCacheNodes { get; }
  • Type: double

OutpostModeRequired
public string OutpostMode { get; }
  • Type: string

ParameterGroupNameRequired
public string ParameterGroupName { get; }
  • Type: string

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

PreferredAvailabilityZonesRequired
public string[] PreferredAvailabilityZones { get; }
  • Type: string[]

PreferredOutpostArnRequired
public string PreferredOutpostArn { get; }
  • Type: string

ReplicationGroupIdRequired
public string ReplicationGroupId { get; }
  • Type: string

SecurityGroupIdsRequired
public string[] SecurityGroupIds { get; }
  • Type: string[]

SnapshotArnsRequired
public string[] SnapshotArns { get; }
  • Type: string[]

SnapshotNameRequired
public string SnapshotName { get; }
  • Type: string

SnapshotRetentionLimitRequired
public double SnapshotRetentionLimit { get; }
  • Type: double

SnapshotWindowRequired
public string SnapshotWindow { get; }
  • Type: string

SubnetGroupNameRequired
public string SubnetGroupName { 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>

TransitEncryptionEnabledRequired
public object TransitEncryptionEnabled { get; }
  • Type: object

Constants

Name Type Description
TfResourceType string No description.

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

Structs

ElasticacheClusterCacheNodes

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterCacheNodes {

};

ElasticacheClusterConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string ClusterId,
    object ApplyImmediately = null,
    string AutoMinorVersionUpgrade = null,
    string AvailabilityZone = null,
    string AzMode = null,
    string Engine = null,
    string EngineVersion = null,
    string FinalSnapshotIdentifier = null,
    string Id = null,
    string IpDiscovery = null,
    object LogDeliveryConfiguration = null,
    string MaintenanceWindow = null,
    string NetworkType = null,
    string NodeType = null,
    string NotificationTopicArn = null,
    double NumCacheNodes = null,
    string OutpostMode = null,
    string ParameterGroupName = null,
    double Port = null,
    string[] PreferredAvailabilityZones = null,
    string PreferredOutpostArn = null,
    string ReplicationGroupId = null,
    string[] SecurityGroupIds = null,
    string[] SnapshotArns = null,
    string SnapshotName = null,
    double SnapshotRetentionLimit = null,
    string SnapshotWindow = null,
    string SubnetGroupName = null,
    System.Collections.Generic.IDictionary<string, string> Tags = null,
    System.Collections.Generic.IDictionary<string, string> TagsAll = null,
    object TransitEncryptionEnabled = 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.
ClusterId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#cluster_id ElasticacheCluster#cluster_id}.
ApplyImmediately object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#apply_immediately ElasticacheCluster#apply_immediately}.
AutoMinorVersionUpgrade string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#auto_minor_version_upgrade ElasticacheCluster#auto_minor_version_upgrade}.
AvailabilityZone string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#availability_zone ElasticacheCluster#availability_zone}.
AzMode string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#az_mode ElasticacheCluster#az_mode}.
Engine string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#engine ElasticacheCluster#engine}.
EngineVersion string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#engine_version ElasticacheCluster#engine_version}.
FinalSnapshotIdentifier string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#final_snapshot_identifier ElasticacheCluster#final_snapshot_identifier}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#id ElasticacheCluster#id}.
IpDiscovery string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#ip_discovery ElasticacheCluster#ip_discovery}.
LogDeliveryConfiguration object log_delivery_configuration block.
MaintenanceWindow string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#maintenance_window ElasticacheCluster#maintenance_window}.
NetworkType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#network_type ElasticacheCluster#network_type}.
NodeType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#node_type ElasticacheCluster#node_type}.
NotificationTopicArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#notification_topic_arn ElasticacheCluster#notification_topic_arn}.
NumCacheNodes double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#num_cache_nodes ElasticacheCluster#num_cache_nodes}.
OutpostMode string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#outpost_mode ElasticacheCluster#outpost_mode}.
ParameterGroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#parameter_group_name ElasticacheCluster#parameter_group_name}.
Port double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#port ElasticacheCluster#port}.
PreferredAvailabilityZones string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#preferred_availability_zones ElasticacheCluster#preferred_availability_zones}.
PreferredOutpostArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#preferred_outpost_arn ElasticacheCluster#preferred_outpost_arn}.
ReplicationGroupId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#replication_group_id ElasticacheCluster#replication_group_id}.
SecurityGroupIds string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#security_group_ids ElasticacheCluster#security_group_ids}.
SnapshotArns string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_arns ElasticacheCluster#snapshot_arns}.
SnapshotName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_name ElasticacheCluster#snapshot_name}.
SnapshotRetentionLimit double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_retention_limit ElasticacheCluster#snapshot_retention_limit}.
SnapshotWindow string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_window ElasticacheCluster#snapshot_window}.
SubnetGroupName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#subnet_group_name ElasticacheCluster#subnet_group_name}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#tags ElasticacheCluster#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#tags_all ElasticacheCluster#tags_all}.
TransitEncryptionEnabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#transit_encryption_enabled ElasticacheCluster#transit_encryption_enabled}.

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[]

ClusterIdRequired
public string ClusterId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#cluster_id ElasticacheCluster#cluster_id}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#apply_immediately ElasticacheCluster#apply_immediately}.


AutoMinorVersionUpgradeOptional
public string AutoMinorVersionUpgrade { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#auto_minor_version_upgrade ElasticacheCluster#auto_minor_version_upgrade}.


AvailabilityZoneOptional
public string AvailabilityZone { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#availability_zone ElasticacheCluster#availability_zone}.


AzModeOptional
public string AzMode { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#az_mode ElasticacheCluster#az_mode}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#engine ElasticacheCluster#engine}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#engine_version ElasticacheCluster#engine_version}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#final_snapshot_identifier ElasticacheCluster#final_snapshot_identifier}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#id ElasticacheCluster#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.


IpDiscoveryOptional
public string IpDiscovery { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#ip_discovery ElasticacheCluster#ip_discovery}.


LogDeliveryConfigurationOptional
public object LogDeliveryConfiguration { get; set; }
  • Type: object

log_delivery_configuration block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#log_delivery_configuration ElasticacheCluster#log_delivery_configuration}


MaintenanceWindowOptional
public string MaintenanceWindow { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#maintenance_window ElasticacheCluster#maintenance_window}.


NetworkTypeOptional
public string NetworkType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#network_type ElasticacheCluster#network_type}.


NodeTypeOptional
public string NodeType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#node_type ElasticacheCluster#node_type}.


NotificationTopicArnOptional
public string NotificationTopicArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#notification_topic_arn ElasticacheCluster#notification_topic_arn}.


NumCacheNodesOptional
public double NumCacheNodes { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#num_cache_nodes ElasticacheCluster#num_cache_nodes}.


OutpostModeOptional
public string OutpostMode { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#outpost_mode ElasticacheCluster#outpost_mode}.


ParameterGroupNameOptional
public string ParameterGroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#parameter_group_name ElasticacheCluster#parameter_group_name}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#port ElasticacheCluster#port}.


PreferredAvailabilityZonesOptional
public string[] PreferredAvailabilityZones { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#preferred_availability_zones ElasticacheCluster#preferred_availability_zones}.


PreferredOutpostArnOptional
public string PreferredOutpostArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#preferred_outpost_arn ElasticacheCluster#preferred_outpost_arn}.


ReplicationGroupIdOptional
public string ReplicationGroupId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#replication_group_id ElasticacheCluster#replication_group_id}.


SecurityGroupIdsOptional
public string[] SecurityGroupIds { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#security_group_ids ElasticacheCluster#security_group_ids}.


SnapshotArnsOptional
public string[] SnapshotArns { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_arns ElasticacheCluster#snapshot_arns}.


SnapshotNameOptional
public string SnapshotName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_name ElasticacheCluster#snapshot_name}.


SnapshotRetentionLimitOptional
public double SnapshotRetentionLimit { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_retention_limit ElasticacheCluster#snapshot_retention_limit}.


SnapshotWindowOptional
public string SnapshotWindow { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#snapshot_window ElasticacheCluster#snapshot_window}.


SubnetGroupNameOptional
public string SubnetGroupName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#subnet_group_name ElasticacheCluster#subnet_group_name}.


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.58.0/docs/resources/elasticache_cluster#tags ElasticacheCluster#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.58.0/docs/resources/elasticache_cluster#tags_all ElasticacheCluster#tags_all}.


TransitEncryptionEnabledOptional
public object TransitEncryptionEnabled { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#transit_encryption_enabled ElasticacheCluster#transit_encryption_enabled}.


ElasticacheClusterLogDeliveryConfiguration

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterLogDeliveryConfiguration {
    string Destination,
    string DestinationType,
    string LogFormat,
    string LogType
};

Properties

Name Type Description
Destination string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#destination ElasticacheCluster#destination}.
DestinationType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#destination_type ElasticacheCluster#destination_type}.
LogFormat string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#log_format ElasticacheCluster#log_format}.
LogType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#log_type ElasticacheCluster#log_type}.

DestinationRequired
public string Destination { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#destination ElasticacheCluster#destination}.


DestinationTypeRequired
public string DestinationType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#destination_type ElasticacheCluster#destination_type}.


LogFormatRequired
public string LogFormat { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#log_format ElasticacheCluster#log_format}.


LogTypeRequired
public string LogType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/elasticache_cluster#log_type ElasticacheCluster#log_type}.


Classes

ElasticacheClusterCacheNodesList

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterCacheNodesList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
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.

Get
private ElasticacheClusterCacheNodesOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


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.

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

ElasticacheClusterCacheNodesOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterCacheNodesOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


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.

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.

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.
Address string No description.
AvailabilityZone string No description.
Id string No description.
OutpostArn string No description.
Port double No description.
InternalValue ElasticacheClusterCacheNodes 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

AddressRequired
public string Address { get; }
  • Type: string

AvailabilityZoneRequired
public string AvailabilityZone { get; }
  • Type: string

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

OutpostArnRequired
public string OutpostArn { get; }
  • Type: string

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

InternalValueOptional
public ElasticacheClusterCacheNodes InternalValue { get; }

ElasticacheClusterLogDeliveryConfigurationList

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterLogDeliveryConfigurationList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
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.

Get
private ElasticacheClusterLogDeliveryConfigurationOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


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.
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

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

ElasticacheClusterLogDeliveryConfigurationOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new ElasticacheClusterLogDeliveryConfigurationOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


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.

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.

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.
DestinationInput string No description.
DestinationTypeInput string No description.
LogFormatInput string No description.
LogTypeInput string No description.
Destination string No description.
DestinationType string No description.
LogFormat string No description.
LogType 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

DestinationInputOptional
public string DestinationInput { get; }
  • Type: string

DestinationTypeInputOptional
public string DestinationTypeInput { get; }
  • Type: string

LogFormatInputOptional
public string LogFormatInput { get; }
  • Type: string

LogTypeInputOptional
public string LogTypeInput { get; }
  • Type: string

DestinationRequired
public string Destination { get; }
  • Type: string

DestinationTypeRequired
public string DestinationType { get; }
  • Type: string

LogFormatRequired
public string LogFormat { get; }
  • Type: string

LogTypeRequired
public string LogType { get; }
  • Type: string

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