Show / Hide Table of Contents

Class OptionGroupOptionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OptionGroupOptionGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

OptionGroupOptionGetArgs()

Declaration
public OptionGroupOptionGetArgs()

Properties

View Source

DbSecurityGroupMemberships

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

OptionName

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

Declaration
public Input<string> OptionName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OptionSettings

A list of option settings to apply.

Declaration
public InputList<OptionGroupOptionOptionSettingGetArgs> OptionSettings { get; set; }
Property Value
Type Description
InputList<OptionGroupOptionOptionSettingGetArgs>
View Source

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

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

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