![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::OptionGroupOption USAGEThis 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 DESCRIPTIONAvailable option. ATTRIBUTESDefaultPort => IntIf the option requires a port, specifies the default port for the option. Description => StrThe description of the option. EngineName => StrThe name of the engine that this option can be applied to. MajorEngineVersion => StrIndicates the major engine version that the option is available for. MinimumRequiredMinorEngineVersion => StrThe minimum required engine version for the option to be applied. Name => StrThe 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 => BoolPermanent 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 => BoolPersistent 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 => BoolSpecifies whether the option requires a port. RequiresAutoMinorEngineVersionUpgrade => BoolIf 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 => BoolIf true, you can change the option to an earlier version of the option. This only applies to options that have different versions available. VpcOnly => BoolIf true, you can only use this option with a DB instance that is in a VPC. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RDS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|