by shigemk2

当面は技術的なことしか書かない

2024-06-17から1日間の記事一覧

Control planes data planes

AWS

Control planes provide the administrative APIs used to create, read/describe, update, delete, and list (CRUDL) resources. For example, the following are all control plane actions The data plane is what provides the primary function of the …

Type: AWS::EC2::SecurityGroupIngress

AWS

Type: AWS::EC2::SecurityGroupIngressはインバウンドルール1つごとに記載していかないといけないが、AWS::EC2::SecurityGroupのSecurityGroupIngressにインバウンドルールを書きつつ、Type: AWS::EC2::SecurityGroupIngressにも書いていい。 Type: AWS::EC2…

awscli 2.16.0

AWS

api-change:amplify: このdocのみの更新は、Gen 1とGen 2アプリケーションに固有のフィールドを特定します。 api-change:iottwinmaker: プロパティ値をデフォルトまたはNULLにリセットするために、PropertyUpdatesのRESET_VALUE UpdateTypeをサポートしま…