Documentation
¶
Index ¶
- func NewVaultSecretsRotatingSecretAwsAccessKeysOutputReference_Override(v VaultSecretsRotatingSecretAwsAccessKeysOutputReference, ...)
- func NewVaultSecretsRotatingSecretAzureApplicationPasswordOutputReference_Override(v VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference, ...)
- func NewVaultSecretsRotatingSecretConfluentServiceAccountOutputReference_Override(v VaultSecretsRotatingSecretConfluentServiceAccountOutputReference, ...)
- func NewVaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference_Override(v VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference, ...)
- func NewVaultSecretsRotatingSecretMongodbAtlasUserOutputReference_Override(v VaultSecretsRotatingSecretMongodbAtlasUserOutputReference, ...)
- func NewVaultSecretsRotatingSecretTwilioApiKeyOutputReference_Override(v VaultSecretsRotatingSecretTwilioApiKeyOutputReference, ...)
- func NewVaultSecretsRotatingSecret_Override(v VaultSecretsRotatingSecret, scope constructs.Construct, id *string, ...)
- func VaultSecretsRotatingSecret_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func VaultSecretsRotatingSecret_IsConstruct(x interface{}) *bool
- func VaultSecretsRotatingSecret_IsTerraformElement(x interface{}) *bool
- func VaultSecretsRotatingSecret_IsTerraformResource(x interface{}) *bool
- func VaultSecretsRotatingSecret_TfResourceType() *string
- type VaultSecretsRotatingSecret
- type VaultSecretsRotatingSecretAwsAccessKeys
- type VaultSecretsRotatingSecretAwsAccessKeysOutputReference
- type VaultSecretsRotatingSecretAzureApplicationPassword
- type VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference
- type VaultSecretsRotatingSecretConfig
- type VaultSecretsRotatingSecretConfluentServiceAccount
- type VaultSecretsRotatingSecretConfluentServiceAccountOutputReference
- type VaultSecretsRotatingSecretGcpServiceAccountKey
- type VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference
- type VaultSecretsRotatingSecretMongodbAtlasUser
- type VaultSecretsRotatingSecretMongodbAtlasUserOutputReference
- type VaultSecretsRotatingSecretTwilioApiKey
- type VaultSecretsRotatingSecretTwilioApiKeyOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVaultSecretsRotatingSecretAwsAccessKeysOutputReference_Override ¶
func NewVaultSecretsRotatingSecretAwsAccessKeysOutputReference_Override(v VaultSecretsRotatingSecretAwsAccessKeysOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecretAzureApplicationPasswordOutputReference_Override ¶ added in v9.21.0
func NewVaultSecretsRotatingSecretAzureApplicationPasswordOutputReference_Override(v VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecretConfluentServiceAccountOutputReference_Override ¶ added in v9.18.0
func NewVaultSecretsRotatingSecretConfluentServiceAccountOutputReference_Override(v VaultSecretsRotatingSecretConfluentServiceAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference_Override ¶
func NewVaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference_Override(v VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecretMongodbAtlasUserOutputReference_Override ¶
func NewVaultSecretsRotatingSecretMongodbAtlasUserOutputReference_Override(v VaultSecretsRotatingSecretMongodbAtlasUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecretTwilioApiKeyOutputReference_Override ¶
func NewVaultSecretsRotatingSecretTwilioApiKeyOutputReference_Override(v VaultSecretsRotatingSecretTwilioApiKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVaultSecretsRotatingSecret_Override ¶
func NewVaultSecretsRotatingSecret_Override(v VaultSecretsRotatingSecret, scope constructs.Construct, id *string, config *VaultSecretsRotatingSecretConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} Resource.
func VaultSecretsRotatingSecret_GenerateConfigForImport ¶
func VaultSecretsRotatingSecret_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a VaultSecretsRotatingSecret resource upon running "cdktf plan <stack-name>".
func VaultSecretsRotatingSecret_IsConstruct ¶
func VaultSecretsRotatingSecret_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 VaultSecretsRotatingSecret_IsTerraformElement ¶
func VaultSecretsRotatingSecret_IsTerraformElement(x interface{}) *bool
Experimental.
func VaultSecretsRotatingSecret_IsTerraformResource ¶
func VaultSecretsRotatingSecret_IsTerraformResource(x interface{}) *bool
Experimental.
func VaultSecretsRotatingSecret_TfResourceType ¶
func VaultSecretsRotatingSecret_TfResourceType() *string
Types ¶
type VaultSecretsRotatingSecret ¶
type VaultSecretsRotatingSecret interface { cdktf.TerraformResource AppName() *string SetAppName(val *string) AppNameInput() *string AwsAccessKeys() VaultSecretsRotatingSecretAwsAccessKeysOutputReference AwsAccessKeysInput() interface{} AzureApplicationPassword() VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference AzureApplicationPasswordInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack ConfluentServiceAccount() VaultSecretsRotatingSecretConfluentServiceAccountOutputReference ConfluentServiceAccountInput() interface{} // 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) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcpServiceAccountKey() VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference GcpServiceAccountKeyInput() interface{} IntegrationName() *string SetIntegrationName(val *string) IntegrationNameInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MongodbAtlasUser() VaultSecretsRotatingSecretMongodbAtlasUserOutputReference MongodbAtlasUserInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OrganizationId() *string ProjectId() *string SetProjectId(val *string) ProjectIdInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RotationPolicyName() *string SetRotationPolicyName(val *string) RotationPolicyNameInput() *string SecretProvider() *string SetSecretProvider(val *string) SecretProviderInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TwilioApiKey() VaultSecretsRotatingSecretTwilioApiKeyOutputReference TwilioApiKeyInput() interface{} // 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) PutAwsAccessKeys(value *VaultSecretsRotatingSecretAwsAccessKeys) PutAzureApplicationPassword(value *VaultSecretsRotatingSecretAzureApplicationPassword) PutConfluentServiceAccount(value *VaultSecretsRotatingSecretConfluentServiceAccount) PutGcpServiceAccountKey(value *VaultSecretsRotatingSecretGcpServiceAccountKey) PutMongodbAtlasUser(value *VaultSecretsRotatingSecretMongodbAtlasUser) PutTwilioApiKey(value *VaultSecretsRotatingSecretTwilioApiKey) ResetAwsAccessKeys() ResetAzureApplicationPassword() ResetConfluentServiceAccount() ResetGcpServiceAccountKey() ResetMongodbAtlasUser() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProjectId() ResetTwilioApiKey() 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.104.0/docs/resources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret}.
func NewVaultSecretsRotatingSecret ¶
func NewVaultSecretsRotatingSecret(scope constructs.Construct, id *string, config *VaultSecretsRotatingSecretConfig) VaultSecretsRotatingSecret
Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret hcp_vault_secrets_rotating_secret} Resource.
type VaultSecretsRotatingSecretAwsAccessKeys ¶
type VaultSecretsRotatingSecretAwsAccessKeys struct { // AWS IAM username to rotate the access keys for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#iam_username VaultSecretsRotatingSecret#iam_username} IamUsername *string `field:"required" json:"iamUsername" yaml:"iamUsername"` }
type VaultSecretsRotatingSecretAwsAccessKeysOutputReference ¶
type VaultSecretsRotatingSecretAwsAccessKeysOutputReference 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 IamUsername() *string SetIamUsername(val *string) IamUsernameInput() *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 // 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 NewVaultSecretsRotatingSecretAwsAccessKeysOutputReference ¶
func NewVaultSecretsRotatingSecretAwsAccessKeysOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretAwsAccessKeysOutputReference
type VaultSecretsRotatingSecretAzureApplicationPassword ¶ added in v9.21.0
type VaultSecretsRotatingSecretAzureApplicationPassword struct { // Application client ID to rotate the application password for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#app_client_id VaultSecretsRotatingSecret#app_client_id} AppClientId *string `field:"required" json:"appClientId" yaml:"appClientId"` // Application object ID to rotate the application password for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#app_object_id VaultSecretsRotatingSecret#app_object_id} AppObjectId *string `field:"required" json:"appObjectId" yaml:"appObjectId"` }
type VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference ¶ added in v9.21.0
type VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference interface { cdktf.ComplexObject AppClientId() *string SetAppClientId(val *string) AppClientIdInput() *string AppObjectId() *string SetAppObjectId(val *string) AppObjectIdInput() *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 // 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 // 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 NewVaultSecretsRotatingSecretAzureApplicationPasswordOutputReference ¶ added in v9.21.0
func NewVaultSecretsRotatingSecretAzureApplicationPasswordOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference
type VaultSecretsRotatingSecretConfig ¶
type VaultSecretsRotatingSecretConfig 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"` // Vault Secrets application name that owns the secret. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#app_name VaultSecretsRotatingSecret#app_name} AppName *string `field:"required" json:"appName" yaml:"appName"` // The Vault Secrets integration name with the capability to manage the secret's lifecycle. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#integration_name VaultSecretsRotatingSecret#integration_name} IntegrationName *string `field:"required" json:"integrationName" yaml:"integrationName"` // The Vault Secrets secret name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#name VaultSecretsRotatingSecret#name} Name *string `field:"required" json:"name" yaml:"name"` // Name of the rotation policy that governs the rotation of the secret. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#rotation_policy_name VaultSecretsRotatingSecret#rotation_policy_name} RotationPolicyName *string `field:"required" json:"rotationPolicyName" yaml:"rotationPolicyName"` // The third party platform the dynamic credentials give access to. One of `aws` or `gcp`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#secret_provider VaultSecretsRotatingSecret#secret_provider} SecretProvider *string `field:"required" json:"secretProvider" yaml:"secretProvider"` // AWS configuration to manage the access key rotation for the given IAM user. Required if `secret_provider` is `aws`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#aws_access_keys VaultSecretsRotatingSecret#aws_access_keys} AwsAccessKeys *VaultSecretsRotatingSecretAwsAccessKeys `field:"optional" json:"awsAccessKeys" yaml:"awsAccessKeys"` // Azure configuration to manage the application password rotation for the given application. Required if `secret_provider` is `Azure`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#azure_application_password VaultSecretsRotatingSecret#azure_application_password} AzureApplicationPassword *VaultSecretsRotatingSecretAzureApplicationPassword `field:"optional" json:"azureApplicationPassword" yaml:"azureApplicationPassword"` // Confluent configuration to manage the cloud api key rotation for the given service account. Required if `secret_provider` is `confluent`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#confluent_service_account VaultSecretsRotatingSecret#confluent_service_account} ConfluentServiceAccount *VaultSecretsRotatingSecretConfluentServiceAccount `field:"optional" json:"confluentServiceAccount" yaml:"confluentServiceAccount"` // GCP configuration to manage the service account key rotation for the given service account. Required if `secret_provider` is `gcp`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#gcp_service_account_key VaultSecretsRotatingSecret#gcp_service_account_key} GcpServiceAccountKey *VaultSecretsRotatingSecretGcpServiceAccountKey `field:"optional" json:"gcpServiceAccountKey" yaml:"gcpServiceAccountKey"` // MongoDB Atlas configuration to manage the user password rotation on the given database. Required if `secret_provider` is `mongodb_atlas`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#mongodb_atlas_user VaultSecretsRotatingSecret#mongodb_atlas_user} MongodbAtlasUser *VaultSecretsRotatingSecretMongodbAtlasUser `field:"optional" json:"mongodbAtlasUser" yaml:"mongodbAtlasUser"` // HCP project ID that owns the HCP Vault Secrets integration. Inferred from the provider configuration if omitted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#project_id VaultSecretsRotatingSecret#project_id} ProjectId *string `field:"optional" json:"projectId" yaml:"projectId"` // Twilio configuration to manage the api key rotation on the given account. Required if `secret_provider` is `twilio`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#twilio_api_key VaultSecretsRotatingSecret#twilio_api_key} TwilioApiKey *VaultSecretsRotatingSecretTwilioApiKey `field:"optional" json:"twilioApiKey" yaml:"twilioApiKey"` }
type VaultSecretsRotatingSecretConfluentServiceAccount ¶ added in v9.18.0
type VaultSecretsRotatingSecretConfluentServiceAccount struct { // Confluent service account to rotate the cloud api key for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#service_account_id VaultSecretsRotatingSecret#service_account_id} ServiceAccountId *string `field:"required" json:"serviceAccountId" yaml:"serviceAccountId"` }
type VaultSecretsRotatingSecretConfluentServiceAccountOutputReference ¶ added in v9.18.0
type VaultSecretsRotatingSecretConfluentServiceAccountOutputReference 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() interface{} SetInternalValue(val interface{}) ServiceAccountId() *string SetServiceAccountId(val *string) ServiceAccountIdInput() *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 // 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 NewVaultSecretsRotatingSecretConfluentServiceAccountOutputReference ¶ added in v9.18.0
func NewVaultSecretsRotatingSecretConfluentServiceAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretConfluentServiceAccountOutputReference
type VaultSecretsRotatingSecretGcpServiceAccountKey ¶
type VaultSecretsRotatingSecretGcpServiceAccountKey struct { // GCP service account email to impersonate. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#service_account_email VaultSecretsRotatingSecret#service_account_email} ServiceAccountEmail *string `field:"required" json:"serviceAccountEmail" yaml:"serviceAccountEmail"` }
type VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference ¶
type VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference 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() interface{} SetInternalValue(val interface{}) ServiceAccountEmail() *string SetServiceAccountEmail(val *string) ServiceAccountEmailInput() *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 // 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 NewVaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference ¶
func NewVaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference
type VaultSecretsRotatingSecretMongodbAtlasUser ¶
type VaultSecretsRotatingSecretMongodbAtlasUser struct { // MongoDB Atlas database or cluster name to rotate the username and password for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#database_name VaultSecretsRotatingSecret#database_name} DatabaseName *string `field:"required" json:"databaseName" yaml:"databaseName"` // MongoDB Atlas project ID to rotate the username and password for. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#project_id VaultSecretsRotatingSecret#project_id} ProjectId *string `field:"required" json:"projectId" yaml:"projectId"` // MongoDB Atlas roles to assign to the rotating user. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.104.0/docs/resources/vault_secrets_rotating_secret#roles VaultSecretsRotatingSecret#roles} Roles *[]*string `field:"required" json:"roles" yaml:"roles"` }
type VaultSecretsRotatingSecretMongodbAtlasUserOutputReference ¶
type VaultSecretsRotatingSecretMongodbAtlasUserOutputReference 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 DatabaseName() *string SetDatabaseName(val *string) DatabaseNameInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ProjectId() *string SetProjectId(val *string) ProjectIdInput() *string Roles() *[]*string SetRoles(val *[]*string) RolesInput() *[]*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 // 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 NewVaultSecretsRotatingSecretMongodbAtlasUserOutputReference ¶
func NewVaultSecretsRotatingSecretMongodbAtlasUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretMongodbAtlasUserOutputReference
type VaultSecretsRotatingSecretTwilioApiKey ¶
type VaultSecretsRotatingSecretTwilioApiKey struct { }
type VaultSecretsRotatingSecretTwilioApiKeyOutputReference ¶
type VaultSecretsRotatingSecretTwilioApiKeyOutputReference 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() 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 // 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 NewVaultSecretsRotatingSecretTwilioApiKeyOutputReference ¶
func NewVaultSecretsRotatingSecretTwilioApiKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VaultSecretsRotatingSecretTwilioApiKeyOutputReference
Source Files
¶
- VaultSecretsRotatingSecret.go
- VaultSecretsRotatingSecretAwsAccessKeys.go
- VaultSecretsRotatingSecretAwsAccessKeysOutputReference.go
- VaultSecretsRotatingSecretAwsAccessKeysOutputReference__checks.go
- VaultSecretsRotatingSecretAzureApplicationPassword.go
- VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference.go
- VaultSecretsRotatingSecretAzureApplicationPasswordOutputReference__checks.go
- VaultSecretsRotatingSecretConfig.go
- VaultSecretsRotatingSecretConfluentServiceAccount.go
- VaultSecretsRotatingSecretConfluentServiceAccountOutputReference.go
- VaultSecretsRotatingSecretConfluentServiceAccountOutputReference__checks.go
- VaultSecretsRotatingSecretGcpServiceAccountKey.go
- VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference.go
- VaultSecretsRotatingSecretGcpServiceAccountKeyOutputReference__checks.go
- VaultSecretsRotatingSecretMongodbAtlasUser.go
- VaultSecretsRotatingSecretMongodbAtlasUserOutputReference.go
- VaultSecretsRotatingSecretMongodbAtlasUserOutputReference__checks.go
- VaultSecretsRotatingSecretTwilioApiKey.go
- VaultSecretsRotatingSecretTwilioApiKeyOutputReference.go
- VaultSecretsRotatingSecretTwilioApiKeyOutputReference__checks.go
- VaultSecretsRotatingSecret__checks.go
- main.go