Documentation
¶
Index ¶
- func GoogleSecretManagerRegionalSecret_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleSecretManagerRegionalSecret_IsConstruct(x interface{}) *bool
- func GoogleSecretManagerRegionalSecret_IsTerraformElement(x interface{}) *bool
- func GoogleSecretManagerRegionalSecret_IsTerraformResource(x interface{}) *bool
- func GoogleSecretManagerRegionalSecret_TfResourceType() *string
- func NewGoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference_Override(g GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference, ...)
- func NewGoogleSecretManagerRegionalSecretRotationOutputReference_Override(g GoogleSecretManagerRegionalSecretRotationOutputReference, ...)
- func NewGoogleSecretManagerRegionalSecretTimeoutsOutputReference_Override(g GoogleSecretManagerRegionalSecretTimeoutsOutputReference, ...)
- func NewGoogleSecretManagerRegionalSecretTopicsList_Override(g GoogleSecretManagerRegionalSecretTopicsList, ...)
- func NewGoogleSecretManagerRegionalSecretTopicsOutputReference_Override(g GoogleSecretManagerRegionalSecretTopicsOutputReference, ...)
- func NewGoogleSecretManagerRegionalSecret_Override(g GoogleSecretManagerRegionalSecret, scope constructs.Construct, id *string, ...)
- type GoogleSecretManagerRegionalSecret
- type GoogleSecretManagerRegionalSecretConfig
- type GoogleSecretManagerRegionalSecretCustomerManagedEncryption
- type GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference
- type GoogleSecretManagerRegionalSecretRotation
- type GoogleSecretManagerRegionalSecretRotationOutputReference
- type GoogleSecretManagerRegionalSecretTimeouts
- type GoogleSecretManagerRegionalSecretTimeoutsOutputReference
- type GoogleSecretManagerRegionalSecretTopics
- type GoogleSecretManagerRegionalSecretTopicsList
- type GoogleSecretManagerRegionalSecretTopicsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleSecretManagerRegionalSecret_GenerateConfigForImport ¶
func GoogleSecretManagerRegionalSecret_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleSecretManagerRegionalSecret resource upon running "cdktf plan <stack-name>".
func GoogleSecretManagerRegionalSecret_IsConstruct ¶
func GoogleSecretManagerRegionalSecret_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 GoogleSecretManagerRegionalSecret_IsTerraformElement ¶
func GoogleSecretManagerRegionalSecret_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleSecretManagerRegionalSecret_IsTerraformResource ¶
func GoogleSecretManagerRegionalSecret_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleSecretManagerRegionalSecret_TfResourceType ¶
func GoogleSecretManagerRegionalSecret_TfResourceType() *string
func NewGoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference_Override ¶
func NewGoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference_Override(g GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleSecretManagerRegionalSecretRotationOutputReference_Override ¶
func NewGoogleSecretManagerRegionalSecretRotationOutputReference_Override(g GoogleSecretManagerRegionalSecretRotationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleSecretManagerRegionalSecretTimeoutsOutputReference_Override ¶
func NewGoogleSecretManagerRegionalSecretTimeoutsOutputReference_Override(g GoogleSecretManagerRegionalSecretTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleSecretManagerRegionalSecretTopicsList_Override ¶
func NewGoogleSecretManagerRegionalSecretTopicsList_Override(g GoogleSecretManagerRegionalSecretTopicsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleSecretManagerRegionalSecretTopicsOutputReference_Override ¶
func NewGoogleSecretManagerRegionalSecretTopicsOutputReference_Override(g GoogleSecretManagerRegionalSecretTopicsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleSecretManagerRegionalSecret_Override ¶
func NewGoogleSecretManagerRegionalSecret_Override(g GoogleSecretManagerRegionalSecret, scope constructs.Construct, id *string, config *GoogleSecretManagerRegionalSecretConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret google_secret_manager_regional_secret} Resource.
Types ¶
type GoogleSecretManagerRegionalSecret ¶
type GoogleSecretManagerRegionalSecret interface { cdktf.TerraformResource Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string CustomerManagedEncryption() GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference CustomerManagedEncryptionInput() *GoogleSecretManagerRegionalSecretCustomerManagedEncryption // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EffectiveAnnotations() cdktf.StringMap EffectiveLabels() cdktf.StringMap ExpireTime() *string SetExpireTime(val *string) ExpireTimeInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Rotation() GoogleSecretManagerRegionalSecretRotationOutputReference RotationInput() *GoogleSecretManagerRegionalSecretRotation SecretId() *string SetSecretId(val *string) SecretIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleSecretManagerRegionalSecretTimeoutsOutputReference TimeoutsInput() interface{} Topics() GoogleSecretManagerRegionalSecretTopicsList TopicsInput() interface{} Ttl() *string SetTtl(val *string) TtlInput() *string VersionAliases() *map[string]*string SetVersionAliases(val *map[string]*string) VersionAliasesInput() *map[string]*string VersionDestroyTtl() *string SetVersionDestroyTtl(val *string) VersionDestroyTtlInput() *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) PutCustomerManagedEncryption(value *GoogleSecretManagerRegionalSecretCustomerManagedEncryption) PutRotation(value *GoogleSecretManagerRegionalSecretRotation) PutTimeouts(value *GoogleSecretManagerRegionalSecretTimeouts) PutTopics(value interface{}) ResetAnnotations() ResetCustomerManagedEncryption() ResetExpireTime() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRotation() ResetTimeouts() ResetTopics() ResetTtl() ResetVersionAliases() ResetVersionDestroyTtl() 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/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret google_secret_manager_regional_secret}.
func NewGoogleSecretManagerRegionalSecret ¶
func NewGoogleSecretManagerRegionalSecret(scope constructs.Construct, id *string, config *GoogleSecretManagerRegionalSecretConfig) GoogleSecretManagerRegionalSecret
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret google_secret_manager_regional_secret} Resource.
type GoogleSecretManagerRegionalSecretConfig ¶
type GoogleSecretManagerRegionalSecretConfig 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 location of the regional secret. eg us-central1. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#location GoogleSecretManagerRegionalSecret#location} Location *string `field:"required" json:"location" yaml:"location"` // This must be unique within the project. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#secret_id GoogleSecretManagerRegionalSecret#secret_id} SecretId *string `field:"required" json:"secretId" yaml:"secretId"` // Custom metadata about the regional secret. // // Annotations are distinct from various forms of labels. Annotations exist to allow // client tools to store their own state information without requiring a database. // // Annotation keys must be between 1 and 63 characters long, have a UTF-8 encoding of // maximum 128 bytes, begin and end with an alphanumeric character ([a-z0-9A-Z]), and // may have dashes (-), underscores (_), dots (.), and alphanumerics in between these // symbols. // // The total size of annotation keys and values must be less than 16KiB. // // An object containing a list of "key": value pairs. Example: // { "name": "wrench", "mass": "1.3kg", "count": "3" }. // // // **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. // Please refer to the field 'effective_annotations' for all of the annotations present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#annotations GoogleSecretManagerRegionalSecret#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // customer_managed_encryption block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#customer_managed_encryption GoogleSecretManagerRegionalSecret#customer_managed_encryption} CustomerManagedEncryption *GoogleSecretManagerRegionalSecretCustomerManagedEncryption `field:"optional" json:"customerManagedEncryption" yaml:"customerManagedEncryption"` // Timestamp in UTC when the regional secret is scheduled to expire. // // This is always provided on // output, regardless of what was sent on input. A timestamp in RFC3339 UTC "Zulu" format, with // nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and // "2014-10-02T15:01:23.045123456Z". Only one of 'expire_time' or 'ttl' can be provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#expire_time GoogleSecretManagerRegionalSecret#expire_time} ExpireTime *string `field:"optional" json:"expireTime" yaml:"expireTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#id GoogleSecretManagerRegionalSecret#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"` // The labels assigned to this regional secret. // // Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, // and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} // // Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, // and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} // // No more than 64 labels can be assigned to a given resource. // // An object containing a list of "key": value pairs. Example: // { "name": "wrench", "mass": "1.3kg", "count": "3" }. // // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#labels GoogleSecretManagerRegionalSecret#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#project GoogleSecretManagerRegionalSecret#project}. Project *string `field:"optional" json:"project" yaml:"project"` // rotation block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#rotation GoogleSecretManagerRegionalSecret#rotation} Rotation *GoogleSecretManagerRegionalSecretRotation `field:"optional" json:"rotation" yaml:"rotation"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#timeouts GoogleSecretManagerRegionalSecret#timeouts} Timeouts *GoogleSecretManagerRegionalSecretTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // topics block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#topics GoogleSecretManagerRegionalSecret#topics} Topics interface{} `field:"optional" json:"topics" yaml:"topics"` // The TTL for the regional secret. // // A duration in seconds with up to nine fractional digits, // terminated by 's'. Example: "3.5s". Only one of 'ttl' or 'expire_time' can be provided. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#ttl GoogleSecretManagerRegionalSecret#ttl} Ttl *string `field:"optional" json:"ttl" yaml:"ttl"` // Mapping from version alias to version name. // // A version alias is a string with a maximum length of 63 characters and can contain // uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') // characters. An alias string must start with a letter and cannot be the string // 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given secret. // // An object containing a list of "key": value pairs. Example: // { "name": "wrench", "mass": "1.3kg", "count": "3" }. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#version_aliases GoogleSecretManagerRegionalSecret#version_aliases} VersionAliases *map[string]*string `field:"optional" json:"versionAliases" yaml:"versionAliases"` // Secret Version TTL after destruction request. // // This is a part of the delayed delete feature on Secret Version. // For secret with versionDestroyTtl>0, version destruction doesn't happen immediately // on calling destroy instead the version goes to a disabled state and // the actual destruction happens after this TTL expires. It must be atleast 24h. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#version_destroy_ttl GoogleSecretManagerRegionalSecret#version_destroy_ttl} VersionDestroyTtl *string `field:"optional" json:"versionDestroyTtl" yaml:"versionDestroyTtl"` }
type GoogleSecretManagerRegionalSecretCustomerManagedEncryption ¶
type GoogleSecretManagerRegionalSecretCustomerManagedEncryption struct { // The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#kms_key_name GoogleSecretManagerRegionalSecret#kms_key_name} KmsKeyName *string `field:"required" json:"kmsKeyName" yaml:"kmsKeyName"` }
type GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference ¶
type GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference 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() *GoogleSecretManagerRegionalSecretCustomerManagedEncryption SetInternalValue(val *GoogleSecretManagerRegionalSecretCustomerManagedEncryption) KmsKeyName() *string SetKmsKeyName(val *string) KmsKeyNameInput() *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 NewGoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference ¶
func NewGoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference
type GoogleSecretManagerRegionalSecretRotation ¶
type GoogleSecretManagerRegionalSecretRotation struct { // Timestamp in UTC at which the Secret is scheduled to rotate. // // A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine // fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#next_rotation_time GoogleSecretManagerRegionalSecret#next_rotation_time} NextRotationTime *string `field:"optional" json:"nextRotationTime" yaml:"nextRotationTime"` // The Duration between rotation notifications. // // Must be in seconds and at least 3600s (1h) // and at most 3153600000s (100 years). If rotationPeriod is set, 'next_rotation_time' must // be set. 'next_rotation_time' will be advanced by this period when the service // automatically sends rotation notifications. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#rotation_period GoogleSecretManagerRegionalSecret#rotation_period} RotationPeriod *string `field:"optional" json:"rotationPeriod" yaml:"rotationPeriod"` }
type GoogleSecretManagerRegionalSecretRotationOutputReference ¶
type GoogleSecretManagerRegionalSecretRotationOutputReference 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() *GoogleSecretManagerRegionalSecretRotation SetInternalValue(val *GoogleSecretManagerRegionalSecretRotation) NextRotationTime() *string SetNextRotationTime(val *string) NextRotationTimeInput() *string RotationPeriod() *string SetRotationPeriod(val *string) RotationPeriodInput() *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 ResetNextRotationTime() ResetRotationPeriod() // 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 NewGoogleSecretManagerRegionalSecretRotationOutputReference ¶
func NewGoogleSecretManagerRegionalSecretRotationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecretManagerRegionalSecretRotationOutputReference
type GoogleSecretManagerRegionalSecretTimeouts ¶
type GoogleSecretManagerRegionalSecretTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#create GoogleSecretManagerRegionalSecret#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#delete GoogleSecretManagerRegionalSecret#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#update GoogleSecretManagerRegionalSecret#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleSecretManagerRegionalSecretTimeoutsOutputReference ¶
type GoogleSecretManagerRegionalSecretTimeoutsOutputReference 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 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() 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 NewGoogleSecretManagerRegionalSecretTimeoutsOutputReference ¶
func NewGoogleSecretManagerRegionalSecretTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleSecretManagerRegionalSecretTimeoutsOutputReference
type GoogleSecretManagerRegionalSecretTopics ¶
type GoogleSecretManagerRegionalSecretTopics struct { // The resource name of the Pub/Sub topic that will be published to, in the following format: projects/* /topics/*. // // For publication to succeed, the Secret Manager Service // Agent service account must have pubsub.publisher permissions on the topic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.18.0/docs/resources/google_secret_manager_regional_secret#name GoogleSecretManagerRegionalSecret#name} // // Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space. Name *string `field:"required" json:"name" yaml:"name"` }
type GoogleSecretManagerRegionalSecretTopicsList ¶
type GoogleSecretManagerRegionalSecretTopicsList 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) GoogleSecretManagerRegionalSecretTopicsOutputReference // 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 NewGoogleSecretManagerRegionalSecretTopicsList ¶
func NewGoogleSecretManagerRegionalSecretTopicsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleSecretManagerRegionalSecretTopicsList
type GoogleSecretManagerRegionalSecretTopicsOutputReference ¶
type GoogleSecretManagerRegionalSecretTopicsOutputReference 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{}) Name() *string SetName(val *string) NameInput() *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 NewGoogleSecretManagerRegionalSecretTopicsOutputReference ¶
func NewGoogleSecretManagerRegionalSecretTopicsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleSecretManagerRegionalSecretTopicsOutputReference
Source Files
¶
- GoogleSecretManagerRegionalSecret.go
- GoogleSecretManagerRegionalSecretConfig.go
- GoogleSecretManagerRegionalSecretCustomerManagedEncryption.go
- GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference.go
- GoogleSecretManagerRegionalSecretCustomerManagedEncryptionOutputReference__checks.go
- GoogleSecretManagerRegionalSecretRotation.go
- GoogleSecretManagerRegionalSecretRotationOutputReference.go
- GoogleSecretManagerRegionalSecretRotationOutputReference__checks.go
- GoogleSecretManagerRegionalSecretTimeouts.go
- GoogleSecretManagerRegionalSecretTimeoutsOutputReference.go
- GoogleSecretManagerRegionalSecretTimeoutsOutputReference__checks.go
- GoogleSecretManagerRegionalSecretTopics.go
- GoogleSecretManagerRegionalSecretTopicsList.go
- GoogleSecretManagerRegionalSecretTopicsList__checks.go
- GoogleSecretManagerRegionalSecretTopicsOutputReference.go
- GoogleSecretManagerRegionalSecretTopicsOutputReference__checks.go
- GoogleSecretManagerRegionalSecret__checks.go
- main.go