AwsCodeBuildProjectPropertiesArgs

constructor(arn: Output<String>? = null, artifacts: Output<ProjectArtifactsArgs>? = null, badge: Output<ProjectBadgeArgs>? = null, buildBatchConfig: Output<ProjectBuildBatchConfigArgs>? = null, cache: Output<ProjectCacheArgs>? = null, concurrentBuildLimit: Output<Int>? = null, created: Output<String>? = null, description: Output<String>? = null, encryptionKey: Output<String>? = null, environment: Output<ProjectEnvironmentArgs>? = null, fileSystemLocations: Output<List<ProjectFileSystemLocationArgs>>? = null, lastModified: Output<String>? = null, logsConfig: Output<LogsConfigArgs>? = null, name: Output<String>? = null, projectVisibility: Output<ProjectVisibilityTypeEnumValueArgs>? = null, publicProjectAlias: Output<String>? = null, queuedTimeoutInMinutes: Output<Int>? = null, resourceAccessRole: Output<String>? = null, secondaryArtifacts: Output<List<ProjectArtifactsArgs>>? = null, secondarySourceVersions: Output<List<ProjectSourceVersionArgs>>? = null, secondarySources: Output<List<ProjectSourceArgs>>? = null, serviceRole: Output<String>? = null, source: Output<ProjectSourceArgs>? = null, sourceVersion: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeoutInMinutes: Output<Int>? = null, vpcConfig: Output<VpcConfigArgs>? = null, webhook: Output<WebhookArgs>? = null)