Class OptionGroupOption
Inheritance
System.Object
OptionGroupOption
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OptionGroupOption
Fields
View SourceDbSecurityGroupMemberships
A list of DB Security Groups for which the option is enabled.
Declaration
public readonly ImmutableArray<string> DbSecurityGroupMemberships
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OptionName
The Name of the Option (e.g. MEMCACHED).
Declaration
public readonly string OptionName
Field Value
| Type | Description |
|---|---|
| System.String |
OptionSettings
A list of option settings to apply.
Declaration
public readonly ImmutableArray<OptionGroupOptionOptionSetting> OptionSettings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<OptionGroupOptionOptionSetting> |
Port
The Port number when connecting to the Option (e.g. 11211).
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Version
The version of the option (e.g. 13.1.0.0).
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |
VpcSecurityGroupMemberships
A list of VPC Security Groups for which the option is enabled.
Declaration
public readonly ImmutableArray<string> VpcSecurityGroupMemberships
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |