Documentation ¶
Index ¶
- func NewPkiSecretBackendIntermediateCertRequest_Override(p PkiSecretBackendIntermediateCertRequest, scope constructs.Construct, ...)
- func PkiSecretBackendIntermediateCertRequest_IsConstruct(x interface{}) *bool
- func PkiSecretBackendIntermediateCertRequest_IsTerraformElement(x interface{}) *bool
- func PkiSecretBackendIntermediateCertRequest_IsTerraformResource(x interface{}) *bool
- func PkiSecretBackendIntermediateCertRequest_TfResourceType() *string
- type PkiSecretBackendIntermediateCertRequest
- type PkiSecretBackendIntermediateCertRequestConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPkiSecretBackendIntermediateCertRequest_Override ¶
func NewPkiSecretBackendIntermediateCertRequest_Override(p PkiSecretBackendIntermediateCertRequest, scope constructs.Construct, id *string, config *PkiSecretBackendIntermediateCertRequestConfig)
Create a new {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request vault_pki_secret_backend_intermediate_cert_request} Resource.
func PkiSecretBackendIntermediateCertRequest_IsConstruct ¶
func PkiSecretBackendIntermediateCertRequest_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 PkiSecretBackendIntermediateCertRequest_IsTerraformElement ¶
func PkiSecretBackendIntermediateCertRequest_IsTerraformElement(x interface{}) *bool
Experimental.
func PkiSecretBackendIntermediateCertRequest_IsTerraformResource ¶
func PkiSecretBackendIntermediateCertRequest_IsTerraformResource(x interface{}) *bool
Experimental.
func PkiSecretBackendIntermediateCertRequest_TfResourceType ¶
func PkiSecretBackendIntermediateCertRequest_TfResourceType() *string
Types ¶
type PkiSecretBackendIntermediateCertRequest ¶
type PkiSecretBackendIntermediateCertRequest interface { cdktf.TerraformResource AddBasicConstraints() interface{} SetAddBasicConstraints(val interface{}) AddBasicConstraintsInput() interface{} AltNames() *[]*string SetAltNames(val *[]*string) AltNamesInput() *[]*string Backend() *string SetBackend(val *string) BackendInput() *string // Experimental. CdktfStack() cdktf.TerraformStack CommonName() *string SetCommonName(val *string) CommonNameInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) Country() *string SetCountry(val *string) CountryInput() *string Csr() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) ExcludeCnFromSans() interface{} SetExcludeCnFromSans(val interface{}) ExcludeCnFromSansInput() interface{} // 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 KeyBits() *float64 SetKeyBits(val *float64) KeyBitsInput() *float64 KeyType() *string SetKeyType(val *string) KeyTypeInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Locality() *string SetLocality(val *string) LocalityInput() *string ManagedKeyId() *string SetManagedKeyId(val *string) ManagedKeyIdInput() *string ManagedKeyName() *string SetManagedKeyName(val *string) ManagedKeyNameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string // The tree node. Node() constructs.Node Organization() *string SetOrganization(val *string) OrganizationInput() *string OtherSans() *[]*string SetOtherSans(val *[]*string) OtherSansInput() *[]*string Ou() *string SetOu(val *string) OuInput() *string PostalCode() *string SetPostalCode(val *string) PostalCodeInput() *string PrivateKey() *string PrivateKeyFormat() *string SetPrivateKeyFormat(val *string) PrivateKeyFormatInput() *string PrivateKeyType() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) Province() *string SetProvince(val *string) ProvinceInput() *string // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} StreetAddress() *string SetStreetAddress(val *string) StreetAddressInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Type() *string SetType(val *string) TypeInput() *string UriSans() *[]*string SetUriSans(val *[]*string) UriSansInput() *[]*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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetAddBasicConstraints() ResetAltNames() ResetCountry() ResetExcludeCnFromSans() ResetFormat() ResetId() ResetIpSans() ResetKeyBits() ResetKeyType() ResetLocality() ResetManagedKeyId() ResetManagedKeyName() ResetNamespace() ResetOrganization() ResetOtherSans() ResetOu() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPostalCode() ResetPrivateKeyFormat() ResetProvince() ResetStreetAddress() ResetUriSans() SynthesizeAttributes() *map[string]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://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request vault_pki_secret_backend_intermediate_cert_request}.
func NewPkiSecretBackendIntermediateCertRequest ¶
func NewPkiSecretBackendIntermediateCertRequest(scope constructs.Construct, id *string, config *PkiSecretBackendIntermediateCertRequestConfig) PkiSecretBackendIntermediateCertRequest
Create a new {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request vault_pki_secret_backend_intermediate_cert_request} Resource.
type PkiSecretBackendIntermediateCertRequestConfig ¶
type PkiSecretBackendIntermediateCertRequestConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#backend PkiSecretBackendIntermediateCertRequest#backend} Backend *string `field:"required" json:"backend" yaml:"backend"` // CN of intermediate to create. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#common_name PkiSecretBackendIntermediateCertRequest#common_name} CommonName *string `field:"required" json:"commonName" yaml:"commonName"` // Type of intermediate to create. Must be either "exported" or "internal". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#type PkiSecretBackendIntermediateCertRequest#type} Type *string `field:"required" json:"type" yaml:"type"` // Set 'CA: true' in a Basic Constraints extension. // // Only needed as // a workaround in some compatibility scenarios with Active Directory Certificate Services. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#add_basic_constraints PkiSecretBackendIntermediateCertRequest#add_basic_constraints} AddBasicConstraints interface{} `field:"optional" json:"addBasicConstraints" yaml:"addBasicConstraints"` // List of alternative names. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#alt_names PkiSecretBackendIntermediateCertRequest#alt_names} AltNames *[]*string `field:"optional" json:"altNames" yaml:"altNames"` // The country. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#country PkiSecretBackendIntermediateCertRequest#country} Country *string `field:"optional" json:"country" yaml:"country"` // Flag to exclude CN from SANs. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#exclude_cn_from_sans PkiSecretBackendIntermediateCertRequest#exclude_cn_from_sans} ExcludeCnFromSans interface{} `field:"optional" json:"excludeCnFromSans" yaml:"excludeCnFromSans"` // The format of data. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#format PkiSecretBackendIntermediateCertRequest#format} Format *string `field:"optional" json:"format" yaml:"format"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#id PkiSecretBackendIntermediateCertRequest#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://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#ip_sans PkiSecretBackendIntermediateCertRequest#ip_sans} IpSans *[]*string `field:"optional" json:"ipSans" yaml:"ipSans"` // The number of bits to use. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#key_bits PkiSecretBackendIntermediateCertRequest#key_bits} KeyBits *float64 `field:"optional" json:"keyBits" yaml:"keyBits"` // The desired key type. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#key_type PkiSecretBackendIntermediateCertRequest#key_type} KeyType *string `field:"optional" json:"keyType" yaml:"keyType"` // The locality. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#locality PkiSecretBackendIntermediateCertRequest#locality} Locality *string `field:"optional" json:"locality" yaml:"locality"` // The ID of the previously configured managed key. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#managed_key_id PkiSecretBackendIntermediateCertRequest#managed_key_id} ManagedKeyId *string `field:"optional" json:"managedKeyId" yaml:"managedKeyId"` // The name of the previously configured managed key. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#managed_key_name PkiSecretBackendIntermediateCertRequest#managed_key_name} ManagedKeyName *string `field:"optional" json:"managedKeyName" yaml:"managedKeyName"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#namespace PkiSecretBackendIntermediateCertRequest#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // The organization. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#organization PkiSecretBackendIntermediateCertRequest#organization} Organization *string `field:"optional" json:"organization" yaml:"organization"` // List of other SANs. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#other_sans PkiSecretBackendIntermediateCertRequest#other_sans} OtherSans *[]*string `field:"optional" json:"otherSans" yaml:"otherSans"` // The organization unit. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#ou PkiSecretBackendIntermediateCertRequest#ou} Ou *string `field:"optional" json:"ou" yaml:"ou"` // The postal code. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#postal_code PkiSecretBackendIntermediateCertRequest#postal_code} PostalCode *string `field:"optional" json:"postalCode" yaml:"postalCode"` // The private key format. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#private_key_format PkiSecretBackendIntermediateCertRequest#private_key_format} PrivateKeyFormat *string `field:"optional" json:"privateKeyFormat" yaml:"privateKeyFormat"` // The province. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#province PkiSecretBackendIntermediateCertRequest#province} Province *string `field:"optional" json:"province" yaml:"province"` // The street address. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#street_address PkiSecretBackendIntermediateCertRequest#street_address} StreetAddress *string `field:"optional" json:"streetAddress" yaml:"streetAddress"` // List of alternative URIs. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/pki_secret_backend_intermediate_cert_request#uri_sans PkiSecretBackendIntermediateCertRequest#uri_sans} UriSans *[]*string `field:"optional" json:"uriSans" yaml:"uriSans"` }
Source Files ¶
- pkisecretbackendintermediatecertrequest.go
- pkisecretbackendintermediatecertrequest_PkiSecretBackendIntermediateCertRequest.go
- pkisecretbackendintermediatecertrequest_PkiSecretBackendIntermediateCertRequestConfig.go
- pkisecretbackendintermediatecertrequest_PkiSecretBackendIntermediateCertRequest__runtime_type_checks.go