本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
連線重新命名 - 變更摘要
開發人員工具主控台中的連線功能可讓您將 AWS 資源連線至第三方來源儲存庫。2024 年 3 月 29 日, AWS CodeStar Connections 已重新命名為 AWS CodeConnections。下列各節說明隨著重新命名而變更的功能的不同部分,以及您需要採取哪些動作來確保您的資源繼續正常運作。
注意,此清單並不詳盡。雖然產品的其他部分也有所變更,但這些更新是最相關的。
注意
可在新服務字首下建立的資源動作codeconnections
可用。在新服務字首下建立資源將在資源 codeconnections
中使用ARN。codestar-connections
服務字首的動作和資源仍然可用。在IAM政策中指定資源時,服務字首需要與資源的字首相符。
注意
從 2024 年 7 月 1 日起,主控台會在資源 codeconnections
中建立與 的連線ARN。具有兩個服務字首的資源將繼續顯示在主控台中。
重新命名的服務字首
連線APIs使用重新命名的服務字首:codeconnections。
若要在CLI命令中使用新的字首,請下載 第 2 版 AWS CLI。以下是具有更新字首的範例命令。
aws codeconnections delete-connection --connection-arn arn:aws:codeconnections:us-west-2:
account_id
:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f
在 中重新命名動作 IAM
中的動作IAM使用新的字首,如下列範例所示:
codeconnections:CreateConnection
codeconnections:DeleteConnection
codeconnections:GetConnection
codeconnections:ListConnections
新資源 ARN
建立的連線資源將具有新的 ARN:
arn:aws:codeconnections:us-west-2:
account-ID
:connection/*
受影響的服務角色政策
對於下列服務,服務角色政策將在政策陳述式中使用新的字首。您也可以更新現有的服務角色政策以使用新的許可,但將繼續支援使用舊字首建立的政策。
-
CodePipeline 客戶管理的服務角色政策
-
AWS CodeStar 服務角色
AWSCodeStarServiceRole
政策
新 CloudFormation 資源
若要使用 AWS CloudFormation 資源進行連線,將提供新的資源。現有資源仍將受到支援。
-
新AWS CloudFormation
資源名為 AWS::CodeConnections:Connection。請參閱 CloudFormation 使用者指南中的 AWS:CodeConnections::Connection。 -
現有 AWS::CodeStarConnections:Connection 資源仍將受到支援。請參閱 CloudFormation 使用者指南中的 AWS:CodeStarConnections::Connection。