Understand Constructs in AWS CDK and learn how to build your first L3 Constructs for reusing your infrastructure as code — AWS CDK

Using constructs you can collect different resources together, it can be a single Amazon S3 Bucket reuse or you can create something together eg. network endpoints there are using multi resources for creating a network endpoint.