Class: Aws::GlobalAccelerator::Types::UpdateCrossAccountAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::UpdateCrossAccountAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_principals ⇒ Array<String>
The principals to add to the cross-account attachment.
-
#add_resources ⇒ Array<Types::Resource>
The resources to add to the cross-account attachment.
-
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment to update.
-
#name ⇒ String
The name of the cross-account attachment.
-
#remove_principals ⇒ Array<String>
The principals to remove from the cross-account attachment.
-
#remove_resources ⇒ Array<Types::Resource>
The resources to remove from the cross-account attachment.
Instance Attribute Details
#add_principals ⇒ Array<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.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |
#add_resources ⇒ Array<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.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment to update.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the cross-account attachment.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |
#remove_principals ⇒ Array<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.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |
#remove_resources ⇒ Array<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.
3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3411 class UpdateCrossAccountAttachmentRequest < Struct.new( :attachment_arn, :name, :add_principals, :remove_principals, :add_resources, :remove_resources) SENSITIVE = [] include Aws::Structure end |