AWS VPCエンドポイントを作成する時にprivate-dns-enabled cannot be set because there is already a conflicting DNSの解決方法
環境
AWS VPC
エンドポイント
エラー現象
VPC エンドポイントの作成中にエラーが発生しました
private-dns-enabled cannot be set because t ...
AWS VPCエンドポイントを作成する時に「Enabling private DNS requires both enableDnsSupoortの解決方法
環境
AWS VPC
エンドポイント
エラー現象
VPC エンドポイントの作成中にエラーが発生しました
Enabling private DNS requires both enableDn ...
AWS VPCピアリング接続を削除する方法
環境
AWS VPC
操作方法
1.VPCコンソール画面に移動します。
2.左側に「Peering connections」をクリックします。
3.右側に削除したうピアリング接続を選 ...
Swift frame修飾子でテキストを右寄せにするサンプル
環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS
構文
Text("文字列") .frame(maxWidth: 横幅, ...Swift TextEditorのフォントを設定するサンプル
環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Ubuntu 20.04.2 LTS
構文
TextEditor(text: $editText) .font ...AWS 同じアカウントの同じリージョンにある VPC を使用して作成する方法
環境
AWS VPC
操作方法
1.Amazon VPC コンソール (を開きます
2.左側の「Peering Connections]」をクリックします。
3.右側に「ピアリング接 ...
Flutter キーボードの高さを取得するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
MediaQuery.of(context).viewInsets.bottom;
「MediaQuery.o ...
Flutter TextFormFieldのパディングを設定するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
decoration: InputDecoration( contentPadding:/*EdgeInsetsでパディ ...macOS マウスカーソルの色・サイズを変更する方法
環境
macOS
操作方法
1.appleメニューから「システム設定…」をクリックします。
2.左メニューの をクリックします。
3.右側にアクセシビリティの を選択 ...
macOS Safariを終了する方法
環境
macOS
操作方法
1.上部メニューから「Safari」をクリックします。
2.「Safariを終了」をクリックします。
Flutter Containerの枠線の左側の丸みを設定するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
decoration: BoxDecoration( borderRadius: BorderRadius.horizo ...Flutter TextFieldウェジェットの背景色を設定するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
decoration: InputDecoration( fillColor: 背景色の設定, filled: 背景色を ...AWS フローログを Amazon S3 に発行するポリシー方法
環境
AWS VPC
Amazon S3
概要
フローログを作成する IAM プリンシパルには、フローログを宛先の Amazon S3 バケットに公開するために、
次のアクセス許可が付与され ...
AWS VPC Flow Log を S3 に保存する方法
環境
AWS VPC
S3
操作方法
1.S3のバケットの作成
1).S3のコンソール画面に移動します
2).「バケットを作成」をクリックします。
3).S3 Buc ...
AWS VPC Traffic Mirroringを構築する手順
環境
AWS VPC
概要
VPC Traffic Mirroringは、EC2インスタンスからのネットワークトラフィックをミラーリングする機能になります。
ネットワークトラフィックをコピーして、V ...
Flutter アイコン付きのTextButtonを表示するサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
icon: Icon(アイコン),//アイコンlabel: Text('文字列'),//テキストTextButto ...
Flutter OutlinedButtonの背景色を変えるサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
style: OutlinedButton.styleFrom( backgroundColor:/*背景色*/, ), ...Flutter OutlinedButtonを角丸にするサンプル
環境
Windows11 pro 64bit
Flutter 3.3.7
構文
style: OutlinedButton.styleFrom( shape: RoundedRectangleBord ...