gcp.apigee.KeystoresAliasesKeyCertFile
Explore with Pulumi AI
An alias from a key/certificate pair.
To get more information about KeystoresAliasesKeyCertFile, see:
- API documentation
- How-to Guides
Create KeystoresAliasesKeyCertFile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KeystoresAliasesKeyCertFile(name: string, args: KeystoresAliasesKeyCertFileArgs, opts?: CustomResourceOptions);
@overload
def KeystoresAliasesKeyCertFile(resource_name: str,
args: KeystoresAliasesKeyCertFileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def KeystoresAliasesKeyCertFile(resource_name: str,
opts: Optional[ResourceOptions] = None,
alias: Optional[str] = None,
cert: Optional[str] = None,
environment: Optional[str] = None,
keystore: Optional[str] = None,
org_id: Optional[str] = None,
key: Optional[str] = None,
password: Optional[str] = None,
timeouts: Optional[KeystoresAliasesKeyCertFileTimeoutsArgs] = None)
func NewKeystoresAliasesKeyCertFile(ctx *Context, name string, args KeystoresAliasesKeyCertFileArgs, opts ...ResourceOption) (*KeystoresAliasesKeyCertFile, error)
public KeystoresAliasesKeyCertFile(string name, KeystoresAliasesKeyCertFileArgs args, CustomResourceOptions? opts = null)
public KeystoresAliasesKeyCertFile(String name, KeystoresAliasesKeyCertFileArgs args)
public KeystoresAliasesKeyCertFile(String name, KeystoresAliasesKeyCertFileArgs args, CustomResourceOptions options)
type: gcp:apigee:KeystoresAliasesKeyCertFile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args KeystoresAliasesKeyCertFileArgs
- 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 KeystoresAliasesKeyCertFileArgs
- 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 KeystoresAliasesKeyCertFileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KeystoresAliasesKeyCertFileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KeystoresAliasesKeyCertFileArgs
- 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 keystoresAliasesKeyCertFileResource = new Gcp.Apigee.KeystoresAliasesKeyCertFile("keystoresAliasesKeyCertFileResource", new()
{
Alias = "string",
Cert = "string",
Environment = "string",
Keystore = "string",
OrgId = "string",
Key = "string",
Password = "string",
Timeouts = new Gcp.Apigee.Inputs.KeystoresAliasesKeyCertFileTimeoutsArgs
{
Create = "string",
Delete = "string",
Read = "string",
Update = "string",
},
});
example, err := apigee.NewKeystoresAliasesKeyCertFile(ctx, "keystoresAliasesKeyCertFileResource", &apigee.KeystoresAliasesKeyCertFileArgs{
Alias: pulumi.String("string"),
Cert: pulumi.String("string"),
Environment: pulumi.String("string"),
Keystore: pulumi.String("string"),
OrgId: pulumi.String("string"),
Key: pulumi.String("string"),
Password: pulumi.String("string"),
Timeouts: &apigee.KeystoresAliasesKeyCertFileTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Read: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var keystoresAliasesKeyCertFileResource = new KeystoresAliasesKeyCertFile("keystoresAliasesKeyCertFileResource", KeystoresAliasesKeyCertFileArgs.builder()
.alias("string")
.cert("string")
.environment("string")
.keystore("string")
.orgId("string")
.key("string")
.password("string")
.timeouts(KeystoresAliasesKeyCertFileTimeoutsArgs.builder()
.create("string")
.delete("string")
.read("string")
.update("string")
.build())
.build());
keystores_aliases_key_cert_file_resource = gcp.apigee.KeystoresAliasesKeyCertFile("keystoresAliasesKeyCertFileResource",
alias="string",
cert="string",
environment="string",
keystore="string",
org_id="string",
key="string",
password="string",
timeouts={
"create": "string",
"delete": "string",
"read": "string",
"update": "string",
})
const keystoresAliasesKeyCertFileResource = new gcp.apigee.KeystoresAliasesKeyCertFile("keystoresAliasesKeyCertFileResource", {
alias: "string",
cert: "string",
environment: "string",
keystore: "string",
orgId: "string",
key: "string",
password: "string",
timeouts: {
create: "string",
"delete": "string",
read: "string",
update: "string",
},
});
type: gcp:apigee:KeystoresAliasesKeyCertFile
properties:
alias: string
cert: string
environment: string
key: string
keystore: string
orgId: string
password: string
timeouts:
create: string
delete: string
read: string
update: string
KeystoresAliasesKeyCertFile 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 KeystoresAliasesKeyCertFile resource accepts the following input properties:
- Alias string
- Alias Name
- Cert string
- Cert content
- Environment string
- Environment associated with the alias
- Keystore string
- Keystore Name
- Org
Id string - Organization ID associated with the alias, without organization/ prefix
- Key string
- Private Key content, omit if uploading to truststore
- Password string
- Password for the Private Key if it's encrypted
- Timeouts
Keystores
Aliases Key Cert File Timeouts
- Alias string
- Alias Name
- Cert string
- Cert content
- Environment string
- Environment associated with the alias
- Keystore string
- Keystore Name
- Org
Id string - Organization ID associated with the alias, without organization/ prefix
- Key string
- Private Key content, omit if uploading to truststore
- Password string
- Password for the Private Key if it's encrypted
- Timeouts
Keystores
Aliases Key Cert File Timeouts Args
- alias String
- Alias Name
- cert String
- Cert content
- environment String
- Environment associated with the alias
- keystore String
- Keystore Name
- org
Id String - Organization ID associated with the alias, without organization/ prefix
- key String
- Private Key content, omit if uploading to truststore
- password String
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts
- alias string
- Alias Name
- cert string
- Cert content
- environment string
- Environment associated with the alias
- keystore string
- Keystore Name
- org
Id string - Organization ID associated with the alias, without organization/ prefix
- key string
- Private Key content, omit if uploading to truststore
- password string
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts
- alias str
- Alias Name
- cert str
- Cert content
- environment str
- Environment associated with the alias
- keystore str
- Keystore Name
- org_
id str - Organization ID associated with the alias, without organization/ prefix
- key str
- Private Key content, omit if uploading to truststore
- password str
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts Args
- alias String
- Alias Name
- cert String
- Cert content
- environment String
- Environment associated with the alias
- keystore String
- Keystore Name
- org
Id String - Organization ID associated with the alias, without organization/ prefix
- key String
- Private Key content, omit if uploading to truststore
- password String
- Password for the Private Key if it's encrypted
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the KeystoresAliasesKeyCertFile resource produces the following output properties:
- Certs
Infos List<KeystoresAliases Key Cert File Certs Info> - Chain of certificates under this alias. Structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Optional.Type of Alias
- Certs
Infos []KeystoresAliases Key Cert File Certs Info - Chain of certificates under this alias. Structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Optional.Type of Alias
- certs
Infos List<KeystoresAliases Key Cert File Certs Info> - Chain of certificates under this alias. Structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- type String
- Optional.Type of Alias
- certs
Infos KeystoresAliases Key Cert File Certs Info[] - Chain of certificates under this alias. Structure is documented below.
- id string
- The provider-assigned unique ID for this managed resource.
- type string
- Optional.Type of Alias
- certs_
infos Sequence[KeystoresAliases Key Cert File Certs Info] - Chain of certificates under this alias. Structure is documented below.
- id str
- The provider-assigned unique ID for this managed resource.
- type str
- Optional.Type of Alias
- certs
Infos List<Property Map> - Chain of certificates under this alias. Structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- type String
- Optional.Type of Alias
Look up Existing KeystoresAliasesKeyCertFile Resource
Get an existing KeystoresAliasesKeyCertFile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: KeystoresAliasesKeyCertFileState, opts?: CustomResourceOptions): KeystoresAliasesKeyCertFile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alias: Optional[str] = None,
cert: Optional[str] = None,
certs_infos: Optional[Sequence[KeystoresAliasesKeyCertFileCertsInfoArgs]] = None,
environment: Optional[str] = None,
key: Optional[str] = None,
keystore: Optional[str] = None,
org_id: Optional[str] = None,
password: Optional[str] = None,
timeouts: Optional[KeystoresAliasesKeyCertFileTimeoutsArgs] = None,
type: Optional[str] = None) -> KeystoresAliasesKeyCertFile
func GetKeystoresAliasesKeyCertFile(ctx *Context, name string, id IDInput, state *KeystoresAliasesKeyCertFileState, opts ...ResourceOption) (*KeystoresAliasesKeyCertFile, error)
public static KeystoresAliasesKeyCertFile Get(string name, Input<string> id, KeystoresAliasesKeyCertFileState? state, CustomResourceOptions? opts = null)
public static KeystoresAliasesKeyCertFile get(String name, Output<String> id, KeystoresAliasesKeyCertFileState state, CustomResourceOptions options)
resources: _: type: gcp:apigee:KeystoresAliasesKeyCertFile get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Alias string
- Alias Name
- Cert string
- Cert content
- Certs
Infos List<KeystoresAliases Key Cert File Certs Info> - Chain of certificates under this alias. Structure is documented below.
- Environment string
- Environment associated with the alias
- Key string
- Private Key content, omit if uploading to truststore
- Keystore string
- Keystore Name
- Org
Id string - Organization ID associated with the alias, without organization/ prefix
- Password string
- Password for the Private Key if it's encrypted
- Timeouts
Keystores
Aliases Key Cert File Timeouts - Type string
- Optional.Type of Alias
- Alias string
- Alias Name
- Cert string
- Cert content
- Certs
Infos []KeystoresAliases Key Cert File Certs Info Args - Chain of certificates under this alias. Structure is documented below.
- Environment string
- Environment associated with the alias
- Key string
- Private Key content, omit if uploading to truststore
- Keystore string
- Keystore Name
- Org
Id string - Organization ID associated with the alias, without organization/ prefix
- Password string
- Password for the Private Key if it's encrypted
- Timeouts
Keystores
Aliases Key Cert File Timeouts Args - Type string
- Optional.Type of Alias
- alias String
- Alias Name
- cert String
- Cert content
- certs
Infos List<KeystoresAliases Key Cert File Certs Info> - Chain of certificates under this alias. Structure is documented below.
- environment String
- Environment associated with the alias
- key String
- Private Key content, omit if uploading to truststore
- keystore String
- Keystore Name
- org
Id String - Organization ID associated with the alias, without organization/ prefix
- password String
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts - type String
- Optional.Type of Alias
- alias string
- Alias Name
- cert string
- Cert content
- certs
Infos KeystoresAliases Key Cert File Certs Info[] - Chain of certificates under this alias. Structure is documented below.
- environment string
- Environment associated with the alias
- key string
- Private Key content, omit if uploading to truststore
- keystore string
- Keystore Name
- org
Id string - Organization ID associated with the alias, without organization/ prefix
- password string
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts - type string
- Optional.Type of Alias
- alias str
- Alias Name
- cert str
- Cert content
- certs_
infos Sequence[KeystoresAliases Key Cert File Certs Info Args] - Chain of certificates under this alias. Structure is documented below.
- environment str
- Environment associated with the alias
- key str
- Private Key content, omit if uploading to truststore
- keystore str
- Keystore Name
- org_
id str - Organization ID associated with the alias, without organization/ prefix
- password str
- Password for the Private Key if it's encrypted
- timeouts
Keystores
Aliases Key Cert File Timeouts Args - type str
- Optional.Type of Alias
- alias String
- Alias Name
- cert String
- Cert content
- certs
Infos List<Property Map> - Chain of certificates under this alias. Structure is documented below.
- environment String
- Environment associated with the alias
- key String
- Private Key content, omit if uploading to truststore
- keystore String
- Keystore Name
- org
Id String - Organization ID associated with the alias, without organization/ prefix
- password String
- Password for the Private Key if it's encrypted
- timeouts Property Map
- type String
- Optional.Type of Alias
Supporting Types
KeystoresAliasesKeyCertFileCertsInfo, KeystoresAliasesKeyCertFileCertsInfoArgs
- Basic
Constraints string - (Output) X.509 basic constraints extension.
- Expiry
Date string - (Output) X.509 notAfter validity period in milliseconds since epoch.
- Is
Valid string - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- Issuer string
- (Output) X.509 issuer.
- Public
Key string - (Output) Public key component of the X.509 subject public key info.
- Serial
Number string - (Output) X.509 serial number.
- Sig
Alg stringName - (Output) X.509 signatureAlgorithm.
- Subject string
- (Output) X.509 subject.
- Subject
Alternative List<string>Names - (Output) X.509 subject alternative names (SANs) extension.
- Valid
From string - (Output) X.509 notBefore validity period in milliseconds since epoch.
- Version int
- (Output) X.509 version.
- Basic
Constraints string - (Output) X.509 basic constraints extension.
- Expiry
Date string - (Output) X.509 notAfter validity period in milliseconds since epoch.
- Is
Valid string - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- Issuer string
- (Output) X.509 issuer.
- Public
Key string - (Output) Public key component of the X.509 subject public key info.
- Serial
Number string - (Output) X.509 serial number.
- Sig
Alg stringName - (Output) X.509 signatureAlgorithm.
- Subject string
- (Output) X.509 subject.
- Subject
Alternative []stringNames - (Output) X.509 subject alternative names (SANs) extension.
- Valid
From string - (Output) X.509 notBefore validity period in milliseconds since epoch.
- Version int
- (Output) X.509 version.
- basic
Constraints String - (Output) X.509 basic constraints extension.
- expiry
Date String - (Output) X.509 notAfter validity period in milliseconds since epoch.
- is
Valid String - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- issuer String
- (Output) X.509 issuer.
- public
Key String - (Output) Public key component of the X.509 subject public key info.
- serial
Number String - (Output) X.509 serial number.
- sig
Alg StringName - (Output) X.509 signatureAlgorithm.
- subject String
- (Output) X.509 subject.
- subject
Alternative List<String>Names - (Output) X.509 subject alternative names (SANs) extension.
- valid
From String - (Output) X.509 notBefore validity period in milliseconds since epoch.
- version Integer
- (Output) X.509 version.
- basic
Constraints string - (Output) X.509 basic constraints extension.
- expiry
Date string - (Output) X.509 notAfter validity period in milliseconds since epoch.
- is
Valid string - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- issuer string
- (Output) X.509 issuer.
- public
Key string - (Output) Public key component of the X.509 subject public key info.
- serial
Number string - (Output) X.509 serial number.
- sig
Alg stringName - (Output) X.509 signatureAlgorithm.
- subject string
- (Output) X.509 subject.
- subject
Alternative string[]Names - (Output) X.509 subject alternative names (SANs) extension.
- valid
From string - (Output) X.509 notBefore validity period in milliseconds since epoch.
- version number
- (Output) X.509 version.
- basic_
constraints str - (Output) X.509 basic constraints extension.
- expiry_
date str - (Output) X.509 notAfter validity period in milliseconds since epoch.
- is_
valid str - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- issuer str
- (Output) X.509 issuer.
- public_
key str - (Output) Public key component of the X.509 subject public key info.
- serial_
number str - (Output) X.509 serial number.
- sig_
alg_ strname - (Output) X.509 signatureAlgorithm.
- subject str
- (Output) X.509 subject.
- subject_
alternative_ Sequence[str]names - (Output) X.509 subject alternative names (SANs) extension.
- valid_
from str - (Output) X.509 notBefore validity period in milliseconds since epoch.
- version int
- (Output) X.509 version.
- basic
Constraints String - (Output) X.509 basic constraints extension.
- expiry
Date String - (Output) X.509 notAfter validity period in milliseconds since epoch.
- is
Valid String - (Output) Flag that specifies whether the certificate is valid. Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
- issuer String
- (Output) X.509 issuer.
- public
Key String - (Output) Public key component of the X.509 subject public key info.
- serial
Number String - (Output) X.509 serial number.
- sig
Alg StringName - (Output) X.509 signatureAlgorithm.
- subject String
- (Output) X.509 subject.
- subject
Alternative List<String>Names - (Output) X.509 subject alternative names (SANs) extension.
- valid
From String - (Output) X.509 notBefore validity period in milliseconds since epoch.
- version Number
- (Output) X.509 version.
KeystoresAliasesKeyCertFileTimeouts, KeystoresAliasesKeyCertFileTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Import
KeystoresAliasesKeyCertFile can be imported using any of these accepted formats:
organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}
{{org_id}}/{{environment}}/{{keystore}}/{{alias}}
When using the pulumi import
command, KeystoresAliasesKeyCertFile can be imported using one of the formats above. For example:
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.