1. Packages
  2. Google Cloud Native
  3. API Docs
  4. sourcerepo
  5. sourcerepo/v1
  6. Repo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.sourcerepo/v1.Repo

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Creates a repo in the given project with the given name. If the named repository already exists, CreateRepo returns ALREADY_EXISTS.

Create Repo Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Repo(name: string, args?: RepoArgs, opts?: CustomResourceOptions);
@overload
def Repo(resource_name: str,
         args: Optional[RepoArgs] = None,
         opts: Optional[ResourceOptions] = None)

@overload
def Repo(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         mirror_config: Optional[MirrorConfigArgs] = None,
         name: Optional[str] = None,
         project: Optional[str] = None,
         pubsub_configs: Optional[Mapping[str, str]] = None,
         size: Optional[str] = None,
         url: Optional[str] = None)
func NewRepo(ctx *Context, name string, args *RepoArgs, opts ...ResourceOption) (*Repo, error)
public Repo(string name, RepoArgs? args = null, CustomResourceOptions? opts = null)
public Repo(String name, RepoArgs args)
public Repo(String name, RepoArgs args, CustomResourceOptions options)
type: google-native:sourcerepo/v1:Repo
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args RepoArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args RepoArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args RepoArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args RepoArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. RepoArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var repoResource = new GoogleNative.SourceRepo.V1.Repo("repoResource", new()
{
    MirrorConfig = new GoogleNative.SourceRepo.V1.Inputs.MirrorConfigArgs
    {
        DeployKeyId = "string",
        Url = "string",
        WebhookId = "string",
    },
    Name = "string",
    Project = "string",
    PubsubConfigs = 
    {
        { "string", "string" },
    },
    Size = "string",
    Url = "string",
});
Copy
example, err := sourcerepo.NewRepo(ctx, "repoResource", &sourcerepo.RepoArgs{
	MirrorConfig: &sourcerepo.MirrorConfigArgs{
		DeployKeyId: pulumi.String("string"),
		Url:         pulumi.String("string"),
		WebhookId:   pulumi.String("string"),
	},
	Name:    pulumi.String("string"),
	Project: pulumi.String("string"),
	PubsubConfigs: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Size: pulumi.String("string"),
	Url:  pulumi.String("string"),
})
Copy
var repoResource = new Repo("repoResource", RepoArgs.builder()
    .mirrorConfig(MirrorConfigArgs.builder()
        .deployKeyId("string")
        .url("string")
        .webhookId("string")
        .build())
    .name("string")
    .project("string")
    .pubsubConfigs(Map.of("string", "string"))
    .size("string")
    .url("string")
    .build());
Copy
repo_resource = google_native.sourcerepo.v1.Repo("repoResource",
    mirror_config={
        "deploy_key_id": "string",
        "url": "string",
        "webhook_id": "string",
    },
    name="string",
    project="string",
    pubsub_configs={
        "string": "string",
    },
    size="string",
    url="string")
Copy
const repoResource = new google_native.sourcerepo.v1.Repo("repoResource", {
    mirrorConfig: {
        deployKeyId: "string",
        url: "string",
        webhookId: "string",
    },
    name: "string",
    project: "string",
    pubsubConfigs: {
        string: "string",
    },
    size: "string",
    url: "string",
});
Copy
type: google-native:sourcerepo/v1:Repo
properties:
    mirrorConfig:
        deployKeyId: string
        url: string
        webhookId: string
    name: string
    project: string
    pubsubConfigs:
        string: string
    size: string
    url: string
Copy

Repo Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Repo resource accepts the following input properties:

MirrorConfig Pulumi.GoogleNative.SourceRepo.V1.Inputs.MirrorConfig
How this repository mirrors a repository managed by another service. Read-only field.
Name string
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
Project Changes to this property will trigger replacement. string
PubsubConfigs Dictionary<string, string>
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
Size string
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
Url string
URL to clone the repository from Google Cloud Source Repositories. Read-only field.
MirrorConfig MirrorConfigArgs
How this repository mirrors a repository managed by another service. Read-only field.
Name string
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
Project Changes to this property will trigger replacement. string
PubsubConfigs map[string]string
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
Size string
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
Url string
URL to clone the repository from Google Cloud Source Repositories. Read-only field.
mirrorConfig MirrorConfig
How this repository mirrors a repository managed by another service. Read-only field.
name String
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
project Changes to this property will trigger replacement. String
pubsubConfigs Map<String,String>
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
size String
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
url String
URL to clone the repository from Google Cloud Source Repositories. Read-only field.
mirrorConfig MirrorConfig
How this repository mirrors a repository managed by another service. Read-only field.
name string
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
project Changes to this property will trigger replacement. string
pubsubConfigs {[key: string]: string}
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
size string
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
url string
URL to clone the repository from Google Cloud Source Repositories. Read-only field.
mirror_config MirrorConfigArgs
How this repository mirrors a repository managed by another service. Read-only field.
name str
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
project Changes to this property will trigger replacement. str
pubsub_configs Mapping[str, str]
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
size str
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
url str
URL to clone the repository from Google Cloud Source Repositories. Read-only field.
mirrorConfig Property Map
How this repository mirrors a repository managed by another service. Read-only field.
name String
Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash
project Changes to this property will trigger replacement. String
pubsubConfigs Map<String>
How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.
size String
The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.
url String
URL to clone the repository from Google Cloud Source Repositories. Read-only field.

Outputs

All input properties are implicitly available as output properties. Additionally, the Repo resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

MirrorConfig
, MirrorConfigArgs

DeployKeyId string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
Url string
URL of the main repository at the other hosting service.
WebhookId string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
DeployKeyId string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
Url string
URL of the main repository at the other hosting service.
WebhookId string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId String
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url String
URL of the main repository at the other hosting service.
webhookId String
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url string
URL of the main repository at the other hosting service.
webhookId string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deploy_key_id str
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url str
URL of the main repository at the other hosting service.
webhook_id str
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId String
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url String
URL of the main repository at the other hosting service.
webhookId String
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.

MirrorConfigResponse
, MirrorConfigResponseArgs

DeployKeyId This property is required. string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
Url This property is required. string
URL of the main repository at the other hosting service.
WebhookId This property is required. string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
DeployKeyId This property is required. string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
Url This property is required. string
URL of the main repository at the other hosting service.
WebhookId This property is required. string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId This property is required. String
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url This property is required. String
URL of the main repository at the other hosting service.
webhookId This property is required. String
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId This property is required. string
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url This property is required. string
URL of the main repository at the other hosting service.
webhookId This property is required. string
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deploy_key_id This property is required. str
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url This property is required. str
URL of the main repository at the other hosting service.
webhook_id This property is required. str
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.
deployKeyId This property is required. String
ID of the SSH deploy key at the other hosting service. Removing this key from the other service would deauthorize Google Cloud Source Repositories from mirroring.
url This property is required. String
URL of the main repository at the other hosting service.
webhookId This property is required. String
ID of the webhook listening to updates to trigger mirroring. Removing this webhook from the other hosting service will stop Google Cloud Source Repositories from receiving notifications, and thereby disabling mirroring.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi