1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. rds
  5. getOptionGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.rds.getOptionGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

The AWS::RDS::OptionGroup resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.

Using getOptionGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getOptionGroup(args: GetOptionGroupArgs, opts?: InvokeOptions): Promise<GetOptionGroupResult>
function getOptionGroupOutput(args: GetOptionGroupOutputArgs, opts?: InvokeOptions): Output<GetOptionGroupResult>
Copy
def get_option_group(option_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetOptionGroupResult
def get_option_group_output(option_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetOptionGroupResult]
Copy
func LookupOptionGroup(ctx *Context, args *LookupOptionGroupArgs, opts ...InvokeOption) (*LookupOptionGroupResult, error)
func LookupOptionGroupOutput(ctx *Context, args *LookupOptionGroupOutputArgs, opts ...InvokeOption) LookupOptionGroupResultOutput
Copy

> Note: This function is named LookupOptionGroup in the Go SDK.

public static class GetOptionGroup 
{
    public static Task<GetOptionGroupResult> InvokeAsync(GetOptionGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetOptionGroupResult> Invoke(GetOptionGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOptionGroupResult> getOptionGroup(GetOptionGroupArgs args, InvokeOptions options)
public static Output<GetOptionGroupResult> getOptionGroup(GetOptionGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:rds:getOptionGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OptionGroupName This property is required. string

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

OptionGroupName This property is required. string

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

optionGroupName This property is required. String

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

optionGroupName This property is required. string

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

option_group_name This property is required. str

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

optionGroupName This property is required. String

The name of the option group to be created. Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens
  • First character must be a letter
  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup If you don't specify a value for OptionGroupName property, a name is automatically created for the option group. This value is stored as a lowercase string.

getOptionGroup Result

The following output properties are available:

OptionConfigurations List<Pulumi.AwsNative.Rds.Outputs.OptionGroupOptionConfiguration>
A list of all available options for an option group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
Tags to assign to the option group.
OptionConfigurations []OptionGroupOptionConfiguration
A list of all available options for an option group.
Tags Tag
Tags to assign to the option group.
optionConfigurations List<OptionGroupOptionConfiguration>
A list of all available options for an option group.
tags List<Tag>
Tags to assign to the option group.
optionConfigurations OptionGroupOptionConfiguration[]
A list of all available options for an option group.
tags Tag[]
Tags to assign to the option group.
option_configurations Sequence[OptionGroupOptionConfiguration]
A list of all available options for an option group.
tags Sequence[root_Tag]
Tags to assign to the option group.
optionConfigurations List<Property Map>
A list of all available options for an option group.
tags List<Property Map>
Tags to assign to the option group.

Supporting Types

OptionGroupOptionConfiguration

OptionName This property is required. string
The configuration of options to include in a group.
DbSecurityGroupMemberships List<string>
A list of DB security groups used for this option.
OptionSettings List<Pulumi.AwsNative.Rds.Inputs.OptionGroupOptionSetting>
The option settings to include in an option group.
OptionVersion string
The version for the option.
Port int
The optional port for the option.
VpcSecurityGroupMemberships List<string>
A list of VPC security group names used for this option.
OptionName This property is required. string
The configuration of options to include in a group.
DbSecurityGroupMemberships []string
A list of DB security groups used for this option.
OptionSettings []OptionGroupOptionSetting
The option settings to include in an option group.
OptionVersion string
The version for the option.
Port int
The optional port for the option.
VpcSecurityGroupMemberships []string
A list of VPC security group names used for this option.
optionName This property is required. String
The configuration of options to include in a group.
dbSecurityGroupMemberships List<String>
A list of DB security groups used for this option.
optionSettings List<OptionGroupOptionSetting>
The option settings to include in an option group.
optionVersion String
The version for the option.
port Integer
The optional port for the option.
vpcSecurityGroupMemberships List<String>
A list of VPC security group names used for this option.
optionName This property is required. string
The configuration of options to include in a group.
dbSecurityGroupMemberships string[]
A list of DB security groups used for this option.
optionSettings OptionGroupOptionSetting[]
The option settings to include in an option group.
optionVersion string
The version for the option.
port number
The optional port for the option.
vpcSecurityGroupMemberships string[]
A list of VPC security group names used for this option.
option_name This property is required. str
The configuration of options to include in a group.
db_security_group_memberships Sequence[str]
A list of DB security groups used for this option.
option_settings Sequence[OptionGroupOptionSetting]
The option settings to include in an option group.
option_version str
The version for the option.
port int
The optional port for the option.
vpc_security_group_memberships Sequence[str]
A list of VPC security group names used for this option.
optionName This property is required. String
The configuration of options to include in a group.
dbSecurityGroupMemberships List<String>
A list of DB security groups used for this option.
optionSettings List<Property Map>
The option settings to include in an option group.
optionVersion String
The version for the option.
port Number
The optional port for the option.
vpcSecurityGroupMemberships List<String>
A list of VPC security group names used for this option.

OptionGroupOptionSetting

Name string
The name of the option that has settings that you can set.
Value string
The current value of the option setting.
Name string
The name of the option that has settings that you can set.
Value string
The current value of the option setting.
name String
The name of the option that has settings that you can set.
value String
The current value of the option setting.
name string
The name of the option that has settings that you can set.
value string
The current value of the option setting.
name str
The name of the option that has settings that you can set.
value str
The current value of the option setting.
name String
The name of the option that has settings that you can set.
value String
The current value of the option setting.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi