Documentation ¶
Index ¶
- func KubernetesAuthBackendConfig_IsConstruct(x interface{}) *bool
- func KubernetesAuthBackendConfig_IsTerraformElement(x interface{}) *bool
- func KubernetesAuthBackendConfig_IsTerraformResource(x interface{}) *bool
- func KubernetesAuthBackendConfig_TfResourceType() *string
- func NewKubernetesAuthBackendConfig_Override(k KubernetesAuthBackendConfig, scope constructs.Construct, id *string, ...)
- type KubernetesAuthBackendConfig
- type KubernetesAuthBackendConfigConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KubernetesAuthBackendConfig_IsConstruct ¶
func KubernetesAuthBackendConfig_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 KubernetesAuthBackendConfig_IsTerraformElement ¶
func KubernetesAuthBackendConfig_IsTerraformElement(x interface{}) *bool
Experimental.
func KubernetesAuthBackendConfig_IsTerraformResource ¶
func KubernetesAuthBackendConfig_IsTerraformResource(x interface{}) *bool
Experimental.
func KubernetesAuthBackendConfig_TfResourceType ¶
func KubernetesAuthBackendConfig_TfResourceType() *string
func NewKubernetesAuthBackendConfig_Override ¶
func NewKubernetesAuthBackendConfig_Override(k KubernetesAuthBackendConfig, scope constructs.Construct, id *string, config *KubernetesAuthBackendConfigConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/resources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config} Resource.
Types ¶
type KubernetesAuthBackendConfig ¶
type KubernetesAuthBackendConfig interface { cdktf.TerraformResource Backend() *string SetBackend(val *string) BackendInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // 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) 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. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TokenReviewerJwt() *string SetTokenReviewerJwt(val *string) TokenReviewerJwtInput() *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() ResetNamespace() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPemKeys() ResetTokenReviewerJwt() 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/resources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config}.
func NewKubernetesAuthBackendConfig ¶
func NewKubernetesAuthBackendConfig(scope constructs.Construct, id *string, config *KubernetesAuthBackendConfigConfig) KubernetesAuthBackendConfig
Create a new {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/resources/kubernetes_auth_backend_config vault_kubernetes_auth_backend_config} Resource.
type KubernetesAuthBackendConfigConfig ¶
type KubernetesAuthBackendConfigConfig 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"` // 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/resources/kubernetes_auth_backend_config#kubernetes_host KubernetesAuthBackendConfig#kubernetes_host} KubernetesHost *string `field:"required" json:"kubernetesHost" yaml:"kubernetesHost"` // Unique name of the kubernetes backend to configure. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/resources/kubernetes_auth_backend_config#backend KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#disable_iss_validation KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#disable_local_ca_jwt KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#id KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#issuer KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#kubernetes_ca_cert KubernetesAuthBackendConfig#kubernetes_ca_cert} KubernetesCaCert *string `field:"optional" json:"kubernetesCaCert" yaml:"kubernetesCaCert"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/resources/kubernetes_auth_backend_config#namespace KubernetesAuthBackendConfig#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/resources/kubernetes_auth_backend_config#pem_keys KubernetesAuthBackendConfig#pem_keys} PemKeys *[]*string `field:"optional" json:"pemKeys" yaml:"pemKeys"` // A service account JWT used to access the TokenReview API to validate other JWTs during login. // // If not set the JWT used for login will be used to access the API. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/3.19.0/docs/resources/kubernetes_auth_backend_config#token_reviewer_jwt KubernetesAuthBackendConfig#token_reviewer_jwt} TokenReviewerJwt *string `field:"optional" json:"tokenReviewerJwt" yaml:"tokenReviewerJwt"` }