@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:09.182Z") @Stability(value=Stable) public interface CfnProjectProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProjectProps.Builder
A builder for
CfnProjectProps |
static class |
CfnProjectProps.Jsii$Proxy
An implementation for
CfnProjectProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnProjectProps.Builder |
builder() |
Object |
getArtifacts()
`AWS::CodeBuild::Project.Artifacts`.
|
default Object |
getBadgeEnabled()
`AWS::CodeBuild::Project.BadgeEnabled`.
|
default Object |
getBuildBatchConfig()
`AWS::CodeBuild::Project.BuildBatchConfig`.
|
default Object |
getCache()
`AWS::CodeBuild::Project.Cache`.
|
default String |
getDescription()
`AWS::CodeBuild::Project.Description`.
|
default String |
getEncryptionKey()
`AWS::CodeBuild::Project.EncryptionKey`.
|
Object |
getEnvironment()
`AWS::CodeBuild::Project.Environment`.
|
default Object |
getFileSystemLocations()
`AWS::CodeBuild::Project.FileSystemLocations`.
|
default Object |
getLogsConfig()
`AWS::CodeBuild::Project.LogsConfig`.
|
default String |
getName()
`AWS::CodeBuild::Project.Name`.
|
default Number |
getQueuedTimeoutInMinutes()
`AWS::CodeBuild::Project.QueuedTimeoutInMinutes`.
|
default Object |
getSecondaryArtifacts()
`AWS::CodeBuild::Project.SecondaryArtifacts`.
|
default Object |
getSecondarySources()
`AWS::CodeBuild::Project.SecondarySources`.
|
default Object |
getSecondarySourceVersions()
`AWS::CodeBuild::Project.SecondarySourceVersions`.
|
String |
getServiceRole()
`AWS::CodeBuild::Project.ServiceRole`.
|
Object |
getSource()
`AWS::CodeBuild::Project.Source`.
|
default String |
getSourceVersion()
`AWS::CodeBuild::Project.SourceVersion`.
|
default List<CfnTag> |
getTags()
`AWS::CodeBuild::Project.Tags`.
|
default Number |
getTimeoutInMinutes()
`AWS::CodeBuild::Project.TimeoutInMinutes`.
|
default Object |
getTriggers()
`AWS::CodeBuild::Project.Triggers`.
|
default Object |
getVpcConfig()
`AWS::CodeBuild::Project.VpcConfig`.
|
@Stability(value=Stable) @NotNull Object getArtifacts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-artifacts@Stability(value=Stable) @NotNull Object getEnvironment()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-environment@Stability(value=Stable) @NotNull String getServiceRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-servicerole@Stability(value=Stable) @NotNull Object getSource()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-source@Stability(value=Stable) @Nullable default Object getBadgeEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-badgeenabled@Stability(value=Stable) @Nullable default Object getBuildBatchConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-buildbatchconfig@Stability(value=Stable) @Nullable default Object getCache()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-cache@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-description@Stability(value=Stable) @Nullable default String getEncryptionKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-encryptionkey@Stability(value=Stable) @Nullable default Object getFileSystemLocations()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-filesystemlocations@Stability(value=Stable) @Nullable default Object getLogsConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-logsconfig@Stability(value=Stable) @Nullable default String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-name@Stability(value=Stable) @Nullable default Number getQueuedTimeoutInMinutes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-queuedtimeoutinminutes@Stability(value=Stable) @Nullable default Object getSecondaryArtifacts()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-secondaryartifacts@Stability(value=Stable) @Nullable default Object getSecondarySources()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-secondarysources@Stability(value=Stable) @Nullable default Object getSecondarySourceVersions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-secondarysourceversions@Stability(value=Stable) @Nullable default String getSourceVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-sourceversion@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-tags@Stability(value=Stable) @Nullable default Number getTimeoutInMinutes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-timeoutinminutes@Stability(value=Stable) @Nullable default Object getTriggers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-triggers@Stability(value=Stable) @Nullable default Object getVpcConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html#cfn-codebuild-project-vpcconfig@Stability(value=Stable) static CfnProjectProps.Builder builder()
CfnProjectProps.Builder of CfnProjectPropsCopyright © 2020. All rights reserved.