Class: Aws::GlobalAccelerator::Types::CreateCrossAccountAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idempotency_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 772

class CreateCrossAccountAttachmentRequest < Struct.new(
  :name,
  :principals,
  :resources,
  :idempotency_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the cross-account attachment.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 772

class CreateCrossAccountAttachmentRequest < Struct.new(
  :name,
  :principals,
  :resources,
  :idempotency_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#principalsArray<String>

The principals to include in the cross-account attachment. A principal can be an Amazon Web Services account number or the Amazon Resource Name (ARN) for an accelerator.

Returns:

  • (Array<String>)


772
773
774
775
776
777
778
779
780
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 772

class CreateCrossAccountAttachmentRequest < Struct.new(
  :name,
  :principals,
  :resources,
  :idempotency_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::Resource>

The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment. A resource can be any supported Amazon Web Services resource type for Global Accelerator or a CIDR range for a bring your own IP address (BYOIP) address pool.

Returns:



772
773
774
775
776
777
778
779
780
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 772

class CreateCrossAccountAttachmentRequest < Struct.new(
  :name,
  :principals,
  :resources,
  :idempotency_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Add tags for a cross-account attachment.

For more information, see [Tagging in Global Accelerator] in the *Global Accelerator Developer Guide*.

[1]: docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html

Returns:



772
773
774
775
776
777
778
779
780
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 772

class CreateCrossAccountAttachmentRequest < Struct.new(
  :name,
  :principals,
  :resources,
  :idempotency_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end