Show / Hide Table of Contents

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 Source

DbSecurityGroupMemberships

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>
View Source

OptionName

The Name of the Option (e.g. MEMCACHED).

Declaration
public readonly string OptionName
Field Value
Type Description
System.String
View Source

OptionSettings

A list of option settings to apply.

Declaration
public readonly ImmutableArray<OptionGroupOptionOptionSetting> OptionSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<OptionGroupOptionOptionSetting>
View Source

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>
View Source

Version

The version of the option (e.g. 13.1.0.0).

Declaration
public readonly string Version
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.