Documentation ¶
Index ¶
- func NewVaultClusterAuditLogConfigOutputReference_Override(v VaultClusterAuditLogConfigOutputReference, ...)
- func NewVaultClusterIpAllowlistStructList_Override(v VaultClusterIpAllowlistStructList, ...)
- func NewVaultClusterIpAllowlistStructOutputReference_Override(v VaultClusterIpAllowlistStructOutputReference, ...)
- func NewVaultClusterMajorVersionUpgradeConfigOutputReference_Override(v VaultClusterMajorVersionUpgradeConfigOutputReference, ...)
- func NewVaultClusterMetricsConfigOutputReference_Override(v VaultClusterMetricsConfigOutputReference, ...)
- func NewVaultClusterTimeoutsOutputReference_Override(v VaultClusterTimeoutsOutputReference, ...)
- func NewVaultCluster_Override(v VaultCluster, scope constructs.Construct, id *string, ...)
- func VaultCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func VaultCluster_IsConstruct(x interface{}) *bool
- func VaultCluster_IsTerraformElement(x interface{}) *bool
- func VaultCluster_IsTerraformResource(x interface{}) *bool
- func VaultCluster_TfResourceType() *string
- type VaultCluster
- type VaultClusterAuditLogConfig
- type VaultClusterAuditLogConfigOutputReference
- type VaultClusterConfig
- type VaultClusterIpAllowlistStruct
- type VaultClusterIpAllowlistStructList
- type VaultClusterIpAllowlistStructOutputReference
- type VaultClusterMajorVersionUpgradeConfig
- type VaultClusterMajorVersionUpgradeConfigOutputReference
- type VaultClusterMetricsConfig
- type VaultClusterMetricsConfigOutputReference
- type VaultClusterTimeouts
- type VaultClusterTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVaultClusterAuditLogConfigOutputReference_Override ¶
func NewVaultClusterAuditLogConfigOutputReference_Override(v VaultClusterAuditLogConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultClusterIpAllowlistStructList_Override ¶ added in v9.1.1
func NewVaultClusterIpAllowlistStructList_Override(v VaultClusterIpAllowlistStructList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVaultClusterIpAllowlistStructOutputReference_Override ¶ added in v9.1.1
func NewVaultClusterIpAllowlistStructOutputReference_Override(v VaultClusterIpAllowlistStructOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVaultClusterMajorVersionUpgradeConfigOutputReference_Override ¶
func NewVaultClusterMajorVersionUpgradeConfigOutputReference_Override(v VaultClusterMajorVersionUpgradeConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultClusterMetricsConfigOutputReference_Override ¶
func NewVaultClusterMetricsConfigOutputReference_Override(v VaultClusterMetricsConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultClusterTimeoutsOutputReference_Override ¶
func NewVaultClusterTimeoutsOutputReference_Override(v VaultClusterTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultCluster_Override ¶
func NewVaultCluster_Override(v VaultCluster, scope constructs.Construct, id *string, config *VaultClusterConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster hcp_vault_cluster} Resource.
func VaultCluster_GenerateConfigForImport ¶
func VaultCluster_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a VaultCluster resource upon running "cdktf plan <stack-name>".
func VaultCluster_IsConstruct ¶
func VaultCluster_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 VaultCluster_IsTerraformElement ¶
func VaultCluster_IsTerraformElement(x interface{}) *bool
Experimental.
func VaultCluster_IsTerraformResource ¶
func VaultCluster_IsTerraformResource(x interface{}) *bool
Experimental.
func VaultCluster_TfResourceType ¶
func VaultCluster_TfResourceType() *string
Types ¶
type VaultCluster ¶
type VaultCluster interface { cdktf.TerraformResource AuditLogConfig() VaultClusterAuditLogConfigOutputReference AuditLogConfigInput() *VaultClusterAuditLogConfig // Experimental. CdktfStack() cdktf.TerraformStack CloudProvider() *string ClusterId() *string SetClusterId(val *string) ClusterIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatedAt() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HvnId() *string SetHvnId(val *string) HvnIdInput() *string Id() *string SetId(val *string) IdInput() *string IpAllowlist() VaultClusterIpAllowlistStructList IpAllowlistInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MajorVersionUpgradeConfig() VaultClusterMajorVersionUpgradeConfigOutputReference MajorVersionUpgradeConfigInput() *VaultClusterMajorVersionUpgradeConfig MetricsConfig() VaultClusterMetricsConfigOutputReference MetricsConfigInput() *VaultClusterMetricsConfig MinVaultVersion() *string SetMinVaultVersion(val *string) MinVaultVersionInput() *string Namespace() *string // The tree node. Node() constructs.Node OrganizationId() *string PathsFilter() *[]*string SetPathsFilter(val *[]*string) PathsFilterInput() *[]*string PrimaryLink() *string SetPrimaryLink(val *string) PrimaryLinkInput() *string ProjectId() *string SetProjectId(val *string) ProjectIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) ProxyEndpoint() *string SetProxyEndpoint(val *string) ProxyEndpointInput() *string PublicEndpoint() interface{} SetPublicEndpoint(val interface{}) PublicEndpointInput() interface{} // Experimental. RawOverrides() interface{} Region() *string SelfLink() *string State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tier() *string SetTier(val *string) TierInput() *string Timeouts() VaultClusterTimeoutsOutputReference TimeoutsInput() interface{} VaultPrivateEndpointUrl() *string VaultProxyEndpointUrl() *string VaultPublicEndpointUrl() *string VaultVersion() *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) PutAuditLogConfig(value *VaultClusterAuditLogConfig) PutIpAllowlist(value interface{}) PutMajorVersionUpgradeConfig(value *VaultClusterMajorVersionUpgradeConfig) PutMetricsConfig(value *VaultClusterMetricsConfig) PutTimeouts(value *VaultClusterTimeouts) ResetAuditLogConfig() ResetId() ResetIpAllowlist() ResetMajorVersionUpgradeConfig() ResetMetricsConfig() ResetMinVaultVersion() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPathsFilter() ResetPrimaryLink() ResetProjectId() ResetProxyEndpoint() ResetPublicEndpoint() ResetTier() 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/hcp/0.96.0/docs/resources/vault_cluster hcp_vault_cluster}.
func NewVaultCluster ¶
func NewVaultCluster(scope constructs.Construct, id *string, config *VaultClusterConfig) VaultCluster
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster hcp_vault_cluster} Resource.
type VaultClusterAuditLogConfig ¶
type VaultClusterAuditLogConfig struct { // CloudWatch access key ID for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} CloudwatchAccessKeyId *string `field:"optional" json:"cloudwatchAccessKeyId" yaml:"cloudwatchAccessKeyId"` // CloudWatch region for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} CloudwatchRegion *string `field:"optional" json:"cloudwatchRegion" yaml:"cloudwatchRegion"` // CloudWatch secret access key for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} CloudwatchSecretAccessKey *string `field:"optional" json:"cloudwatchSecretAccessKey" yaml:"cloudwatchSecretAccessKey"` // Datadog api key for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} DatadogApiKey *string `field:"optional" json:"datadogApiKey" yaml:"datadogApiKey"` // Datadog region for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} DatadogRegion *string `field:"optional" json:"datadogRegion" yaml:"datadogRegion"` // ElasticSearch endpoint for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} ElasticsearchEndpoint *string `field:"optional" json:"elasticsearchEndpoint" yaml:"elasticsearchEndpoint"` // ElasticSearch password for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} ElasticsearchPassword *string `field:"optional" json:"elasticsearchPassword" yaml:"elasticsearchPassword"` // ElasticSearch user for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} ElasticsearchUser *string `field:"optional" json:"elasticsearchUser" yaml:"elasticsearchUser"` // Grafana endpoint for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} GrafanaEndpoint *string `field:"optional" json:"grafanaEndpoint" yaml:"grafanaEndpoint"` // Grafana password for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} GrafanaPassword *string `field:"optional" json:"grafanaPassword" yaml:"grafanaPassword"` // Grafana user for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} GrafanaUser *string `field:"optional" json:"grafanaUser" yaml:"grafanaUser"` // HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} HttpBasicPassword *string `field:"optional" json:"httpBasicPassword" yaml:"httpBasicPassword"` // HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} HttpBasicUser *string `field:"optional" json:"httpBasicUser" yaml:"httpBasicUser"` // HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} HttpBearerToken *string `field:"optional" json:"httpBearerToken" yaml:"httpBearerToken"` // HTTP codec for streaming audit logs, allowed values are JSON and NDJSON. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} HttpCodec *string `field:"optional" json:"httpCodec" yaml:"httpCodec"` // HTTP compression flag for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} HttpCompression interface{} `field:"optional" json:"httpCompression" yaml:"httpCompression"` // HTTP headers for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} HttpHeaders *map[string]*string `field:"optional" json:"httpHeaders" yaml:"httpHeaders"` // HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} HttpMethod *string `field:"optional" json:"httpMethod" yaml:"httpMethod"` // HTTP payload prefix for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} HttpPayloadPrefix *string `field:"optional" json:"httpPayloadPrefix" yaml:"httpPayloadPrefix"` // HTTP payload suffix for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} HttpPayloadSuffix *string `field:"optional" json:"httpPayloadSuffix" yaml:"httpPayloadSuffix"` // HTTP URI for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} HttpUri *string `field:"optional" json:"httpUri" yaml:"httpUri"` // NewRelic Account ID for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} NewrelicAccountId *string `field:"optional" json:"newrelicAccountId" yaml:"newrelicAccountId"` // NewRelic license key for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} NewrelicLicenseKey *string `field:"optional" json:"newrelicLicenseKey" yaml:"newrelicLicenseKey"` // NewRelic region for streaming audit logs, allowed values are "US" and "EU". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} NewrelicRegion *string `field:"optional" json:"newrelicRegion" yaml:"newrelicRegion"` // Splunk endpoint for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} SplunkHecendpoint *string `field:"optional" json:"splunkHecendpoint" yaml:"splunkHecendpoint"` // Splunk token for streaming audit logs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} SplunkToken *string `field:"optional" json:"splunkToken" yaml:"splunkToken"` }
type VaultClusterAuditLogConfigOutputReference ¶
type VaultClusterAuditLogConfigOutputReference interface { cdktf.ComplexObject CloudwatchAccessKeyId() *string SetCloudwatchAccessKeyId(val *string) CloudwatchAccessKeyIdInput() *string CloudwatchGroupName() *string CloudwatchRegion() *string SetCloudwatchRegion(val *string) CloudwatchRegionInput() *string CloudwatchSecretAccessKey() *string SetCloudwatchSecretAccessKey(val *string) CloudwatchSecretAccessKeyInput() *string CloudwatchStreamName() *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 DatadogApiKey() *string SetDatadogApiKey(val *string) DatadogApiKeyInput() *string DatadogRegion() *string SetDatadogRegion(val *string) DatadogRegionInput() *string ElasticsearchDataset() *string ElasticsearchEndpoint() *string SetElasticsearchEndpoint(val *string) ElasticsearchEndpointInput() *string ElasticsearchPassword() *string SetElasticsearchPassword(val *string) ElasticsearchPasswordInput() *string ElasticsearchUser() *string SetElasticsearchUser(val *string) ElasticsearchUserInput() *string // Experimental. Fqn() *string GrafanaEndpoint() *string SetGrafanaEndpoint(val *string) GrafanaEndpointInput() *string GrafanaPassword() *string SetGrafanaPassword(val *string) GrafanaPasswordInput() *string GrafanaUser() *string SetGrafanaUser(val *string) GrafanaUserInput() *string HttpBasicPassword() *string SetHttpBasicPassword(val *string) HttpBasicPasswordInput() *string HttpBasicUser() *string SetHttpBasicUser(val *string) HttpBasicUserInput() *string HttpBearerToken() *string SetHttpBearerToken(val *string) HttpBearerTokenInput() *string HttpCodec() *string SetHttpCodec(val *string) HttpCodecInput() *string HttpCompression() interface{} SetHttpCompression(val interface{}) HttpCompressionInput() interface{} HttpHeaders() *map[string]*string SetHttpHeaders(val *map[string]*string) HttpHeadersInput() *map[string]*string HttpMethod() *string SetHttpMethod(val *string) HttpMethodInput() *string HttpPayloadPrefix() *string SetHttpPayloadPrefix(val *string) HttpPayloadPrefixInput() *string HttpPayloadSuffix() *string SetHttpPayloadSuffix(val *string) HttpPayloadSuffixInput() *string HttpUri() *string SetHttpUri(val *string) HttpUriInput() *string InternalValue() *VaultClusterAuditLogConfig SetInternalValue(val *VaultClusterAuditLogConfig) NewrelicAccountId() *string SetNewrelicAccountId(val *string) NewrelicAccountIdInput() *string NewrelicLicenseKey() *string SetNewrelicLicenseKey(val *string) NewrelicLicenseKeyInput() *string NewrelicRegion() *string SetNewrelicRegion(val *string) NewrelicRegionInput() *string SplunkHecendpoint() *string SetSplunkHecendpoint(val *string) SplunkHecendpointInput() *string SplunkToken() *string SetSplunkToken(val *string) SplunkTokenInput() *string // 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 ResetCloudwatchAccessKeyId() ResetCloudwatchRegion() ResetCloudwatchSecretAccessKey() ResetDatadogApiKey() ResetDatadogRegion() ResetElasticsearchEndpoint() ResetElasticsearchPassword() ResetElasticsearchUser() ResetGrafanaEndpoint() ResetGrafanaPassword() ResetGrafanaUser() ResetHttpBasicPassword() ResetHttpBasicUser() ResetHttpBearerToken() ResetHttpCodec() ResetHttpCompression() ResetHttpHeaders() ResetHttpMethod() ResetHttpPayloadPrefix() ResetHttpPayloadSuffix() ResetHttpUri() ResetNewrelicAccountId() ResetNewrelicLicenseKey() ResetNewrelicRegion() ResetSplunkHecendpoint() ResetSplunkToken() // 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 NewVaultClusterAuditLogConfigOutputReference ¶
func NewVaultClusterAuditLogConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultClusterAuditLogConfigOutputReference
type VaultClusterConfig ¶
type VaultClusterConfig 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 ID of the HCP Vault cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // The ID of the HVN this HCP Vault cluster is associated to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id} HvnId *string `field:"required" json:"hvnId" yaml:"hvnId"` // audit_log_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config} AuditLogConfig *VaultClusterAuditLogConfig `field:"optional" json:"auditLogConfig" yaml:"auditLogConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#id VaultCluster#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"` // ip_allowlist block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist} IpAllowlist interface{} `field:"optional" json:"ipAllowlist" yaml:"ipAllowlist"` // major_version_upgrade_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config} MajorVersionUpgradeConfig *VaultClusterMajorVersionUpgradeConfig `field:"optional" json:"majorVersionUpgradeConfig" yaml:"majorVersionUpgradeConfig"` // metrics_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config} MetricsConfig *VaultClusterMetricsConfig `field:"optional" json:"metricsConfig" yaml:"metricsConfig"` // The minimum Vault version to use when creating the cluster. // // If not specified, it is defaulted to the version that is currently recommended by HCP. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version} MinVaultVersion *string `field:"optional" json:"minVaultVersion" yaml:"minVaultVersion"` // The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter} PathsFilter *[]*string `field:"optional" json:"pathsFilter" yaml:"pathsFilter"` // The `self_link` of the HCP Vault Plus tier cluster which is the primary in the performance replication setup with this HCP Vault Plus tier cluster. // // If not specified, it is a standalone Plus tier HCP Vault cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link} PrimaryLink *string `field:"optional" json:"primaryLink" yaml:"primaryLink"` // The ID of the HCP project where the Vault cluster is located. // // If not specified, the project specified in the HCP Provider config block will be used, if configured. // If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#project_id VaultCluster#project_id} ProjectId *string `field:"optional" json:"projectId" yaml:"projectId"` // Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint} ProxyEndpoint *string `field:"optional" json:"proxyEndpoint" yaml:"proxyEndpoint"` // Denotes that the cluster has a public endpoint. Defaults to false. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint} PublicEndpoint interface{} `field:"optional" json:"publicEndpoint" yaml:"publicEndpoint"` // Tier of the HCP Vault cluster. // // Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#tier VaultCluster#tier} Tier *string `field:"optional" json:"tier" yaml:"tier"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts} Timeouts *VaultClusterTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type VaultClusterIpAllowlistStruct ¶ added in v9.1.1
type VaultClusterIpAllowlistStruct struct { // IP address range in CIDR notation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#address VaultCluster#address} Address *string `field:"required" json:"address" yaml:"address"` // Description to help identify source (maximum 255 chars). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#description VaultCluster#description} Description *string `field:"optional" json:"description" yaml:"description"` }
type VaultClusterIpAllowlistStructList ¶ added in v9.1.1
type VaultClusterIpAllowlistStructList 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) VaultClusterIpAllowlistStructOutputReference // 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 NewVaultClusterIpAllowlistStructList ¶ added in v9.1.1
func NewVaultClusterIpAllowlistStructList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VaultClusterIpAllowlistStructList
type VaultClusterIpAllowlistStructOutputReference ¶ added in v9.1.1
type VaultClusterIpAllowlistStructOutputReference interface { cdktf.ComplexObject Address() *string SetAddress(val *string) AddressInput() *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 Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // 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 ResetDescription() // 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 NewVaultClusterIpAllowlistStructOutputReference ¶ added in v9.1.1
func NewVaultClusterIpAllowlistStructOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VaultClusterIpAllowlistStructOutputReference
type VaultClusterMajorVersionUpgradeConfig ¶
type VaultClusterMajorVersionUpgradeConfig struct { // The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type} UpgradeType *string `field:"required" json:"upgradeType" yaml:"upgradeType"` // The maintenance day of the week for scheduled upgrades. // // Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day} MaintenanceWindowDay *string `field:"optional" json:"maintenanceWindowDay" yaml:"maintenanceWindowDay"` // The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time} MaintenanceWindowTime *string `field:"optional" json:"maintenanceWindowTime" yaml:"maintenanceWindowTime"` }
type VaultClusterMajorVersionUpgradeConfigOutputReference ¶
type VaultClusterMajorVersionUpgradeConfigOutputReference 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) // 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() *VaultClusterMajorVersionUpgradeConfig SetInternalValue(val *VaultClusterMajorVersionUpgradeConfig) MaintenanceWindowDay() *string SetMaintenanceWindowDay(val *string) MaintenanceWindowDayInput() *string MaintenanceWindowTime() *string SetMaintenanceWindowTime(val *string) MaintenanceWindowTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpgradeType() *string SetUpgradeType(val *string) UpgradeTypeInput() *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 ResetMaintenanceWindowDay() ResetMaintenanceWindowTime() // 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 NewVaultClusterMajorVersionUpgradeConfigOutputReference ¶
func NewVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultClusterMajorVersionUpgradeConfigOutputReference
type VaultClusterMetricsConfig ¶
type VaultClusterMetricsConfig struct { // CloudWatch access key ID for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id} CloudwatchAccessKeyId *string `field:"optional" json:"cloudwatchAccessKeyId" yaml:"cloudwatchAccessKeyId"` // CloudWatch region for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region} CloudwatchRegion *string `field:"optional" json:"cloudwatchRegion" yaml:"cloudwatchRegion"` // CloudWatch secret access key for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key} CloudwatchSecretAccessKey *string `field:"optional" json:"cloudwatchSecretAccessKey" yaml:"cloudwatchSecretAccessKey"` // Datadog api key for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key} DatadogApiKey *string `field:"optional" json:"datadogApiKey" yaml:"datadogApiKey"` // Datadog region for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region} DatadogRegion *string `field:"optional" json:"datadogRegion" yaml:"datadogRegion"` // ElasticSearch endpoint for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint} ElasticsearchEndpoint *string `field:"optional" json:"elasticsearchEndpoint" yaml:"elasticsearchEndpoint"` // ElasticSearch password for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password} ElasticsearchPassword *string `field:"optional" json:"elasticsearchPassword" yaml:"elasticsearchPassword"` // ElasticSearch user for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user} ElasticsearchUser *string `field:"optional" json:"elasticsearchUser" yaml:"elasticsearchUser"` // Grafana endpoint for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint} GrafanaEndpoint *string `field:"optional" json:"grafanaEndpoint" yaml:"grafanaEndpoint"` // Grafana password for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password} GrafanaPassword *string `field:"optional" json:"grafanaPassword" yaml:"grafanaPassword"` // Grafana user for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user} GrafanaUser *string `field:"optional" json:"grafanaUser" yaml:"grafanaUser"` // HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password} HttpBasicPassword *string `field:"optional" json:"httpBasicPassword" yaml:"httpBasicPassword"` // HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user} HttpBasicUser *string `field:"optional" json:"httpBasicUser" yaml:"httpBasicUser"` // HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token} HttpBearerToken *string `field:"optional" json:"httpBearerToken" yaml:"httpBearerToken"` // HTTP codec for streaming metrics, allowed values are JSON and NDJSON. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec} HttpCodec *string `field:"optional" json:"httpCodec" yaml:"httpCodec"` // HTTP compression flag for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression} HttpCompression interface{} `field:"optional" json:"httpCompression" yaml:"httpCompression"` // HTTP headers for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers} HttpHeaders *map[string]*string `field:"optional" json:"httpHeaders" yaml:"httpHeaders"` // HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_method VaultCluster#http_method} HttpMethod *string `field:"optional" json:"httpMethod" yaml:"httpMethod"` // HTTP payload prefix for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix} HttpPayloadPrefix *string `field:"optional" json:"httpPayloadPrefix" yaml:"httpPayloadPrefix"` // HTTP payload suffix for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix} HttpPayloadSuffix *string `field:"optional" json:"httpPayloadSuffix" yaml:"httpPayloadSuffix"` // HTTP URI for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri} HttpUri *string `field:"optional" json:"httpUri" yaml:"httpUri"` // NewRelic Account ID for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id} NewrelicAccountId *string `field:"optional" json:"newrelicAccountId" yaml:"newrelicAccountId"` // NewRelic license key for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key} NewrelicLicenseKey *string `field:"optional" json:"newrelicLicenseKey" yaml:"newrelicLicenseKey"` // NewRelic region for streaming metrics, allowed values are "US" and "EU". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region} NewrelicRegion *string `field:"optional" json:"newrelicRegion" yaml:"newrelicRegion"` // Splunk endpoint for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint} SplunkHecendpoint *string `field:"optional" json:"splunkHecendpoint" yaml:"splunkHecendpoint"` // Splunk token for streaming metrics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token} SplunkToken *string `field:"optional" json:"splunkToken" yaml:"splunkToken"` }
type VaultClusterMetricsConfigOutputReference ¶
type VaultClusterMetricsConfigOutputReference interface { cdktf.ComplexObject CloudwatchAccessKeyId() *string SetCloudwatchAccessKeyId(val *string) CloudwatchAccessKeyIdInput() *string CloudwatchNamespace() *string CloudwatchRegion() *string SetCloudwatchRegion(val *string) CloudwatchRegionInput() *string CloudwatchSecretAccessKey() *string SetCloudwatchSecretAccessKey(val *string) CloudwatchSecretAccessKeyInput() *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 DatadogApiKey() *string SetDatadogApiKey(val *string) DatadogApiKeyInput() *string DatadogRegion() *string SetDatadogRegion(val *string) DatadogRegionInput() *string ElasticsearchDataset() *string ElasticsearchEndpoint() *string SetElasticsearchEndpoint(val *string) ElasticsearchEndpointInput() *string ElasticsearchPassword() *string SetElasticsearchPassword(val *string) ElasticsearchPasswordInput() *string ElasticsearchUser() *string SetElasticsearchUser(val *string) ElasticsearchUserInput() *string // Experimental. Fqn() *string GrafanaEndpoint() *string SetGrafanaEndpoint(val *string) GrafanaEndpointInput() *string GrafanaPassword() *string SetGrafanaPassword(val *string) GrafanaPasswordInput() *string GrafanaUser() *string SetGrafanaUser(val *string) GrafanaUserInput() *string HttpBasicPassword() *string SetHttpBasicPassword(val *string) HttpBasicPasswordInput() *string HttpBasicUser() *string SetHttpBasicUser(val *string) HttpBasicUserInput() *string HttpBearerToken() *string SetHttpBearerToken(val *string) HttpBearerTokenInput() *string HttpCodec() *string SetHttpCodec(val *string) HttpCodecInput() *string HttpCompression() interface{} SetHttpCompression(val interface{}) HttpCompressionInput() interface{} HttpHeaders() *map[string]*string SetHttpHeaders(val *map[string]*string) HttpHeadersInput() *map[string]*string HttpMethod() *string SetHttpMethod(val *string) HttpMethodInput() *string HttpPayloadPrefix() *string SetHttpPayloadPrefix(val *string) HttpPayloadPrefixInput() *string HttpPayloadSuffix() *string SetHttpPayloadSuffix(val *string) HttpPayloadSuffixInput() *string HttpUri() *string SetHttpUri(val *string) HttpUriInput() *string InternalValue() *VaultClusterMetricsConfig SetInternalValue(val *VaultClusterMetricsConfig) NewrelicAccountId() *string SetNewrelicAccountId(val *string) NewrelicAccountIdInput() *string NewrelicLicenseKey() *string SetNewrelicLicenseKey(val *string) NewrelicLicenseKeyInput() *string NewrelicRegion() *string SetNewrelicRegion(val *string) NewrelicRegionInput() *string SplunkHecendpoint() *string SetSplunkHecendpoint(val *string) SplunkHecendpointInput() *string SplunkToken() *string SetSplunkToken(val *string) SplunkTokenInput() *string // 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 ResetCloudwatchAccessKeyId() ResetCloudwatchRegion() ResetCloudwatchSecretAccessKey() ResetDatadogApiKey() ResetDatadogRegion() ResetElasticsearchEndpoint() ResetElasticsearchPassword() ResetElasticsearchUser() ResetGrafanaEndpoint() ResetGrafanaPassword() ResetGrafanaUser() ResetHttpBasicPassword() ResetHttpBasicUser() ResetHttpBearerToken() ResetHttpCodec() ResetHttpCompression() ResetHttpHeaders() ResetHttpMethod() ResetHttpPayloadPrefix() ResetHttpPayloadSuffix() ResetHttpUri() ResetNewrelicAccountId() ResetNewrelicLicenseKey() ResetNewrelicRegion() ResetSplunkHecendpoint() ResetSplunkToken() // 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 NewVaultClusterMetricsConfigOutputReference ¶
func NewVaultClusterMetricsConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultClusterMetricsConfigOutputReference
type VaultClusterTimeouts ¶
type VaultClusterTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#create VaultCluster#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#default VaultCluster#default}. Default *string `field:"optional" json:"default" yaml:"default"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#delete VaultCluster#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.96.0/docs/resources/vault_cluster#update VaultCluster#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type VaultClusterTimeoutsOutputReference ¶
type VaultClusterTimeoutsOutputReference 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 Default() *string SetDefault(val *string) DefaultInput() *string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // 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() ResetDefault() ResetDelete() 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 NewVaultClusterTimeoutsOutputReference ¶
func NewVaultClusterTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultClusterTimeoutsOutputReference
Source Files ¶
- VaultCluster.go
- VaultClusterAuditLogConfig.go
- VaultClusterAuditLogConfigOutputReference.go
- VaultClusterAuditLogConfigOutputReference__checks.go
- VaultClusterConfig.go
- VaultClusterIpAllowlistStruct.go
- VaultClusterIpAllowlistStructList.go
- VaultClusterIpAllowlistStructList__checks.go
- VaultClusterIpAllowlistStructOutputReference.go
- VaultClusterIpAllowlistStructOutputReference__checks.go
- VaultClusterMajorVersionUpgradeConfig.go
- VaultClusterMajorVersionUpgradeConfigOutputReference.go
- VaultClusterMajorVersionUpgradeConfigOutputReference__checks.go
- VaultClusterMetricsConfig.go
- VaultClusterMetricsConfigOutputReference.go
- VaultClusterMetricsConfigOutputReference__checks.go
- VaultClusterTimeouts.go
- VaultClusterTimeoutsOutputReference.go
- VaultClusterTimeoutsOutputReference__checks.go
- VaultCluster__checks.go
- main.go