Slide 33
Slide 33 text
33
// servicemanaged-stacksets-config.ts
export const serviceManagedConfig = {
"stacksetConfig"
: [
{
"templateName"
: "<利用するテンプレートネーム
>",
"targetOuIds": ["<対象のOU id>"],
"targetRegions"
: ["ap-northeast-1"
],
}
]
};
// selfmanaged-stacksets-config.ts
export const selfManagedConfig = {
"stacksetConfig"
: [
{
"templateName"
: "<利用するテンプレート名
>",
"targetAccounts"
: ["<アカウントID>"],
"targetRegions"
: ["ap-northeast-1"
],
}
]
};