Documentation
¶
Index ¶
- func NewPkiSecretBackendSign_Override(p PkiSecretBackendSign, scope constructs.Construct, id *string, ...)
- func PkiSecretBackendSign_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func PkiSecretBackendSign_IsConstruct(x interface{}) *bool
- func PkiSecretBackendSign_IsTerraformElement(x interface{}) *bool
- func PkiSecretBackendSign_IsTerraformResource(x interface{}) *bool
- func PkiSecretBackendSign_TfResourceType() *string
- type PkiSecretBackendSign
- type PkiSecretBackendSignConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPkiSecretBackendSign_Override ¶
func NewPkiSecretBackendSign_Override(p PkiSecretBackendSign, scope constructs.Construct, id *string, config *PkiSecretBackendSignConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign vault_pki_secret_backend_sign} Resource.
func PkiSecretBackendSign_GenerateConfigForImport ¶
func PkiSecretBackendSign_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a PkiSecretBackendSign resource upon running "cdktf plan <stack-name>".
func PkiSecretBackendSign_IsConstruct ¶
func PkiSecretBackendSign_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 PkiSecretBackendSign_IsTerraformElement ¶
func PkiSecretBackendSign_IsTerraformElement(x interface{}) *bool
Experimental.
func PkiSecretBackendSign_IsTerraformResource ¶
func PkiSecretBackendSign_IsTerraformResource(x interface{}) *bool
Experimental.
func PkiSecretBackendSign_TfResourceType ¶
func PkiSecretBackendSign_TfResourceType() *string
Types ¶
type PkiSecretBackendSign ¶
type PkiSecretBackendSign interface { cdktf.TerraformResource AltNames() *[]*string SetAltNames(val *[]*string) AltNamesInput() *[]*string AutoRenew() interface{} SetAutoRenew(val interface{}) AutoRenewInput() interface{} Backend() *string SetBackend(val *string) BackendInput() *string CaChain() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack Certificate() *string CommonName() *string SetCommonName(val *string) CommonNameInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Csr() *string SetCsr(val *string) CsrInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) ExcludeCnFromSans() interface{} SetExcludeCnFromSans(val interface{}) ExcludeCnFromSansInput() interface{} Expiration() *float64 // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) Format() *string SetFormat(val *string) FormatInput() *string // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IpSans() *[]*string SetIpSans(val *[]*string) IpSansInput() *[]*string IssuerRef() *string SetIssuerRef(val *string) IssuerRefInput() *string IssuingCa() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MinSecondsRemaining() *float64 SetMinSecondsRemaining(val *float64) MinSecondsRemainingInput() *float64 Name() *string SetName(val *string) NameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string // The tree node. Node() constructs.Node OtherSans() *[]*string SetOtherSans(val *[]*string) OtherSansInput() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RenewPending() cdktf.IResolvable SerialNumber() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Ttl() *string SetTtl(val *string) TtlInput() *string UriSans() *[]*string SetUriSans(val *[]*string) UriSansInput() *[]*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) ResetAltNames() ResetAutoRenew() ResetExcludeCnFromSans() ResetFormat() ResetId() ResetIpSans() ResetIssuerRef() ResetMinSecondsRemaining() ResetNamespace() ResetOtherSans() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTtl() ResetUriSans() 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/vault/4.6.0/docs/resources/pki_secret_backend_sign vault_pki_secret_backend_sign}.
func NewPkiSecretBackendSign ¶
func NewPkiSecretBackendSign(scope constructs.Construct, id *string, config *PkiSecretBackendSignConfig) PkiSecretBackendSign
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign vault_pki_secret_backend_sign} Resource.
type PkiSecretBackendSignConfig ¶
type PkiSecretBackendSignConfig 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"` // The PKI secret backend the resource belongs to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#backend PkiSecretBackendSign#backend} Backend *string `field:"required" json:"backend" yaml:"backend"` // CN of intermediate to create. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#common_name PkiSecretBackendSign#common_name} CommonName *string `field:"required" json:"commonName" yaml:"commonName"` // The CSR. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#csr PkiSecretBackendSign#csr} Csr *string `field:"required" json:"csr" yaml:"csr"` // Name of the role to create the certificate against. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#name PkiSecretBackendSign#name} Name *string `field:"required" json:"name" yaml:"name"` // List of alternative names. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#alt_names PkiSecretBackendSign#alt_names} AltNames *[]*string `field:"optional" json:"altNames" yaml:"altNames"` // If enabled, a new certificate will be generated if the expiration is within min_seconds_remaining. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#auto_renew PkiSecretBackendSign#auto_renew} AutoRenew interface{} `field:"optional" json:"autoRenew" yaml:"autoRenew"` // Flag to exclude CN from SANs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#exclude_cn_from_sans PkiSecretBackendSign#exclude_cn_from_sans} ExcludeCnFromSans interface{} `field:"optional" json:"excludeCnFromSans" yaml:"excludeCnFromSans"` // The format of data. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#format PkiSecretBackendSign#format} Format *string `field:"optional" json:"format" yaml:"format"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#id PkiSecretBackendSign#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"` // List of alternative IPs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#ip_sans PkiSecretBackendSign#ip_sans} IpSans *[]*string `field:"optional" json:"ipSans" yaml:"ipSans"` // Specifies the default issuer of this request. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#issuer_ref PkiSecretBackendSign#issuer_ref} IssuerRef *string `field:"optional" json:"issuerRef" yaml:"issuerRef"` // Generate a new certificate when the expiration is within this number of seconds. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#min_seconds_remaining PkiSecretBackendSign#min_seconds_remaining} MinSecondsRemaining *float64 `field:"optional" json:"minSecondsRemaining" yaml:"minSecondsRemaining"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#namespace PkiSecretBackendSign#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // List of other SANs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#other_sans PkiSecretBackendSign#other_sans} OtherSans *[]*string `field:"optional" json:"otherSans" yaml:"otherSans"` // Time to live. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#ttl PkiSecretBackendSign#ttl} Ttl *string `field:"optional" json:"ttl" yaml:"ttl"` // List of alternative URIs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.6.0/docs/resources/pki_secret_backend_sign#uri_sans PkiSecretBackendSign#uri_sans} UriSans *[]*string `field:"optional" json:"uriSans" yaml:"uriSans"` }