google-native.apigee/v1.getArchiveDeployment
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>
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]
func LookupArchiveDeployment(ctx *Context, args *LookupArchiveDeploymentArgs, opts ...InvokeOption) (*LookupArchiveDeploymentResult, error)
func LookupArchiveDeploymentOutput(ctx *Context, args *LookupArchiveDeploymentOutputArgs, opts ...InvokeOption) LookupArchiveDeploymentResultOutput
> 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)
}
public static CompletableFuture<GetArchiveDeploymentResult> getArchiveDeployment(GetArchiveDeploymentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:apigee/v1:getArchiveDeployment
arguments:
# arguments dictionary
The following arguments are supported:
- Archive
Deployment stringId - Environment
Id string - Organization
Id string
- Archive
Deployment stringId - Environment
Id string - Organization
Id string
- archive
Deployment StringId - environment
Id String - organization
Id String
- archive
Deployment stringId - environment
Id string - organization
Id string
- archive
Deployment StringId - environment
Id String - organization
Id String
getArchiveDeployment Result
The following output properties are available:
- Created
At string The time at which the Archive Deployment was created in milliseconds since the epoch.
- Gcs
Uri 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}
- Updated
At string The time at which the Archive Deployment was updated in milliseconds since the epoch.
- Created
At string The time at which the Archive Deployment was created in milliseconds since the epoch.
- Gcs
Uri 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}
- Updated
At string The time at which the Archive Deployment was updated in milliseconds since the epoch.
- created
At String The time at which the Archive Deployment was created in milliseconds since the epoch.
- gcs
Uri 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}
- updated
At String The time at which the Archive Deployment was updated in milliseconds since the epoch.
- created
At string The time at which the Archive Deployment was created in milliseconds since the epoch.
- gcs
Uri 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}
- updated
At 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.
- created
At String The time at which the Archive Deployment was created in milliseconds since the epoch.
- gcs
Uri 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}
- updated
At 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