Repository Association Repository Args
data class RepositoryAssociationRepositoryArgs(val bitbucket: Output<RepositoryAssociationRepositoryBitbucketArgs>? = null, val codecommit: Output<RepositoryAssociationRepositoryCodecommitArgs>? = null, val githubEnterpriseServer: Output<RepositoryAssociationRepositoryGithubEnterpriseServerArgs>? = null, val s3Bucket: Output<RepositoryAssociationRepositoryS3BucketArgs>? = null) : ConvertibleToJava<RepositoryAssociationRepositoryArgs>
Constructors
Link copied to clipboard
constructor(bitbucket: Output<RepositoryAssociationRepositoryBitbucketArgs>? = null, codecommit: Output<RepositoryAssociationRepositoryCodecommitArgs>? = null, githubEnterpriseServer: Output<RepositoryAssociationRepositoryGithubEnterpriseServerArgs>? = null, s3Bucket: Output<RepositoryAssociationRepositoryS3BucketArgs>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val githubEnterpriseServer: Output<RepositoryAssociationRepositoryGithubEnterpriseServerArgs>? = null
Link copied to clipboard