Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2 and Amazon ECR environments.
inspector2(config = list())A client for the service. You can call the service's operations using
syntax like svc$operation(...), where svc is the name you've assigned
to the client. The available operations are listed in the
Operations section.
Optional configuration of credentials, endpoint, and/or region.
access_key_id: AWS access key ID
secret_access_key: AWS secret access key
session_token: AWS temporary session token
profile: The name of a profile to use. If not given, then the default profile is used.
anonymous: Set anonymous credentials.
endpoint: The complete URL to use for the constructed client.
region: The AWS Region used in instantiating the client.
close_connection: Immediately close all HTTP connections.
timeout: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.
s3_force_path_style: Set this to true to force the request to use path-style addressing, i.e., http://s3.amazonaws.com/BUCKET/KEY.
svc <- inspector2(
config = list(
credentials = list(
creds = list(
access_key_id = "string",
secret_access_key = "string",
session_token = "string"
),
profile = "string",
anonymous = "logical"
),
endpoint = "string",
region = "string",
close_connection = "logical",
timeout = "numeric",
s3_force_path_style = "logical"
)
)
| associate_member | Associates an Amazon Web Services account with an Amazon Inspector delegated administrator |
| batch_get_account_status | Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment |
| batch_get_free_trial_info | Gets free trial status for multiple Amazon Web Services accounts |
| cancel_findings_report | Cancels the given findings report |
| create_filter | Creates a filter resource using specified filter criteria |
| create_findings_report | Creates a finding report |
| delete_filter | Deletes a filter resource |
| describe_organization_configuration | Describe Amazon Inspector configuration settings for an Amazon Web Services organization |
| disable | Disables Amazon Inspector scans for one or more Amazon Web Services accounts |
| disable_delegated_admin_account | Disables the Amazon Inspector delegated administrator for your organization |
| disassociate_member | Disassociates a member account from an Amazon Inspector delegated administrator |
| enable | Enables Amazon Inspector scans for one or more Amazon Web Services accounts |
| enable_delegated_admin_account | Enables the Amazon Inspector delegated administrator for your Organizations organization |
| get_configuration | Retrieves setting configurations for Inspector scans |
| get_delegated_admin_account | Retrieves information about the Amazon Inspector delegated administrator for your organization |
| get_findings_report_status | Gets the status of a findings report |
| get_member | Gets member information for your organization |
| list_account_permissions | Lists the permissions an account has to configure Amazon Inspector |
| list_coverage | Lists coverage details for you environment |
| list_coverage_statistics | Lists Amazon Inspector coverage statistics for your environment |
| list_delegated_admin_accounts | Lists information about the Amazon Inspector delegated administrator of your organization |
| list_filters | Lists the filters associated with your account |
| list_finding_aggregations | Lists aggregated finding data for your environment based on specific criteria |
| list_findings | Lists findings for your environment |
| list_members | List members associated with the Amazon Inspector delegated administrator for your organization |
| list_tags_for_resource | Lists all tags attached to a given resource |
| list_usage_totals | Lists the Amazon Inspector usage totals over the last 30 days |
| tag_resource | Adds tags to a resource |
| untag_resource | Removes tags from a resource |
| update_configuration | Updates setting configurations for your Amazon Inspector account |
| update_filter | Specifies the action that is to be applied to the findings that match the filter |
| update_organization_configuration | Updates the configurations for your Amazon Inspector organization |
if (FALSE) {
svc <- inspector2()
svc$associate_member(
Foo = 123
)
}
Run the code above in your browser using DataLab