Class GlobalClusterState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Rds
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GlobalClusterState : ResourceArgs
Constructors
View SourceGlobalClusterState()
Declaration
public GlobalClusterState()
Properties
View SourceArn
RDS Global Cluster Amazon Resource Name (ARN)
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DatabaseName
Name for an automatically created database on cluster creation.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeletionProtection
If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to true. The default is false.
Declaration
public Input<bool> DeletionProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Engine
Name of the database engine to be used for this DB cluster. Valid values: aurora, aurora-mysql, aurora-postgresql. Defaults to aurora.
Declaration
public Input<string> Engine { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EngineVersion
Engine version of the Aurora global database.
- NOTE: When the engine is set to
aurora-mysql, an engine version compatible with global database is required. The earliest available version is5.7.mysql_aurora.2.06.0.
Declaration
public Input<string> EngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GlobalClusterIdentifier
The global cluster identifier.
Declaration
public Input<string> GlobalClusterIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GlobalClusterResourceId
AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed
Declaration
public Input<string> GlobalClusterResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageEncrypted
Specifies whether the DB cluster is encrypted. The default is false.
Declaration
public Input<bool> StorageEncrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |