CloudFormationςϯϓϨʔτϑΝΠϧͷՃ
amplify/backend///ͱͯ͠ஔ͢Δ
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Private content resource stack creation using Amplify CLI",
"Parameters": {
"storageMediaContentBucketName": {
"Type": "String",
"Default": "storageMediaContentBucketName"
},
},
"Resources": {
"PrivteContentCloudFrontDistribution": {
"Type" : "AWS::CloudFront::Distribution",
"DependsOn" : [
"OriginAccessIdentity"
],
….
}
}
KANAZAWA