Class: Aws::GlobalAccelerator::Types::CrossAccountResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CrossAccountResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
An endpoint (Amazon Web Services resource) or an IP address range, in CIDR format, that is listed in a cross-account attachment. A cross-account resource can be added to an accelerator by specified principals, which are also listed in the attachment.
For more information, see [ Working with cross-account attachments and resources in Global Accelerator] in the Global Accelerator Developer Guide.
[1]: docs.aws.amazon.com/global-accelerator/latest/dg/cross-account-resources.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the resources (endpoints or CIDR range) that can be added to accelerators and principals that have permission to add them.
-
#cidr ⇒ String
An IP address range, in CIDR format, that is specified as an Amazon Web Services resource.
-
#endpoint_id ⇒ String
The endpoint ID for the endpoint that is listed in a cross-account attachment and can be added to an accelerator by specified principals.
Instance Attribute Details
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the resources (endpoints or CIDR range) that can be added to accelerators and principals that have permission to add them.
1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1205 class CrossAccountResource < Struct.new( :endpoint_id, :cidr, :attachment_arn) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
An IP address range, in CIDR format, that is specified as an Amazon Web Services resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator.
For more information, see [Bring your own IP addresses (BYOIP)] in the Global Accelerator Developer Guide.
[1]: docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html
1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1205 class CrossAccountResource < Struct.new( :endpoint_id, :cidr, :attachment_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_id ⇒ String
The endpoint ID for the endpoint that is listed in a cross-account attachment and can be added to an accelerator by specified principals.
1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1205 class CrossAccountResource < Struct.new( :endpoint_id, :cidr, :attachment_arn) SENSITIVE = [] include Aws::Structure end |