AwsCodeBuildProjectDetails constructor
AwsCodeBuildProjectDetails({
- String? encryptionKey,
- AwsCodeBuildProjectEnvironment? environment,
- String? name,
- String? serviceRole,
- AwsCodeBuildProjectSource? source,
- AwsCodeBuildProjectVpcConfig? vpcConfig,
Implementation
AwsCodeBuildProjectDetails({
this.encryptionKey,
this.environment,
this.name,
this.serviceRole,
this.source,
this.vpcConfig,
});