You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::CreateProtectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::CreateProtectionRequest
- Defined in:
- (unknown)
Overview
When passing CreateProtectionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ProtectionName", # required
resource_arn: "ResourceArn", # required
}
Instance Attribute Summary collapse
-
#name ⇒ String
Friendly name for the
Protection
you are creating. -
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource to be protected.
Instance Attribute Details
#name ⇒ String
Friendly name for the Protection
you are creating.
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the resource to be protected.
The ARN should be in one of the following formats:
For an Application Load Balancer:
arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
For an Elastic Load Balancer (Classic Load Balancer):
arn:aws:elasticloadbalancing:region:account-id:loadbalancer/load-balancer-name
For an AWS CloudFront distribution:
arn:aws:cloudfront::account-id:distribution/distribution-id
For an AWS Global Accelerator accelerator:
arn:aws:globalaccelerator::account-id:accelerator/accelerator-id
For Amazon Route 53:
arn:aws:route53:::hostedzone/hosted-zone-id
For an Elastic IP address:
arn:aws:ec2:region:account-id:eip-allocation/allocation-id