Documentation ¶
Index ¶
- func DataVaultKubernetesAuthBackendConfig_IsConstruct(x interface{}) *bool
- func DataVaultKubernetesAuthBackendConfig_IsTerraformDataSource(x interface{}) *bool
- func DataVaultKubernetesAuthBackendConfig_IsTerraformElement(x interface{}) *bool
- func DataVaultKubernetesAuthBackendConfig_TfResourceType() *string
- func NewDataVaultKubernetesAuthBackendConfig_Override(d DataVaultKubernetesAuthBackendConfig, scope constructs.Construct, id *string, ...)
- type DataVaultKubernetesAuthBackendConfig
- type DataVaultKubernetesAuthBackendConfigConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataVaultKubernetesAuthBackendConfig_IsConstruct ¶
func DataVaultKubernetesAuthBackendConfig_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 DataVaultKubernetesAuthBackendConfig_IsTerraformDataSource ¶
func DataVaultKubernetesAuthBackendConfig_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataVaultKubernetesAuthBackendConfig_IsTerraformElement ¶
func DataVaultKubernetesAuthBackendConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func DataVaultKubernetesAuthBackendConfig_TfResourceType ¶
func DataVaultKubernetesAuthBackendConfig_TfResourceType() *string
func NewDataVaultKubernetesAuthBackendConfig_Override ¶
func NewDataVaultKubernetesAuthBackendConfig_Override(d DataVaultKubernetesAuthBackendConfig, scope constructs.Construct, id *string, config *DataVaultKubernetesAuthBackendConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config} Data Source.
Types ¶
type DataVaultKubernetesAuthBackendConfig ¶
type DataVaultKubernetesAuthBackendConfig interface { cdktf.TerraformDataSource Backend() *string SetBackend(val *string) BackendInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DisableIssValidation() interface{} SetDisableIssValidation(val interface{}) DisableIssValidationInput() interface{} DisableLocalCaJwt() interface{} SetDisableLocalCaJwt(val interface{}) DisableLocalCaJwtInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Issuer() *string SetIssuer(val *string) IssuerInput() *string KubernetesCaCert() *string SetKubernetesCaCert(val *string) KubernetesCaCertInput() *string KubernetesHost() *string SetKubernetesHost(val *string) KubernetesHostInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Namespace() *string SetNamespace(val *string) NamespaceInput() *string // The tree node. Node() constructs.Node PemKeys() *[]*string SetPemKeys(val *[]*string) PemKeysInput() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) ResetBackend() ResetDisableIssValidation() ResetDisableLocalCaJwt() ResetId() ResetIssuer() ResetKubernetesCaCert() ResetKubernetesHost() ResetNamespace() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPemKeys() 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://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config}.
func NewDataVaultKubernetesAuthBackendConfig ¶
func NewDataVaultKubernetesAuthBackendConfig(scope constructs.Construct, id *string, config *DataVaultKubernetesAuthBackendConfigConfig) DataVaultKubernetesAuthBackendConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config} Data Source.
type DataVaultKubernetesAuthBackendConfigConfig ¶
type DataVaultKubernetesAuthBackendConfigConfig 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"` // Unique name of the kubernetes backend to configure. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#backend DataVaultKubernetesAuthBackendConfig#backend} Backend *string `field:"optional" json:"backend" yaml:"backend"` // Optional disable JWT issuer validation. Allows to skip ISS validation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#disable_iss_validation DataVaultKubernetesAuthBackendConfig#disable_iss_validation} DisableIssValidation interface{} `field:"optional" json:"disableIssValidation" yaml:"disableIssValidation"` // Optional disable defaulting to the local CA cert and service account JWT when running in a Kubernetes pod. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#disable_local_ca_jwt DataVaultKubernetesAuthBackendConfig#disable_local_ca_jwt} DisableLocalCaJwt interface{} `field:"optional" json:"disableLocalCaJwt" yaml:"disableLocalCaJwt"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#id DataVaultKubernetesAuthBackendConfig#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"` // Optional JWT issuer. If no issuer is specified, kubernetes.io/serviceaccount will be used as the default issuer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#issuer DataVaultKubernetesAuthBackendConfig#issuer} Issuer *string `field:"optional" json:"issuer" yaml:"issuer"` // PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#kubernetes_ca_cert DataVaultKubernetesAuthBackendConfig#kubernetes_ca_cert} KubernetesCaCert *string `field:"optional" json:"kubernetesCaCert" yaml:"kubernetesCaCert"` // Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#kubernetes_host DataVaultKubernetesAuthBackendConfig#kubernetes_host} KubernetesHost *string `field:"optional" json:"kubernetesHost" yaml:"kubernetesHost"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#namespace DataVaultKubernetesAuthBackendConfig#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. // // If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/data-sources/kubernetes_auth_backend_config#pem_keys DataVaultKubernetesAuthBackendConfig#pem_keys} PemKeys *[]*string `field:"optional" json:"pemKeys" yaml:"pemKeys"` }