Este producto no es compatible con el sitio Datadog seleccionado. ().
Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

aws_rds_option_group

account_id

Type: STRING

allows_vpc_and_non_vpc_instance_memberships

Type: BOOLEAN
Provider name: AllowsVpcAndNonVpcInstanceMemberships
Description: Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

copy_timestamp

Type: TIMESTAMP
Provider name: CopyTimestamp
Description: Indicates when the option group was copied.

engine_name

Type: STRING
Provider name: EngineName
Description: Indicates the name of the engine that this option group can be applied to.

major_engine_version

Type: STRING
Provider name: MajorEngineVersion
Description: Indicates the major engine version associated with this option group.

option_group_arn

Type: STRING
Provider name: OptionGroupArn
Description: Specifies the Amazon Resource Name (ARN) for the option group.

option_group_description

Type: STRING
Provider name: OptionGroupDescription
Description: Provides a description of the option group.

option_group_name

Type: STRING
Provider name: OptionGroupName
Description: Specifies the name of the option group.

options

Type: UNORDERED_LIST_STRUCT
Provider name: Options
Description: Indicates what options are available in the option group.

  • db_security_group_memberships
    Type: UNORDERED_LIST_STRUCT
    Provider name: DBSecurityGroupMemberships
    Description: If the option requires access to a port, then this DB security group allows access to the port.
    • db_security_group_name
      Type: STRING
      Provider name: DBSecurityGroupName
      Description: The name of the DB security group.
    • status
      Type: STRING
      Provider name: Status
      Description: The status of the DB security group.
  • option_description
    Type: STRING
    Provider name: OptionDescription
    Description: The description of the option.
  • option_name
    Type: STRING
    Provider name: OptionName
    Description: The name of the option.
  • option_settings
    Type: UNORDERED_LIST_STRUCT
    Provider name: OptionSettings
    Description: The option settings for this option.
    • allowed_values
      Type: STRING
      Provider name: AllowedValues
      Description: The allowed values of the option setting.
    • apply_type
      Type: STRING
      Provider name: ApplyType
      Description: The DB engine specific parameter type.
    • data_type
      Type: STRING
      Provider name: DataType
      Description: The data type of the option setting.
    • default_value
      Type: STRING
      Provider name: DefaultValue
      Description: The default value of the option setting.
    • description
      Type: STRING
      Provider name: Description
      Description: The description of the option setting.
    • is_collection
      Type: BOOLEAN
      Provider name: IsCollection
      Description: Indicates whether the option setting is part of a collection.
    • is_modifiable
      Type: BOOLEAN
      Provider name: IsModifiable
      Description: Indicates whether the option setting can be modified from the default.
    • name
      Type: STRING
      Provider name: Name
      Description: The name of the option that has settings that you can set.
    • value
      Type: STRING
      Provider name: Value
      Description: The current value of the option setting.
  • option_version
    Type: STRING
    Provider name: OptionVersion
    Description: The version of the option.
  • permanent
    Type: BOOLEAN
    Provider name: Permanent
    Description: Indicates whether this option is permanent.
  • persistent
    Type: BOOLEAN
    Provider name: Persistent
    Description: Indicates whether this option is persistent.
  • port
    Type: INT32
    Provider name: Port
    Description: If required, the port configured for this option to use.
  • vpc_security_group_memberships
    Type: UNORDERED_LIST_STRUCT
    Provider name: VpcSecurityGroupMemberships
    Description: If the option requires access to a port, then this VPC security group allows access to the port.
    • status
      Type: STRING
      Provider name: Status
      Description: The membership status of the VPC security group. Currently, the only valid status is active.
    • vpc_security_group_id
      Type: STRING
      Provider name: VpcSecurityGroupId
      Description: The name of the VPC security group.

source_account_id

Type: STRING
Provider name: SourceAccountId
Description: Specifies the Amazon Web Services account ID for the option group from which this option group is copied.

source_option_group

Type: STRING
Provider name: SourceOptionGroup
Description: Specifies the name of the option group from which this option group is copied.

tags

Type: UNORDERED_LIST_STRING

vpc_id

Type: STRING
Provider name: VpcId
Description: If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.