Package com.pulumi.aws.codebuild.outputs
Class ProjectSecondarySourceAuth
- java.lang.Object
-
- com.pulumi.aws.codebuild.outputs.ProjectSecondarySourceAuth
-
public final class ProjectSecondarySourceAuth extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectSecondarySourceAuth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ProjectSecondarySourceAuth.Builder
builder()
static ProjectSecondarySourceAuth.Builder
builder(ProjectSecondarySourceAuth defaults)
java.util.Optional<java.lang.String>
resource()
Deprecated.Use the aws_codebuild_source_credential resource insteadjava.lang.String
type()
Deprecated.Use the aws_codebuild_source_credential resource instead
-
-
-
Method Detail
-
resource
@Deprecated public java.util.Optional<java.lang.String> resource()
Deprecated.Use the aws_codebuild_source_credential resource instead- Returns:
- Resource value that applies to the specified authorization type. Use the `aws.codebuild.SourceCredential` resource instead.
-
type
@Deprecated public java.lang.String type()
Deprecated.Use the aws_codebuild_source_credential resource instead- Returns:
- Type of repository that contains the source code to be built. Valid values: `CODECOMMIT`, `CODEPIPELINE`, `GITHUB`, `GITHUB_ENTERPRISE`, `BITBUCKET`, `S3`, `NO_SOURCE`.
-
builder
public static ProjectSecondarySourceAuth.Builder builder()
-
builder
public static ProjectSecondarySourceAuth.Builder builder(ProjectSecondarySourceAuth defaults)
-
-