Class RepositoryAssociationRepositoryS3BucketArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.codegurureviewer.inputs.RepositoryAssociationRepositoryS3BucketArgs
-
public final class RepositoryAssociationRepositoryS3BucketArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RepositoryAssociationRepositoryS3BucketArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RepositoryAssociationRepositoryS3BucketArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
bucketName()
static RepositoryAssociationRepositoryS3BucketArgs.Builder
builder()
static RepositoryAssociationRepositoryS3BucketArgs.Builder
builder(RepositoryAssociationRepositoryS3BucketArgs defaults)
com.pulumi.core.Output<java.lang.String>
name()
-
-
-
Field Detail
-
Empty
public static final RepositoryAssociationRepositoryS3BucketArgs Empty
-
-
Method Detail
-
bucketName
public com.pulumi.core.Output<java.lang.String> bucketName()
- Returns:
- The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with `codeguru-reviewer-`.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the third party source repository.
-
builder
public static RepositoryAssociationRepositoryS3BucketArgs.Builder builder()
-
builder
public static RepositoryAssociationRepositoryS3BucketArgs.Builder builder(RepositoryAssociationRepositoryS3BucketArgs defaults)
-
-