aws:assertAwsResourceProperty – 宣告 AWS 資源狀態或事件狀態 - AWS Systems Manager

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

aws:assertAwsResourceProperty – 宣告 AWS 資源狀態或事件狀態

aws:assertAwsResourceProperty 動作可讓您針對特定自動化步驟宣告特定的資源狀態或事件狀態。

如需有關如何使用此動作的更多範例,請參閱 其他執行手冊範例

輸入

輸入由您選擇的API操作定義。

YAML
action: aws:assertAwsResourceProperty inputs: Service: The official namespace of the service Api: The API operation or method name API operation inputs or parameters: A value PropertySelector: Response object DesiredValues: - Desired property values
JSON
{ "action": "aws:assertAwsResourceProperty", "inputs": { "Service":"The official namespace of the service", "Api":"The API operation or method name", "API operation inputs or parameters":"A value", "PropertySelector": "Response object", "DesiredValues": [ "Desired property values" ] } }
服務

包含您要執行之API操作的 AWS 服務 命名空間。例如,Systems Manager 的命名空間為 ssm。Amazon 的命名空間EC2為 ec2。您可以檢視AWS CLI 命令參考可用服務章節中的受支援 AWS 服務 命名空間。

類型:字串

必要:是

Api

您要執行API的操作名稱。您可以在下列服務參考頁面上的左側導覽中選擇服務,以檢視API操作 (也稱為方法)。在您想要呼叫之服務的 Client (用戶端) 部分選擇一個方法。例如,Amazon Relational Database Service (Amazon ) 的所有API操作 (方法RDS) 都列在下一頁:Amazon RDS方法

類型:字串

必要:是

API 操作輸入

一或多個API操作輸入。您可以檢視可用的輸入 (也稱為參數),方式是在以下服務參考頁面的左側導覽中選擇一項服務。在您想要呼叫之服務的 Client (用戶端) 部分選擇一個方法。例如,Amazon 的所有方法RDS都列在下頁:Amazon RDS方法 。選擇 describe_db_instances 方法,然後向下捲動以查看可用的參數,例如 DBInstanceIdentifierName Values 。使用以下格式指定一個以上的輸入。

YAML
inputs: Service: The official namespace of the service Api: The API operation name API input 1: A value API Input 2: A value API Input 3: A value
JSON
"inputs":{ "Service":"The official namespace of the service", "Api":"The API operation name", "API input 1":"A value", "API Input 2":"A value", "API Input 3":"A value" }

類型:由選取的API操作決定

必要:是

PropertySelector

回應物件中JSONPath特定屬性的 。您可以檢視回應物件,方式是在以下服務參考頁面的左側導覽中選擇一項服務。在您想要呼叫之服務的 Client (用戶端) 部分選擇一個方法。例如,Amazon 的所有方法RDS都列在下頁:Amazon RDS方法 。選擇 describe_db_instances 方法並向下捲動至 Response Structure (回應結構) 區段。DBInstances 會列為回應物件。

類型:字串

必要:是

DesiredValues

讓自動化繼續的預期狀態。如果指定布林值,您必須使用大寫字母,例如 True 或 False。

類型: StringList

必要:是