1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getArchiveDeployment

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.apigee/v1.getArchiveDeployment

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

Gets the specified ArchiveDeployment.

Using getArchiveDeployment

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getArchiveDeployment(args: GetArchiveDeploymentArgs, opts?: InvokeOptions): Promise<GetArchiveDeploymentResult>
function getArchiveDeploymentOutput(args: GetArchiveDeploymentOutputArgs, opts?: InvokeOptions): Output<GetArchiveDeploymentResult>
Copy
def get_archive_deployment(archive_deployment_id: Optional[str] = None,
                           environment_id: Optional[str] = None,
                           organization_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetArchiveDeploymentResult
def get_archive_deployment_output(archive_deployment_id: Optional[pulumi.Input[str]] = None,
                           environment_id: Optional[pulumi.Input[str]] = None,
                           organization_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetArchiveDeploymentResult]
Copy
func LookupArchiveDeployment(ctx *Context, args *LookupArchiveDeploymentArgs, opts ...InvokeOption) (*LookupArchiveDeploymentResult, error)
func LookupArchiveDeploymentOutput(ctx *Context, args *LookupArchiveDeploymentOutputArgs, opts ...InvokeOption) LookupArchiveDeploymentResultOutput
Copy

> Note: This function is named LookupArchiveDeployment in the Go SDK.

public static class GetArchiveDeployment 
{
    public static Task<GetArchiveDeploymentResult> InvokeAsync(GetArchiveDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetArchiveDeploymentResult> Invoke(GetArchiveDeploymentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetArchiveDeploymentResult> getArchiveDeployment(GetArchiveDeploymentArgs args, InvokeOptions options)
public static Output<GetArchiveDeploymentResult> getArchiveDeployment(GetArchiveDeploymentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:apigee/v1:getArchiveDeployment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ArchiveDeploymentId This property is required. string
EnvironmentId This property is required. string
OrganizationId This property is required. string
ArchiveDeploymentId This property is required. string
EnvironmentId This property is required. string
OrganizationId This property is required. string
archiveDeploymentId This property is required. String
environmentId This property is required. String
organizationId This property is required. String
archiveDeploymentId This property is required. string
environmentId This property is required. string
organizationId This property is required. string
archive_deployment_id This property is required. str
environment_id This property is required. str
organization_id This property is required. str
archiveDeploymentId This property is required. String
environmentId This property is required. String
organizationId This property is required. String

getArchiveDeployment Result

The following output properties are available:

CreatedAt string
The time at which the Archive Deployment was created in milliseconds since the epoch.
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}.
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.
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}.
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.
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}.
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.
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}.
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.
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}.
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.
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}.
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

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