Class: Aws::GlobalAccelerator::Types::UpdateCrossAccountAttachmentRequest

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

#add_principalsArray<String>

The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

Returns:

  • (Array<String>)


3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#add_resourcesArray<Types::Resource>

The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

To add more than one resource, separate the resource ARNs with commas.

Returns:



3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#attachment_arnString

The Amazon Resource Name (ARN) of the cross-account attachment to update.

Returns:

  • (String)


3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the cross-account attachment.

Returns:

  • (String)


3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#remove_principalsArray<String>

The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

Returns:

  • (Array<String>)


3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end

#remove_resourcesArray<Types::Resource>

The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

To remove more than one resource, separate the resource ARNs with commas.

Returns:



3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3406

class UpdateCrossAccountAttachmentRequest < Struct.new(
  :attachment_arn,
  :name,
  :add_principals,
  :remove_principals,
  :add_resources,
  :remove_resources)
  SENSITIVE = []
  include Aws::Structure
end