Learn R Programming

paws.security.identity (version 0.1.12)

shield: AWS Shield

Description

AWS Shield Advanced

This is the AWS Shield Advanced API Reference. This guide is for developers who need detailed information about the AWS Shield Advanced API actions, data types, and errors. For detailed information about AWS WAF and AWS Shield Advanced features and an overview of how to use the AWS WAF and AWS Shield Advanced APIs, see the AWS WAF and AWS Shield Developer Guide.

Usage

shield(config = list())

Value

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.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

svc <- shield(
  config = list(
    credentials = list(
      creds = list(
        access_key_id = "string",
        secret_access_key = "string",
        session_token = "string"
      ),
      profile = "string"
    ),
    endpoint = "string",
    region = "string"
  )
)

Operations

associate_drt_log_bucketAuthorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs
associate_drt_roleAuthorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks
associate_health_checkAdds health-based detection to the Shield Advanced protection for a resource
associate_proactive_engagement_detailsInitializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use
create_protectionEnables AWS Shield Advanced for a specific AWS resource
create_protection_groupCreates a grouping of protected resources so they can be handled as a collective
create_subscriptionActivates AWS Shield Advanced for an account
delete_protectionDeletes an AWS Shield Advanced Protection
delete_protection_groupRemoves the specified protection group
delete_subscriptionRemoves AWS Shield Advanced from an account
describe_attackDescribes the details of a DDoS attack
describe_attack_statisticsProvides information about the number and type of attacks AWS Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them
describe_drt_accessReturns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation
describe_emergency_contact_settingsA list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support
describe_protectionLists the details of a Protection object
describe_protection_groupReturns the specification for the specified protection group
describe_subscriptionProvides details about the AWS Shield Advanced subscription for an account
disable_proactive_engagementRemoves authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support
disassociate_drt_log_bucketRemoves the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs
disassociate_drt_roleRemoves the DDoS Response Team's (DRT) access to your AWS account
disassociate_health_checkRemoves health-based detection from the Shield Advanced protection for a resource
enable_proactive_engagementAuthorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support
get_subscription_stateReturns the SubscriptionState, either Active or Inactive
list_attacksReturns all ongoing DDoS attacks or all DDoS attacks during a specified time period
list_protection_groupsRetrieves the ProtectionGroup objects for the account
list_protectionsLists all Protection objects for the account
list_resources_in_protection_groupRetrieves the resources that are included in the protection group
update_emergency_contact_settingsUpdates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support
update_protection_groupUpdates an existing protection group
update_subscriptionUpdates the details of an existing subscription

Examples

Run this code
if (FALSE) {
svc <- shield()
svc$associate_drt_log_bucket(
  Foo = 123
)
}

Run the code above in your browser using DataLab