NAME

Paws::SecurityHub::AwsRdsDbInstanceDetails

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::SecurityHub::AwsRdsDbInstanceDetails object:

$service_obj->Method(Att1 => { AssociatedRoles => $value, ..., VpcSecurityGroups => $value  });

Results returned from an API call

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

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

DESCRIPTION

Contains the details of an Amazon RDS DB instance.

ATTRIBUTES

AssociatedRoles => ArrayRef[Paws::SecurityHub::AwsRdsDbInstanceAssociatedRole]

The AWS Identity and Access Management (IAM) roles associated with the DB instance.

CACertificateIdentifier => Str

The identifier of the CA certificate for this DB instance.

DBClusterIdentifier => Str

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

DBInstanceClass => Str

Contains the name of the compute and memory capacity class of the DB instance.

DBInstanceIdentifier => Str

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

DbInstancePort => Int

Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.

DbiResourceId => Str

The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.

DBName => Str

The meaning of this parameter differs according to the database engine you use.

MySQL, MariaDB, SQL Server, PostgreSQL

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Oracle

Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.

DeletionProtection => Bool

Indicates whether the DB instance has deletion protection enabled.

When deletion protection is enabled, the database cannot be deleted.

Endpoint => Paws::SecurityHub::AwsRdsDbInstanceEndpoint

Specifies the connection endpoint.

Engine => Str

Provides the name of the database engine to use for this DB instance.

EngineVersion => Str

Indicates the database engine version.

IAMDatabaseAuthenticationEnabled => Bool

True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

IAM database authentication can be enabled for the following database engines.

  • For MySQL 5.6, minor version 5.6.34 or higher

  • For MySQL 5.7, minor version 5.7.16 or higher

  • Aurora 5.6 or higher

InstanceCreateTime => Str

Provides the date and time the DB instance was created.

KmsKeyId => Str

If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB instance.

PubliclyAccessible => Bool

Specifies the accessibility options for the DB instance.

A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.

A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

StorageEncrypted => Bool

Specifies whether the DB instance is encrypted.

TdeCredentialArn => Str

The ARN from the key store with which the instance is associated for TDE encryption.

VpcSecurityGroups => ArrayRef[Paws::SecurityHub::AwsRdsDbInstanceVpcSecurityGroup]

A list of VPC security groups that the DB instance belongs to.

SEE ALSO

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

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