Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group aws_elasticache_replication_group}.
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
new elasticacheReplicationGroup.ElasticacheReplicationGroup(scope: Construct, id: string, config: ElasticacheReplicationGroupConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
ElasticacheReplicationGroupConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
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". |
putClusterMode |
No description. |
putTimeouts |
No description. |
resetApplyImmediately |
No description. |
resetAtRestEncryptionEnabled |
No description. |
resetAuthToken |
No description. |
resetAutomaticFailoverEnabled |
No description. |
resetAutoMinorVersionUpgrade |
No description. |
resetAvailabilityZones |
No description. |
resetClusterMode |
No description. |
resetDataTieringEnabled |
No description. |
resetEngine |
No description. |
resetEngineVersion |
No description. |
resetFinalSnapshotIdentifier |
No description. |
resetGlobalReplicationGroupId |
No description. |
resetId |
No description. |
resetKmsKeyId |
No description. |
resetMaintenanceWindow |
No description. |
resetMultiAzEnabled |
No description. |
resetNodeType |
No description. |
resetNotificationTopicArn |
No description. |
resetNumberCacheClusters |
No description. |
resetParameterGroupName |
No description. |
resetPort |
No description. |
resetSecurityGroupIds |
No description. |
resetSecurityGroupNames |
No description. |
resetSnapshotArns |
No description. |
resetSnapshotName |
No description. |
resetSnapshotRetentionLimit |
No description. |
resetSnapshotWindow |
No description. |
resetSubnetGroupName |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
resetTimeouts |
No description. |
resetTransitEncryptionEnabled |
No description. |
resetUserGroupIds |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public addMoveTarget(moveTarget: string): void
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public moveFromId(id: string): void
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putClusterMode(value: ElasticacheReplicationGroupClusterMode): void
public putTimeouts(value: ElasticacheReplicationGroupTimeouts): void
public resetApplyImmediately(): void
public resetAtRestEncryptionEnabled(): void
public resetAuthToken(): void
public resetAutomaticFailoverEnabled(): void
public resetAutoMinorVersionUpgrade(): void
public resetAvailabilityZones(): void
public resetClusterMode(): void
public resetDataTieringEnabled(): void
public resetEngine(): void
public resetEngineVersion(): void
public resetFinalSnapshotIdentifier(): void
public resetGlobalReplicationGroupId(): void
public resetId(): void
public resetKmsKeyId(): void
public resetMaintenanceWindow(): void
public resetMultiAzEnabled(): void
public resetNodeType(): void
public resetNotificationTopicArn(): void
public resetNumberCacheClusters(): void
public resetParameterGroupName(): void
public resetPort(): void
public resetSecurityGroupIds(): void
public resetSecurityGroupNames(): void
public resetSnapshotArns(): void
public resetSnapshotName(): void
public resetSnapshotRetentionLimit(): void
public resetSnapshotWindow(): void
public resetSubnetGroupName(): void
public resetTags(): void
public resetTagsAll(): void
public resetTimeouts(): void
public resetTransitEncryptionEnabled(): void
public resetUserGroupIds(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a ElasticacheReplicationGroup resource upon running "cdktf plan ". |
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
elasticacheReplicationGroup.ElasticacheReplicationGroup.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
elasticacheReplicationGroup.ElasticacheReplicationGroup.isTerraformElement(x: any)
- Type: any
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
elasticacheReplicationGroup.ElasticacheReplicationGroup.isTerraformResource(x: any)
- Type: any
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
elasticacheReplicationGroup.ElasticacheReplicationGroup.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a ElasticacheReplicationGroup resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the ElasticacheReplicationGroup to import.
- Type: string
The id of the existing ElasticacheReplicationGroup that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the ElasticacheReplicationGroup to import is found.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
arn |
string |
No description. |
clusterEnabled |
cdktf.IResolvable |
No description. |
clusterMode |
ElasticacheReplicationGroupClusterModeOutputReference |
No description. |
configurationEndpointAddress |
string |
No description. |
engineVersionActual |
string |
No description. |
memberClusters |
string[] |
No description. |
primaryEndpointAddress |
string |
No description. |
readerEndpointAddress |
string |
No description. |
timeouts |
ElasticacheReplicationGroupTimeoutsOutputReference |
No description. |
applyImmediatelyInput |
boolean | cdktf.IResolvable |
No description. |
atRestEncryptionEnabledInput |
boolean | cdktf.IResolvable |
No description. |
authTokenInput |
string |
No description. |
automaticFailoverEnabledInput |
boolean | cdktf.IResolvable |
No description. |
autoMinorVersionUpgradeInput |
boolean | cdktf.IResolvable |
No description. |
availabilityZonesInput |
string[] |
No description. |
clusterModeInput |
ElasticacheReplicationGroupClusterMode |
No description. |
dataTieringEnabledInput |
boolean | cdktf.IResolvable |
No description. |
engineInput |
string |
No description. |
engineVersionInput |
string |
No description. |
finalSnapshotIdentifierInput |
string |
No description. |
globalReplicationGroupIdInput |
string |
No description. |
idInput |
string |
No description. |
kmsKeyIdInput |
string |
No description. |
maintenanceWindowInput |
string |
No description. |
multiAzEnabledInput |
boolean | cdktf.IResolvable |
No description. |
nodeTypeInput |
string |
No description. |
notificationTopicArnInput |
string |
No description. |
numberCacheClustersInput |
number |
No description. |
parameterGroupNameInput |
string |
No description. |
portInput |
number |
No description. |
replicationGroupDescriptionInput |
string |
No description. |
replicationGroupIdInput |
string |
No description. |
securityGroupIdsInput |
string[] |
No description. |
securityGroupNamesInput |
string[] |
No description. |
snapshotArnsInput |
string[] |
No description. |
snapshotNameInput |
string |
No description. |
snapshotRetentionLimitInput |
number |
No description. |
snapshotWindowInput |
string |
No description. |
subnetGroupNameInput |
string |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
timeoutsInput |
cdktf.IResolvable | ElasticacheReplicationGroupTimeouts |
No description. |
transitEncryptionEnabledInput |
boolean | cdktf.IResolvable |
No description. |
userGroupIdsInput |
string[] |
No description. |
applyImmediately |
boolean | cdktf.IResolvable |
No description. |
atRestEncryptionEnabled |
boolean | cdktf.IResolvable |
No description. |
authToken |
string |
No description. |
automaticFailoverEnabled |
boolean | cdktf.IResolvable |
No description. |
autoMinorVersionUpgrade |
boolean | cdktf.IResolvable |
No description. |
availabilityZones |
string[] |
No description. |
dataTieringEnabled |
boolean | cdktf.IResolvable |
No description. |
engine |
string |
No description. |
engineVersion |
string |
No description. |
finalSnapshotIdentifier |
string |
No description. |
globalReplicationGroupId |
string |
No description. |
id |
string |
No description. |
kmsKeyId |
string |
No description. |
maintenanceWindow |
string |
No description. |
multiAzEnabled |
boolean | cdktf.IResolvable |
No description. |
nodeType |
string |
No description. |
notificationTopicArn |
string |
No description. |
numberCacheClusters |
number |
No description. |
parameterGroupName |
string |
No description. |
port |
number |
No description. |
replicationGroupDescription |
string |
No description. |
replicationGroupId |
string |
No description. |
securityGroupIds |
string[] |
No description. |
securityGroupNames |
string[] |
No description. |
snapshotArns |
string[] |
No description. |
snapshotName |
string |
No description. |
snapshotRetentionLimit |
number |
No description. |
snapshotWindow |
string |
No description. |
subnetGroupName |
string |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
transitEncryptionEnabled |
boolean | cdktf.IResolvable |
No description. |
userGroupIds |
string[] |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly arn: string;
- Type: string
public readonly clusterEnabled: IResolvable;
- Type: cdktf.IResolvable
public readonly clusterMode: ElasticacheReplicationGroupClusterModeOutputReference;
public readonly configurationEndpointAddress: string;
- Type: string
public readonly engineVersionActual: string;
- Type: string
public readonly memberClusters: string[];
- Type: string[]
public readonly primaryEndpointAddress: string;
- Type: string
public readonly readerEndpointAddress: string;
- Type: string
public readonly timeouts: ElasticacheReplicationGroupTimeoutsOutputReference;
public readonly applyImmediatelyInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly atRestEncryptionEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly authTokenInput: string;
- Type: string
public readonly automaticFailoverEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoMinorVersionUpgradeInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly availabilityZonesInput: string[];
- Type: string[]
public readonly clusterModeInput: ElasticacheReplicationGroupClusterMode;
public readonly dataTieringEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly engineInput: string;
- Type: string
public readonly engineVersionInput: string;
- Type: string
public readonly finalSnapshotIdentifierInput: string;
- Type: string
public readonly globalReplicationGroupIdInput: string;
- Type: string
public readonly idInput: string;
- Type: string
public readonly kmsKeyIdInput: string;
- Type: string
public readonly maintenanceWindowInput: string;
- Type: string
public readonly multiAzEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly nodeTypeInput: string;
- Type: string
public readonly notificationTopicArnInput: string;
- Type: string
public readonly numberCacheClustersInput: number;
- Type: number
public readonly parameterGroupNameInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly replicationGroupDescriptionInput: string;
- Type: string
public readonly replicationGroupIdInput: string;
- Type: string
public readonly securityGroupIdsInput: string[];
- Type: string[]
public readonly securityGroupNamesInput: string[];
- Type: string[]
public readonly snapshotArnsInput: string[];
- Type: string[]
public readonly snapshotNameInput: string;
- Type: string
public readonly snapshotRetentionLimitInput: number;
- Type: number
public readonly snapshotWindowInput: string;
- Type: string
public readonly subnetGroupNameInput: string;
- Type: string
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly timeoutsInput: IResolvable | ElasticacheReplicationGroupTimeouts;
- Type: cdktf.IResolvable | ElasticacheReplicationGroupTimeouts
public readonly transitEncryptionEnabledInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly userGroupIdsInput: string[];
- Type: string[]
public readonly applyImmediately: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly atRestEncryptionEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly authToken: string;
- Type: string
public readonly automaticFailoverEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly autoMinorVersionUpgrade: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly availabilityZones: string[];
- Type: string[]
public readonly dataTieringEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly engine: string;
- Type: string
public readonly engineVersion: string;
- Type: string
public readonly finalSnapshotIdentifier: string;
- Type: string
public readonly globalReplicationGroupId: string;
- Type: string
public readonly id: string;
- Type: string
public readonly kmsKeyId: string;
- Type: string
public readonly maintenanceWindow: string;
- Type: string
public readonly multiAzEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly nodeType: string;
- Type: string
public readonly notificationTopicArn: string;
- Type: string
public readonly numberCacheClusters: number;
- Type: number
public readonly parameterGroupName: string;
- Type: string
public readonly port: number;
- Type: number
public readonly replicationGroupDescription: string;
- Type: string
public readonly replicationGroupId: string;
- Type: string
public readonly securityGroupIds: string[];
- Type: string[]
public readonly securityGroupNames: string[];
- Type: string[]
public readonly snapshotArns: string[];
- Type: string[]
public readonly snapshotName: string;
- Type: string
public readonly snapshotRetentionLimit: number;
- Type: number
public readonly snapshotWindow: string;
- Type: string
public readonly subnetGroupName: string;
- Type: string
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly transitEncryptionEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly userGroupIds: string[];
- Type: string[]
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
const elasticacheReplicationGroupClusterMode: elasticacheReplicationGroup.ElasticacheReplicationGroupClusterMode = { ... }
Name | Type | Description |
---|---|---|
replicasPerNodeGroup |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#replicas_per_node_group ElasticacheReplicationGroup#replicas_per_node_group}. |
numNodeGroups |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#num_node_groups ElasticacheReplicationGroup#num_node_groups}. |
public readonly replicasPerNodeGroup: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#replicas_per_node_group ElasticacheReplicationGroup#replicas_per_node_group}.
public readonly numNodeGroups: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#num_node_groups ElasticacheReplicationGroup#num_node_groups}.
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
const elasticacheReplicationGroupConfig: elasticacheReplicationGroup.ElasticacheReplicationGroupConfig = { ... }
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly replicationGroupDescription: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#replication_group_description ElasticacheReplicationGroup#replication_group_description}.
public readonly replicationGroupId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#replication_group_id ElasticacheReplicationGroup#replication_group_id}.
public readonly applyImmediately: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#apply_immediately ElasticacheReplicationGroup#apply_immediately}.
public readonly atRestEncryptionEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#at_rest_encryption_enabled ElasticacheReplicationGroup#at_rest_encryption_enabled}.
public readonly authToken: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#auth_token ElasticacheReplicationGroup#auth_token}.
public readonly automaticFailoverEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#automatic_failover_enabled ElasticacheReplicationGroup#automatic_failover_enabled}.
public readonly autoMinorVersionUpgrade: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#auto_minor_version_upgrade ElasticacheReplicationGroup#auto_minor_version_upgrade}.
public readonly availabilityZones: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#availability_zones ElasticacheReplicationGroup#availability_zones}.
public readonly clusterMode: ElasticacheReplicationGroupClusterMode;
cluster_mode block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#cluster_mode ElasticacheReplicationGroup#cluster_mode}
public readonly dataTieringEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#data_tiering_enabled ElasticacheReplicationGroup#data_tiering_enabled}.
public readonly engine: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#engine ElasticacheReplicationGroup#engine}.
public readonly engineVersion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#engine_version ElasticacheReplicationGroup#engine_version}.
public readonly finalSnapshotIdentifier: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#final_snapshot_identifier ElasticacheReplicationGroup#final_snapshot_identifier}.
public readonly globalReplicationGroupId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#global_replication_group_id ElasticacheReplicationGroup#global_replication_group_id}.
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#id ElasticacheReplicationGroup#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.
public readonly kmsKeyId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#kms_key_id ElasticacheReplicationGroup#kms_key_id}.
public readonly maintenanceWindow: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#maintenance_window ElasticacheReplicationGroup#maintenance_window}.
public readonly multiAzEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#multi_az_enabled ElasticacheReplicationGroup#multi_az_enabled}.
public readonly nodeType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#node_type ElasticacheReplicationGroup#node_type}.
public readonly notificationTopicArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#notification_topic_arn ElasticacheReplicationGroup#notification_topic_arn}.
public readonly numberCacheClusters: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#number_cache_clusters ElasticacheReplicationGroup#number_cache_clusters}.
public readonly parameterGroupName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#parameter_group_name ElasticacheReplicationGroup#parameter_group_name}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#port ElasticacheReplicationGroup#port}.
public readonly securityGroupIds: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#security_group_ids ElasticacheReplicationGroup#security_group_ids}.
public readonly securityGroupNames: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#security_group_names ElasticacheReplicationGroup#security_group_names}.
public readonly snapshotArns: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#snapshot_arns ElasticacheReplicationGroup#snapshot_arns}.
public readonly snapshotName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#snapshot_name ElasticacheReplicationGroup#snapshot_name}.
public readonly snapshotRetentionLimit: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#snapshot_retention_limit ElasticacheReplicationGroup#snapshot_retention_limit}.
public readonly snapshotWindow: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#snapshot_window ElasticacheReplicationGroup#snapshot_window}.
public readonly subnetGroupName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#subnet_group_name ElasticacheReplicationGroup#subnet_group_name}.
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#tags ElasticacheReplicationGroup#tags}.
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#tags_all ElasticacheReplicationGroup#tags_all}.
public readonly timeouts: ElasticacheReplicationGroupTimeouts;
timeouts block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#timeouts ElasticacheReplicationGroup#timeouts}
public readonly transitEncryptionEnabled: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#transit_encryption_enabled ElasticacheReplicationGroup#transit_encryption_enabled}.
public readonly userGroupIds: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#user_group_ids ElasticacheReplicationGroup#user_group_ids}.
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
const elasticacheReplicationGroupTimeouts: elasticacheReplicationGroup.ElasticacheReplicationGroupTimeouts = { ... }
Name | Type | Description |
---|---|---|
create |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#create ElasticacheReplicationGroup#create}. |
delete |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#delete ElasticacheReplicationGroup#delete}. |
update |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#update ElasticacheReplicationGroup#update}. |
public readonly create: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#create ElasticacheReplicationGroup#create}.
public readonly delete: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#delete ElasticacheReplicationGroup#delete}.
public readonly update: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/elasticache_replication_group#update ElasticacheReplicationGroup#update}.
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
new elasticacheReplicationGroup.ElasticacheReplicationGroupClusterModeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
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. |
resetNumNodeGroups |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetNumNodeGroups(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
numNodeGroupsInput |
number |
No description. |
replicasPerNodeGroupInput |
number |
No description. |
numNodeGroups |
number |
No description. |
replicasPerNodeGroup |
number |
No description. |
internalValue |
ElasticacheReplicationGroupClusterMode |
No description. |
public readonly creationStack: string[];
- 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.
public readonly fqn: string;
- Type: string
public readonly numNodeGroupsInput: number;
- Type: number
public readonly replicasPerNodeGroupInput: number;
- Type: number
public readonly numNodeGroups: number;
- Type: number
public readonly replicasPerNodeGroup: number;
- Type: number
public readonly internalValue: ElasticacheReplicationGroupClusterMode;
import { elasticacheReplicationGroup } from '@cdktf/aws-cdk'
new elasticacheReplicationGroup.ElasticacheReplicationGroupTimeoutsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
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. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetCreate(): void
public resetDelete(): void
public resetUpdate(): void
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 |
cdktf.IResolvable | ElasticacheReplicationGroupTimeouts |
No description. |
public readonly creationStack: string[];
- 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.
public readonly fqn: string;
- Type: string
public readonly createInput: string;
- Type: string
public readonly deleteInput: string;
- Type: string
public readonly updateInput: string;
- Type: string
public readonly create: string;
- Type: string
public readonly delete: string;
- Type: string
public readonly update: string;
- Type: string
public readonly internalValue: IResolvable | ElasticacheReplicationGroupTimeouts;
- Type: cdktf.IResolvable | ElasticacheReplicationGroupTimeouts