In policy statements, you can use the Resource element to specify the bucket or object for which permissions are allowed or denied.
"Resource": "arn:aws:s3:::mybucket/*"
"Resource": "arn:aws:s3:::mybucket/home/${aws:username}/*"
The resource value can specify a bucket that does not yet exist when a group policy is created.