The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::RDS::OptionGroupOption

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::RDS::OptionGroupOption object:

  $service_obj->Method(Att1 => { DefaultPort => $value, ..., VpcOnly => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::OptionGroupOption object:

  $result = $service_obj->Method(...);
  $result->Att1->DefaultPort

DESCRIPTION

Available option.

ATTRIBUTES

DefaultPort => Int

  If the option requires a port, specifies the default port for the
option.

Description => Str

  The description of the option.

EngineName => Str

  The name of the engine that this option can be applied to.

MajorEngineVersion => Str

  Indicates the major engine version that the option is available for.

MinimumRequiredMinorEngineVersion => Str

  The minimum required engine version for the option to be applied.

Name => Str

  The name of the option.

OptionGroupOptionSettings => ArrayRef[Paws::RDS::OptionGroupOptionSetting]

  The option settings that are available (and the default value) for each
option in an option group.

OptionGroupOptionVersions => ArrayRef[Paws::RDS::OptionVersion]

  The versions that are available for the option.

OptionsConflictsWith => ArrayRef[Str|Undef]

  The options that conflict with this option.

OptionsDependedOn => ArrayRef[Str|Undef]

  The options that are prerequisites for this option.

Permanent => Bool

  Permanent options can never be removed from an option group. An option
group containing a permanent option can't be removed from a DB
instance.

Persistent => Bool

  Persistent options can't be removed from an option group while DB
instances are associated with the option group. If you disassociate all
DB instances from the option group, your can remove the persistent
option from the option group.

PortRequired => Bool

  Specifies whether the option requires a port.

RequiresAutoMinorEngineVersionUpgrade => Bool

  If true, you must enable the Auto Minor Version Upgrade setting for
your DB instance before you can use this option. You can enable Auto
Minor Version Upgrade when you first create your DB instance, or by
modifying your DB instance later.

SupportsOptionVersionDowngrade => Bool

  If true, you can change the option to an earlier version of the option.
This only applies to options that have different versions available.

VpcOnly => Bool

  If true, you can only use this option with a DB instance that is in a
VPC.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::RDS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues