We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e63bd commit adbc2e3Copy full SHA for adbc2e3
packages/aws-cdk/lib/api/bootstrap-environment.ts
@@ -70,7 +70,7 @@ export async function bootstrapEnvironment(environment: cxapi.Environment, aws:
70
},
71
[BUCKET_DOMAIN_NAME_OUTPUT]: {
72
Description: "The domain name of the S3 bucket owned by the CDK toolkit stack",
73
- Value: { "Fn::GetAtt": ["StagingBucket", "DomainName"] }
+ Value: { "Fn::GetAtt": ["StagingBucket", "RegionalDomainName"] }
74
}
75
76
};
0 commit comments