GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SecurityHub::ResourceDetails(3) User Contributed Perl Documentation Paws::SecurityHub::ResourceDetails(3)

Paws::SecurityHub::ResourceDetails

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::ResourceDetails object:

  $service_obj->Method(Att1 => { AwsApiGatewayRestApi => $value, ..., Other => $value  });

Results returned from an API call

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

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

Additional details about a resource related to a finding.

To provide the details, use the object that corresponds to the resource type. For example, if the resource type is "AwsEc2Instance", then you use the "AwsEc2Instance" object to provide the details.

If the type-specific object does not contain all of the fields you want to populate, then you use the "Other" object to populate those additional fields.

You also use the "Other" object to populate the details when the selected type does not have a corresponding object.

Provides information about a REST API in version 1 of Amazon API Gateway.

Provides information about a version 1 Amazon API Gateway stage.

Provides information about a version 2 API in Amazon API Gateway.

Provides information about a version 2 stage for Amazon API Gateway.

Details for an autoscaling group.

Provides details about an AWS Certificate Manager (ACM) certificate.

Details about a CloudFront distribution.

Provides details about a CloudTrail trail.

Details for an AWS CodeBuild project.

Details about a DynamoDB table.

Details about an Elastic IP address.

Details about an EC2 instance related to a finding.

Details about an EC2 network access control list (ACL).

Details for an Amazon EC2 network interface.

Details for an EC2 security group.

Details about a subnet in EC2.

Details for an EC2 volume.

Details for an EC2 VPC.

Details about an ECS cluster.

Details about a task definition. A task definition describes the container and volume definitions of an Amazon Elastic Container Service task.

Details about an Elastic Beanstalk environment.

Details for an Elasticsearch domain.

contains details about a Classic Load Balancer.

Details about a load balancer.

Details about an IAM access key related to a finding.

Contains details about an IAM group.

Details about an IAM permissions policy.

Details about an IAM role.

Details about an IAM user.

Details about a KMS key.

Details about a Lambda function.

Details for a Lambda layer version.

Details about an Amazon RDS database cluster.

Details about an Amazon RDS database cluster snapshot.

Details about an Amazon RDS database instance.

Details about an Amazon RDS database snapshot.

Contains details about an Amazon Redshift cluster.

Details about the Amazon S3 Public Access Block configuration for an account.

Details about an Amazon S3 bucket related to a finding.

Details about an Amazon S3 object related to a finding.

Details about a Secrets Manager secret.

Details about an SNS topic.

Details about an SQS queue.

Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.

Details for a WAF WebACL.

Details about a container resource related to a finding.

Details about a resource that are not available in a type-specific details object. Use the "Other" object in the following cases.

  • The type-specific object does not contain all of the fields that you want to populate. In this case, first use the type-specific object to populate those fields. Use the "Other" object to populate the fields that are missing from the type-specific object.
  • The resource type does not have a corresponding object. This includes resources for which the type is "Other".

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

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.