NAME

Paws::Inspector - Perl Interface to AWS Amazon Inspector

SYNOPSIS

use Paws;

my $obj = Paws->service('Inspector');
my $res = $obj->Method(
  Arg1 => $val1,
  Arg2 => [ 'V1', 'V2' ],
  # if Arg3 is an object, the HashRef will be used as arguments to the constructor
  # of the arguments type
  Arg3 => { Att1 => 'Val1' },
  # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
  # the constructor of the arguments type
  Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
);

DESCRIPTION

Amazon Inspector

Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide.

METHODS

AddAttributesToFindings(Attributes => ArrayRef[Paws::Inspector::Attribute], FindingArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::AddAttributesToFindings

Returns: a Paws::Inspector::AddAttributesToFindingsResponse instance

Assigns attributes (key and value pairs) to the findings that are
specified by the ARNs of the findings.

CreateAssessmentTarget(AssessmentTargetName => Str, ResourceGroupArn => Str)

Each argument is described in detail in: Paws::Inspector::CreateAssessmentTarget

Returns: a Paws::Inspector::CreateAssessmentTargetResponse instance

Creates a new assessment target using the ARN of the resource group
that is generated by CreateResourceGroup. You can create up to 50
assessment targets per AWS account. You can run up to 500 concurrent
agents per AWS account. For more information, see Amazon Inspector
Assessment Targets.

CreateAssessmentTemplate(AssessmentTargetArn => Str, AssessmentTemplateName => Str, DurationInSeconds => Int, RulesPackageArns => ArrayRef[Str|Undef], [UserAttributesForFindings => ArrayRef[Paws::Inspector::Attribute]])

Each argument is described in detail in: Paws::Inspector::CreateAssessmentTemplate

Returns: a Paws::Inspector::CreateAssessmentTemplateResponse instance

Creates an assessment template for the assessment target that is
specified by the ARN of the assessment target.

CreateResourceGroup(ResourceGroupTags => ArrayRef[Paws::Inspector::ResourceGroupTag])

Each argument is described in detail in: Paws::Inspector::CreateResourceGroup

Returns: a Paws::Inspector::CreateResourceGroupResponse instance

Creates a resource group using the specified set of tags (key and value
pairs) that are used to select the EC2 instances to be included in an
Amazon Inspector assessment target. The created resource group is then
used to create an Amazon Inspector assessment target. For more
information, see CreateAssessmentTarget.

DeleteAssessmentRun(AssessmentRunArn => Str)

Each argument is described in detail in: Paws::Inspector::DeleteAssessmentRun

Returns: nothing

Deletes the assessment run that is specified by the ARN of the
assessment run.

DeleteAssessmentTarget(AssessmentTargetArn => Str)

Each argument is described in detail in: Paws::Inspector::DeleteAssessmentTarget

Returns: nothing

Deletes the assessment target that is specified by the ARN of the
assessment target.

DeleteAssessmentTemplate(AssessmentTemplateArn => Str)

Each argument is described in detail in: Paws::Inspector::DeleteAssessmentTemplate

Returns: nothing

Deletes the assessment template that is specified by the ARN of the
assessment template.

DescribeAssessmentRuns(AssessmentRunArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::DescribeAssessmentRuns

Returns: a Paws::Inspector::DescribeAssessmentRunsResponse instance

Describes the assessment runs that are specified by the ARNs of the
assessment runs.

DescribeAssessmentTargets(AssessmentTargetArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::DescribeAssessmentTargets

Returns: a Paws::Inspector::DescribeAssessmentTargetsResponse instance

Describes the assessment targets that are specified by the ARNs of the
assessment targets.

DescribeAssessmentTemplates(AssessmentTemplateArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::DescribeAssessmentTemplates

Returns: a Paws::Inspector::DescribeAssessmentTemplatesResponse instance

Describes the assessment templates that are specified by the ARNs of
the assessment templates.

DescribeCrossAccountAccessRole( => )

Each argument is described in detail in: Paws::Inspector::DescribeCrossAccountAccessRole

Returns: a Paws::Inspector::DescribeCrossAccountAccessRoleResponse instance

Describes the IAM role that enables Amazon Inspector to access your AWS
account.

DescribeFindings(FindingArns => ArrayRef[Str|Undef], [Locale => Str])

Each argument is described in detail in: Paws::Inspector::DescribeFindings

Returns: a Paws::Inspector::DescribeFindingsResponse instance

Describes the findings that are specified by the ARNs of the findings.

DescribeResourceGroups(ResourceGroupArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::DescribeResourceGroups

Returns: a Paws::Inspector::DescribeResourceGroupsResponse instance

Describes the resource groups that are specified by the ARNs of the
resource groups.

DescribeRulesPackages(RulesPackageArns => ArrayRef[Str|Undef], [Locale => Str])

Each argument is described in detail in: Paws::Inspector::DescribeRulesPackages

Returns: a Paws::Inspector::DescribeRulesPackagesResponse instance

Describes the rules packages that are specified by the ARNs of the
rules packages.

GetTelemetryMetadata(AssessmentRunArn => Str)

Each argument is described in detail in: Paws::Inspector::GetTelemetryMetadata

Returns: a Paws::Inspector::GetTelemetryMetadataResponse instance

Information about the data that is collected for the specified
assessment run.

ListAssessmentRunAgents(AssessmentRunArn => Str, [Filter => Paws::Inspector::AgentFilter, MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListAssessmentRunAgents

Returns: a Paws::Inspector::ListAssessmentRunAgentsResponse instance

Lists the agents of the assessment runs that are specified by the ARNs
of the assessment runs.

ListAssessmentRuns([AssessmentTemplateArns => ArrayRef[Str|Undef], Filter => Paws::Inspector::AssessmentRunFilter, MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListAssessmentRuns

Returns: a Paws::Inspector::ListAssessmentRunsResponse instance

Lists the assessment runs that correspond to the assessment templates
that are specified by the ARNs of the assessment templates.

ListAssessmentTargets([Filter => Paws::Inspector::AssessmentTargetFilter, MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListAssessmentTargets

Returns: a Paws::Inspector::ListAssessmentTargetsResponse instance

Lists the ARNs of the assessment targets within this AWS account. For
more information about assessment targets, see Amazon Inspector
Assessment Targets.

ListAssessmentTemplates([AssessmentTargetArns => ArrayRef[Str|Undef], Filter => Paws::Inspector::AssessmentTemplateFilter, MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListAssessmentTemplates

Returns: a Paws::Inspector::ListAssessmentTemplatesResponse instance

Lists the assessment templates that correspond to the assessment
targets that are specified by the ARNs of the assessment targets.

ListEventSubscriptions([MaxResults => Int, NextToken => Str, ResourceArn => Str])

Each argument is described in detail in: Paws::Inspector::ListEventSubscriptions

Returns: a Paws::Inspector::ListEventSubscriptionsResponse instance

Lists all the event subscriptions for the assessment template that is
specified by the ARN of the assessment template. For more information,
see SubscribeToEvent and UnsubscribeFromEvent.

ListFindings([AssessmentRunArns => ArrayRef[Str|Undef], Filter => Paws::Inspector::FindingFilter, MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListFindings

Returns: a Paws::Inspector::ListFindingsResponse instance

Lists findings that are generated by the assessment runs that are
specified by the ARNs of the assessment runs.

ListRulesPackages([MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::ListRulesPackages

Returns: a Paws::Inspector::ListRulesPackagesResponse instance

Lists all available Amazon Inspector rules packages.

ListTagsForResource(ResourceArn => Str)

Each argument is described in detail in: Paws::Inspector::ListTagsForResource

Returns: a Paws::Inspector::ListTagsForResourceResponse instance

Lists all tags associated with an assessment template.

PreviewAgents(PreviewAgentsArn => Str, [MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Inspector::PreviewAgents

Returns: a Paws::Inspector::PreviewAgentsResponse instance

Previews the agents installed on the EC2 instances that are part of the
specified assessment target.

RegisterCrossAccountAccessRole(RoleArn => Str)

Each argument is described in detail in: Paws::Inspector::RegisterCrossAccountAccessRole

Returns: nothing

Registers the IAM role that Amazon Inspector uses to list your EC2
instances at the start of the assessment run or when you call the
PreviewAgents action.

RemoveAttributesFromFindings(AttributeKeys => ArrayRef[Str|Undef], FindingArns => ArrayRef[Str|Undef])

Each argument is described in detail in: Paws::Inspector::RemoveAttributesFromFindings

Returns: a Paws::Inspector::RemoveAttributesFromFindingsResponse instance

Removes entire attributes (key and value pairs) from the findings that
are specified by the ARNs of the findings where an attribute with the
specified key exists.

SetTagsForResource(ResourceArn => Str, [Tags => ArrayRef[Paws::Inspector::Tag]])

Each argument is described in detail in: Paws::Inspector::SetTagsForResource

Returns: nothing

Sets tags (key and value pairs) to the assessment template that is
specified by the ARN of the assessment template.

StartAssessmentRun(AssessmentTemplateArn => Str, [AssessmentRunName => Str])

Each argument is described in detail in: Paws::Inspector::StartAssessmentRun

Returns: a Paws::Inspector::StartAssessmentRunResponse instance

Starts the assessment run specified by the ARN of the assessment
template. For this API to function properly, you must not exceed the
limit of running up to 500 concurrent agents per AWS account.

StopAssessmentRun(AssessmentRunArn => Str)

Each argument is described in detail in: Paws::Inspector::StopAssessmentRun

Returns: nothing

Stops the assessment run that is specified by the ARN of the assessment
run.

SubscribeToEvent(Event => Str, ResourceArn => Str, TopicArn => Str)

Each argument is described in detail in: Paws::Inspector::SubscribeToEvent

Returns: nothing

Enables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.

UnsubscribeFromEvent(Event => Str, ResourceArn => Str, TopicArn => Str)

Each argument is described in detail in: Paws::Inspector::UnsubscribeFromEvent

Returns: nothing

Disables the process of sending Amazon Simple Notification Service
(SNS) notifications about a specified event to a specified SNS topic.

UpdateAssessmentTarget(AssessmentTargetArn => Str, AssessmentTargetName => Str, ResourceGroupArn => Str)

Each argument is described in detail in: Paws::Inspector::UpdateAssessmentTarget

Returns: nothing

Updates the assessment target that is specified by the ARN of the
assessment target.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

SEE ALSO

This service class forms part of Paws

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