File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java/static-site/src/main/java/software/amazon/awscdk/examples Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66import software .amazon .awscdk .core .CfnOutput ;
77import software .amazon .awscdk .core .Construct ;
88import software .amazon .awscdk .core .RemovalPolicy ;
9+ import software .amazon .awscdk .core .Stack ;
910import software .amazon .awscdk .services .certificatemanager .DnsValidatedCertificate ;
1011import software .amazon .awscdk .services .cloudfront .AliasConfiguration ;
1112import software .amazon .awscdk .services .cloudfront .Behavior ;
2526import software .amazon .awscdk .services .s3 .deployment .ISource ;
2627import software .amazon .awscdk .services .s3 .deployment .Source ;
2728
28- public class StaticSiteStack extends Construct {
29+ public class StaticSiteStack extends Stack {
2930
3031 /**
3132 * Static site infrastructure, which deploys site content to an S3 bucket.
You can’t perform that action at this time.
0 commit comments