翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWS.HookExecution
ライフサイクルフックを使用すると、インフラストラクチャやネットワークのインスタンス化の一環として独自のスクリプトを実行できます。
構文
tosca.nodes.AWS.HookExecution:
capabilities:
execution:
properties:
type: String
requirements:
definition: String
vpc: String
機能
execution
フックスクリプトを実行するフック実行エンジンのプロパティ。
-
type
-
フック実行エンジンのタイプ。
必須: いいえ
型: 文字列
使用できる値:
CODE_BUILD
要件
-
definition
-
必須: はい
型: 文字列
-
vpc
-
AWS.Networking.VPC ノード。
必須: はい
型: 文字列
例
SampleHookExecution: type: tosca.nodes.AWS.HookExecution requirements: definition: SampleHookScript vpc: SampleVPC