Class OptionGroupOptionGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OptionGroupOptionGetArgs : ResourceArgs
Constructors
View SourceOptionGroupOptionGetArgs()
Declaration
public OptionGroupOptionGetArgs()
Properties
View SourceDbSecurityGroupMemberships
A list of DB Security Groups for which the option is enabled.
Declaration
public InputList<string> DbSecurityGroupMemberships { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
OptionName
The Name of the Option (e.g. MEMCACHED).
Declaration
public Input<string> OptionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OptionSettings
A list of option settings to apply.
Declaration
public InputList<OptionGroupOptionOptionSettingGetArgs> OptionSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OptionGroupOptionOptionSettingGetArgs> |
Port
The Port number when connecting to the Option (e.g. 11211).
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Version
The version of the option (e.g. 13.1.0.0).
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcSecurityGroupMemberships
A list of VPC Security Groups for which the option is enabled.
Declaration
public InputList<string> VpcSecurityGroupMemberships { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |