google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.apigee/v1.ArchiveDeployment

Creates a new ArchiveDeployment.

Create ArchiveDeployment Resource

new ArchiveDeployment(name: string, args: ArchiveDeploymentArgs, opts?: CustomResourceOptions);
@overload
def ArchiveDeployment(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      environment_id: Optional[str] = None,
                      gcs_uri: Optional[str] = None,
                      labels: Optional[Mapping[str, str]] = None,
                      name: Optional[str] = None,
                      organization_id: Optional[str] = None)
@overload
def ArchiveDeployment(resource_name: str,
                      args: ArchiveDeploymentArgs,
                      opts: Optional[ResourceOptions] = None)
func NewArchiveDeployment(ctx *Context, name string, args ArchiveDeploymentArgs, opts ...ResourceOption) (*ArchiveDeployment, error)
public ArchiveDeployment(string name, ArchiveDeploymentArgs args, CustomResourceOptions? opts = null)
public ArchiveDeployment(String name, ArchiveDeploymentArgs args)
public ArchiveDeployment(String name, ArchiveDeploymentArgs args, CustomResourceOptions options)
type: google-native:apigee/v1:ArchiveDeployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

ArchiveDeployment Resource Properties

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

Inputs

The ArchiveDeployment resource accepts the following input properties:

EnvironmentId string
OrganizationId string
GcsUri string

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

Labels Dictionary<string, string>

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

Name string

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

EnvironmentId string
OrganizationId string
GcsUri string

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

Labels map[string]string

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

Name string

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

environmentId String
organizationId String
gcsUri String

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

labels Map<String,String>

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

name String

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

environmentId string
organizationId string
gcsUri string

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

labels {[key: string]: string}

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

name string

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

environment_id str
organization_id str
gcs_uri str

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

labels Mapping[str, str]

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

name str

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

environmentId String
organizationId String
gcsUri String

Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.

labels Map<String>

User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

name String

Name of the Archive Deployment in the following format: organizations/{org}/environments/{env}/archiveDeployments/{id}.

Outputs

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

CreatedAt string

The time at which the Archive Deployment was created in milliseconds since the epoch.

Id string

The provider-assigned unique ID for this managed resource.

Operation string

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

UpdatedAt string

The time at which the Archive Deployment was updated in milliseconds since the epoch.

CreatedAt string

The time at which the Archive Deployment was created in milliseconds since the epoch.

Id string

The provider-assigned unique ID for this managed resource.

Operation string

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

UpdatedAt string

The time at which the Archive Deployment was updated in milliseconds since the epoch.

createdAt String

The time at which the Archive Deployment was created in milliseconds since the epoch.

id String

The provider-assigned unique ID for this managed resource.

operation String

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

updatedAt String

The time at which the Archive Deployment was updated in milliseconds since the epoch.

createdAt string

The time at which the Archive Deployment was created in milliseconds since the epoch.

id string

The provider-assigned unique ID for this managed resource.

operation string

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

updatedAt string

The time at which the Archive Deployment was updated in milliseconds since the epoch.

created_at str

The time at which the Archive Deployment was created in milliseconds since the epoch.

id str

The provider-assigned unique ID for this managed resource.

operation str

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

updated_at str

The time at which the Archive Deployment was updated in milliseconds since the epoch.

createdAt String

The time at which the Archive Deployment was created in milliseconds since the epoch.

id String

The provider-assigned unique ID for this managed resource.

operation String

A reference to the LRO that created this Archive Deployment in the following format: organizations/{org}/operations/{id}

updatedAt String

The time at which the Archive Deployment was updated in milliseconds since the epoch.

Package Details

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