Documentation ¶
Index ¶
- func GoogleApigeeKeystoresAliasesKeyCertFile_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleApigeeKeystoresAliasesKeyCertFile_IsConstruct(x interface{}) *bool
- func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformElement(x interface{}) *bool
- func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformResource(x interface{}) *bool
- func GoogleApigeeKeystoresAliasesKeyCertFile_TfResourceType() *string
- func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList, ...)
- func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference, ...)
- func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference, ...)
- func NewGoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference, ...)
- func NewGoogleApigeeKeystoresAliasesKeyCertFile_Override(g GoogleApigeeKeystoresAliasesKeyCertFile, scope constructs.Construct, ...)
- type GoogleApigeeKeystoresAliasesKeyCertFile
- type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo
- type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo
- type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList
- type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference
- type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference
- type GoogleApigeeKeystoresAliasesKeyCertFileConfig
- type GoogleApigeeKeystoresAliasesKeyCertFileTimeouts
- type GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_GenerateConfigForImport ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleApigeeKeystoresAliasesKeyCertFile resource upon running "cdktf plan <stack-name>".
func GoogleApigeeKeystoresAliasesKeyCertFile_IsConstruct ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformElement ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformResource ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleApigeeKeystoresAliasesKeyCertFile_TfResourceType ¶
func GoogleApigeeKeystoresAliasesKeyCertFile_TfResourceType() *string
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList_Override ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference_Override ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference_Override ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference_Override ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference_Override(g GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleApigeeKeystoresAliasesKeyCertFile_Override ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFile_Override(g GoogleApigeeKeystoresAliasesKeyCertFile, scope constructs.Construct, id *string, config *GoogleApigeeKeystoresAliasesKeyCertFileConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file google_apigee_keystores_aliases_key_cert_file} Resource.
Types ¶
type GoogleApigeeKeystoresAliasesKeyCertFile ¶
type GoogleApigeeKeystoresAliasesKeyCertFile interface { cdktf.TerraformResource Alias() *string SetAlias(val *string) AliasInput() *string // Experimental. CdktfStack() cdktf.TerraformStack Cert() *string SetCert(val *string) CertInput() *string CertsInfo() GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference CertsInfoInput() *GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Environment() *string SetEnvironment(val *string) EnvironmentInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Key() *string SetKey(val *string) KeyInput() *string Keystore() *string SetKeystore(val *string) KeystoreInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node OrgId() *string SetOrgId(val *string) OrgIdInput() *string Password() *string SetPassword(val *string) PasswordInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference TimeoutsInput() interface{} Type() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCertsInfo(value *GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo) PutTimeouts(value *GoogleApigeeKeystoresAliasesKeyCertFileTimeouts) ResetCertsInfo() ResetId() ResetKey() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPassword() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file google_apigee_keystores_aliases_key_cert_file}.
func NewGoogleApigeeKeystoresAliasesKeyCertFile ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFile(scope constructs.Construct, id *string, config *GoogleApigeeKeystoresAliasesKeyCertFileConfig) GoogleApigeeKeystoresAliasesKeyCertFile
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file google_apigee_keystores_aliases_key_cert_file} Resource.
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo ¶
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo struct { // cert_info block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#cert_info GoogleApigeeKeystoresAliasesKeyCertFile#cert_info} CertInfo interface{} `field:"optional" json:"certInfo" yaml:"certInfo"` }
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo ¶
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo struct { // X.509 basic constraints extension. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#basic_constraints GoogleApigeeKeystoresAliasesKeyCertFile#basic_constraints} BasicConstraints *string `field:"optional" json:"basicConstraints" yaml:"basicConstraints"` // X.509 notAfter validity period in milliseconds since epoch. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#expiry_date GoogleApigeeKeystoresAliasesKeyCertFile#expiry_date} ExpiryDate *string `field:"optional" json:"expiryDate" yaml:"expiryDate"` // X.509 issuer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#issuer GoogleApigeeKeystoresAliasesKeyCertFile#issuer} Issuer *string `field:"optional" json:"issuer" yaml:"issuer"` // 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. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#is_valid GoogleApigeeKeystoresAliasesKeyCertFile#is_valid} IsValid *string `field:"optional" json:"isValid" yaml:"isValid"` // Public key component of the X.509 subject public key info. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#public_key GoogleApigeeKeystoresAliasesKeyCertFile#public_key} PublicKey *string `field:"optional" json:"publicKey" yaml:"publicKey"` // X.509 serial number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#serial_number GoogleApigeeKeystoresAliasesKeyCertFile#serial_number} SerialNumber *string `field:"optional" json:"serialNumber" yaml:"serialNumber"` // X.509 signatureAlgorithm. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#sig_alg_name GoogleApigeeKeystoresAliasesKeyCertFile#sig_alg_name} SigAlgName *string `field:"optional" json:"sigAlgName" yaml:"sigAlgName"` // X.509 subject. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#subject GoogleApigeeKeystoresAliasesKeyCertFile#subject} Subject *string `field:"optional" json:"subject" yaml:"subject"` // X.509 subject alternative names (SANs) extension. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#subject_alternative_names GoogleApigeeKeystoresAliasesKeyCertFile#subject_alternative_names} SubjectAlternativeNames *[]*string `field:"optional" json:"subjectAlternativeNames" yaml:"subjectAlternativeNames"` // X.509 notBefore validity period in milliseconds since epoch. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#valid_from GoogleApigeeKeystoresAliasesKeyCertFile#valid_from} ValidFrom *string `field:"optional" json:"validFrom" yaml:"validFrom"` // X.509 version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#version GoogleApigeeKeystoresAliasesKeyCertFile#version} Version *float64 `field:"optional" json:"version" yaml:"version"` }
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList ¶
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference ¶
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference interface { cdktf.ComplexObject BasicConstraints() *string SetBasicConstraints(val *string) BasicConstraintsInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string ExpiryDate() *string SetExpiryDate(val *string) ExpiryDateInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Issuer() *string SetIssuer(val *string) IssuerInput() *string IsValid() *string SetIsValid(val *string) IsValidInput() *string PublicKey() *string SetPublicKey(val *string) PublicKeyInput() *string SerialNumber() *string SetSerialNumber(val *string) SerialNumberInput() *string SigAlgName() *string SetSigAlgName(val *string) SigAlgNameInput() *string Subject() *string SetSubject(val *string) SubjectAlternativeNames() *[]*string SetSubjectAlternativeNames(val *[]*string) SubjectAlternativeNamesInput() *[]*string SubjectInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ValidFrom() *string SetValidFrom(val *string) ValidFromInput() *string Version() *float64 SetVersion(val *float64) VersionInput() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetBasicConstraints() ResetExpiryDate() ResetIssuer() ResetIsValid() ResetPublicKey() ResetSerialNumber() ResetSigAlgName() ResetSubject() ResetSubjectAlternativeNames() ResetValidFrom() ResetVersion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference ¶
type GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference interface { cdktf.ComplexObject CertInfo() GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList CertInfoInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo SetInternalValue(val *GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutCertInfo(value interface{}) ResetCertInfo() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference
type GoogleApigeeKeystoresAliasesKeyCertFileConfig ¶
type GoogleApigeeKeystoresAliasesKeyCertFileConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Alias Name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#alias GoogleApigeeKeystoresAliasesKeyCertFile#alias} Alias *string `field:"required" json:"alias" yaml:"alias"` // Cert content. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#cert GoogleApigeeKeystoresAliasesKeyCertFile#cert} Cert *string `field:"required" json:"cert" yaml:"cert"` // Environment associated with the alias. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#environment GoogleApigeeKeystoresAliasesKeyCertFile#environment} Environment *string `field:"required" json:"environment" yaml:"environment"` // Keystore Name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#keystore GoogleApigeeKeystoresAliasesKeyCertFile#keystore} Keystore *string `field:"required" json:"keystore" yaml:"keystore"` // Organization ID associated with the alias. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#org_id GoogleApigeeKeystoresAliasesKeyCertFile#org_id} OrgId *string `field:"required" json:"orgId" yaml:"orgId"` // certs_info block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#certs_info GoogleApigeeKeystoresAliasesKeyCertFile#certs_info} CertsInfo *GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo `field:"optional" json:"certsInfo" yaml:"certsInfo"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#id GoogleApigeeKeystoresAliasesKeyCertFile#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Private Key content, omit if uploading to truststore. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#key GoogleApigeeKeystoresAliasesKeyCertFile#key} Key *string `field:"optional" json:"key" yaml:"key"` // Password for the Private Key if it's encrypted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#password GoogleApigeeKeystoresAliasesKeyCertFile#password} Password *string `field:"optional" json:"password" yaml:"password"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#timeouts GoogleApigeeKeystoresAliasesKeyCertFile#timeouts} Timeouts *GoogleApigeeKeystoresAliasesKeyCertFileTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleApigeeKeystoresAliasesKeyCertFileTimeouts ¶
type GoogleApigeeKeystoresAliasesKeyCertFileTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#create GoogleApigeeKeystoresAliasesKeyCertFile#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#delete GoogleApigeeKeystoresAliasesKeyCertFile#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#read GoogleApigeeKeystoresAliasesKeyCertFile#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.7.0/docs/resources/google_apigee_keystores_aliases_key_cert_file#update GoogleApigeeKeystoresAliasesKeyCertFile#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference ¶
type GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference ¶
func NewGoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference
Source Files ¶
- GoogleApigeeKeystoresAliasesKeyCertFile.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfo.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoList__checks.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfoOutputReference__checks.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference.go
- GoogleApigeeKeystoresAliasesKeyCertFileCertsInfoOutputReference__checks.go
- GoogleApigeeKeystoresAliasesKeyCertFileConfig.go
- GoogleApigeeKeystoresAliasesKeyCertFileTimeouts.go
- GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference.go
- GoogleApigeeKeystoresAliasesKeyCertFileTimeoutsOutputReference__checks.go
- GoogleApigeeKeystoresAliasesKeyCertFile__checks.go
- main.go