AWS Fundamentals Logo
AWS Fundamentals
AWS::GlobalAccelerator::CrossAccountAttachment

GlobalAccelerator CrossAccountAttachment

Resource Type definition for AWS::GlobalAccelerator::CrossAccountAttachment

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Principals
Array<string>
Resources
Array<Resource>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AttachmentArnstringThe Amazon Resource Name (ARN) of the attachment.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GlobalAccelerator::CrossAccountAttachment

Resources:
  MyResource:
    Type: AWS::GlobalAccelerator::CrossAccountAttachment
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

globalaccelerator:DescribeCrossAccountAttachmentglobalaccelerator:CreateCrossAccountAttachmentglobalaccelerator:TagResource

read

globalaccelerator:DescribeCrossAccountAttachment

update

globalaccelerator:UpdateCrossAccountAttachmentglobalaccelerator:DescribeCrossAccountAttachmentglobalaccelerator:TagResourceglobalaccelerator:UntagResource

delete

globalaccelerator:DescribeCrossAccountAttachmentglobalaccelerator:DeleteCrossAccountAttachment

list

globalaccelerator:ListCrossAccountAttachments

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGlobalAccelerator
Properties5
Required1
TaggingSupported
Primary IDAttachmentArn

Supported Operations

CreateReadUpdateDeleteList

External Links