Documentation ¶
Index ¶
- func DataGoogleSecretManagerSecrets_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGoogleSecretManagerSecrets_IsConstruct(x interface{}) *bool
- func DataGoogleSecretManagerSecrets_IsTerraformDataSource(x interface{}) *bool
- func DataGoogleSecretManagerSecrets_IsTerraformElement(x interface{}) *bool
- func DataGoogleSecretManagerSecrets_TfResourceType() *string
- func NewDataGoogleSecretManagerSecretsSecretsList_Override(d DataGoogleSecretManagerSecretsSecretsList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsOutputReference, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList_Override(...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference_Override(...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationOutputReference, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList_Override(...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference_Override(...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference_Override(...)
- func NewDataGoogleSecretManagerSecretsSecretsRotationList_Override(d DataGoogleSecretManagerSecretsSecretsRotationList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsRotationOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsRotationOutputReference, ...)
- func NewDataGoogleSecretManagerSecretsSecretsTopicsList_Override(d DataGoogleSecretManagerSecretsSecretsTopicsList, ...)
- func NewDataGoogleSecretManagerSecretsSecretsTopicsOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsTopicsOutputReference, ...)
- func NewDataGoogleSecretManagerSecrets_Override(d DataGoogleSecretManagerSecrets, scope constructs.Construct, id *string, ...)
- type DataGoogleSecretManagerSecrets
- type DataGoogleSecretManagerSecretsConfig
- type DataGoogleSecretManagerSecretsSecrets
- type DataGoogleSecretManagerSecretsSecretsList
- type DataGoogleSecretManagerSecretsSecretsOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplication
- type DataGoogleSecretManagerSecretsSecretsReplicationAuto
- type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption
- type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList
- type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplicationAutoList
- type DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplicationList
- type DataGoogleSecretManagerSecretsSecretsReplicationOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManaged
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList
- type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference
- type DataGoogleSecretManagerSecretsSecretsRotation
- type DataGoogleSecretManagerSecretsSecretsRotationList
- type DataGoogleSecretManagerSecretsSecretsRotationOutputReference
- type DataGoogleSecretManagerSecretsSecretsTopics
- type DataGoogleSecretManagerSecretsSecretsTopicsList
- type DataGoogleSecretManagerSecretsSecretsTopicsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGoogleSecretManagerSecrets_GenerateConfigForImport ¶
func DataGoogleSecretManagerSecrets_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGoogleSecretManagerSecrets resource upon running "cdktf plan <stack-name>".
func DataGoogleSecretManagerSecrets_IsConstruct ¶
func DataGoogleSecretManagerSecrets_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 DataGoogleSecretManagerSecrets_IsTerraformDataSource ¶
func DataGoogleSecretManagerSecrets_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGoogleSecretManagerSecrets_IsTerraformElement ¶
func DataGoogleSecretManagerSecrets_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGoogleSecretManagerSecrets_TfResourceType ¶
func DataGoogleSecretManagerSecrets_TfResourceType() *string
func NewDataGoogleSecretManagerSecretsSecretsList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsList_Override(d DataGoogleSecretManagerSecretsSecretsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsRotationList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsRotationList_Override(d DataGoogleSecretManagerSecretsSecretsRotationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsRotationOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsRotationOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsRotationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsTopicsList_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsTopicsList_Override(d DataGoogleSecretManagerSecretsSecretsTopicsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleSecretManagerSecretsSecretsTopicsOutputReference_Override ¶
func NewDataGoogleSecretManagerSecretsSecretsTopicsOutputReference_Override(d DataGoogleSecretManagerSecretsSecretsTopicsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleSecretManagerSecrets_Override ¶
func NewDataGoogleSecretManagerSecrets_Override(d DataGoogleSecretManagerSecrets, scope constructs.Construct, id *string, config *DataGoogleSecretManagerSecretsConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets google_secret_manager_secrets} Data Source.
Types ¶
type DataGoogleSecretManagerSecrets ¶
type DataGoogleSecretManagerSecrets interface { cdktf.TerraformDataSource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Filter() *string SetFilter(val *string) FilterInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} Secrets() DataGoogleSecretManagerSecretsSecretsList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetFilter() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets google_secret_manager_secrets}.
func NewDataGoogleSecretManagerSecrets ¶
func NewDataGoogleSecretManagerSecrets(scope constructs.Construct, id *string, config *DataGoogleSecretManagerSecretsConfig) DataGoogleSecretManagerSecrets
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets google_secret_manager_secrets} Data Source.
type DataGoogleSecretManagerSecretsConfig ¶
type DataGoogleSecretManagerSecretsConfig 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"` // Filter string, adhering to the rules in List-operation filtering (https://cloud.google.com/secret-manager/docs/filtering). List only secrets matching the filter. If filter is empty, all secrets are listed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets#filter DataGoogleSecretManagerSecrets#filter} Filter *string `field:"optional" json:"filter" yaml:"filter"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets#id DataGoogleSecretManagerSecrets#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.8.0/docs/data-sources/secret_manager_secrets#project DataGoogleSecretManagerSecrets#project}. Project *string `field:"optional" json:"project" yaml:"project"` }
type DataGoogleSecretManagerSecretsSecrets ¶
type DataGoogleSecretManagerSecretsSecrets struct { }
type DataGoogleSecretManagerSecretsSecretsList ¶
type DataGoogleSecretManagerSecretsSecretsList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsList ¶
func NewDataGoogleSecretManagerSecretsSecretsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsList
type DataGoogleSecretManagerSecretsSecretsOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsOutputReference interface { cdktf.ComplexObject Annotations() cdktf.StringMap // 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) CreateTime() *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 EffectiveAnnotations() cdktf.StringMap EffectiveLabels() cdktf.StringMap ExpireTime() *string // Experimental. Fqn() *string InternalValue() *DataGoogleSecretManagerSecretsSecrets SetInternalValue(val *DataGoogleSecretManagerSecretsSecrets) Labels() cdktf.StringMap Name() *string Project() *string Replication() DataGoogleSecretManagerSecretsSecretsReplicationList Rotation() DataGoogleSecretManagerSecretsSecretsRotationList SecretId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) TerraformLabels() cdktf.StringMap // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Topics() DataGoogleSecretManagerSecretsSecretsTopicsList Ttl() *string VersionAliases() cdktf.StringMap // 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 NewDataGoogleSecretManagerSecretsSecretsOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsOutputReference
type DataGoogleSecretManagerSecretsSecretsReplication ¶
type DataGoogleSecretManagerSecretsSecretsReplication struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationAuto ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAuto struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference 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() *DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption) KmsKeyName() *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 NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference
type DataGoogleSecretManagerSecretsSecretsReplicationAutoList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAutoList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationAutoList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationAutoList
type DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference 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 CustomerManagedEncryption() DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList // Experimental. Fqn() *string InternalValue() *DataGoogleSecretManagerSecretsSecretsReplicationAuto SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplicationAuto) // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference
type DataGoogleSecretManagerSecretsSecretsReplicationList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationList
type DataGoogleSecretManagerSecretsSecretsReplicationOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationOutputReference interface { cdktf.ComplexObject Auto() DataGoogleSecretManagerSecretsSecretsReplicationAutoList // 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() *DataGoogleSecretManagerSecretsSecretsReplication SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplication) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserManaged() DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationOutputReference
type DataGoogleSecretManagerSecretsSecretsReplicationUserManaged ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManaged struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference 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() *DataGoogleSecretManagerSecretsSecretsReplicationUserManaged SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplicationUserManaged) Replicas() DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption struct { }
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference 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() *DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption) KmsKeyName() *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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference 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 CustomerManagedEncryption() DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList // Experimental. Fqn() *string InternalValue() *DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas) Location() *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 NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference
type DataGoogleSecretManagerSecretsSecretsRotation ¶
type DataGoogleSecretManagerSecretsSecretsRotation struct { }
type DataGoogleSecretManagerSecretsSecretsRotationList ¶
type DataGoogleSecretManagerSecretsSecretsRotationList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsRotationOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsRotationList ¶
func NewDataGoogleSecretManagerSecretsSecretsRotationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsRotationList
type DataGoogleSecretManagerSecretsSecretsRotationOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsRotationOutputReference 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() *DataGoogleSecretManagerSecretsSecretsRotation SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsRotation) NextRotationTime() *string RotationPeriod() *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 NewDataGoogleSecretManagerSecretsSecretsRotationOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsRotationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsRotationOutputReference
type DataGoogleSecretManagerSecretsSecretsTopics ¶
type DataGoogleSecretManagerSecretsSecretsTopics struct { }
type DataGoogleSecretManagerSecretsSecretsTopicsList ¶
type DataGoogleSecretManagerSecretsSecretsTopicsList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleSecretManagerSecretsSecretsTopicsOutputReference // 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 NewDataGoogleSecretManagerSecretsSecretsTopicsList ¶
func NewDataGoogleSecretManagerSecretsSecretsTopicsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleSecretManagerSecretsSecretsTopicsList
type DataGoogleSecretManagerSecretsSecretsTopicsOutputReference ¶
type DataGoogleSecretManagerSecretsSecretsTopicsOutputReference 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() *DataGoogleSecretManagerSecretsSecretsTopics SetInternalValue(val *DataGoogleSecretManagerSecretsSecretsTopics) Name() *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 NewDataGoogleSecretManagerSecretsSecretsTopicsOutputReference ¶
func NewDataGoogleSecretManagerSecretsSecretsTopicsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleSecretManagerSecretsSecretsTopicsOutputReference
Source Files ¶
- DataGoogleSecretManagerSecrets.go
- DataGoogleSecretManagerSecretsConfig.go
- DataGoogleSecretManagerSecretsSecrets.go
- DataGoogleSecretManagerSecretsSecretsList.go
- DataGoogleSecretManagerSecretsSecretsList__checks.go
- DataGoogleSecretManagerSecretsSecretsOutputReference.go
- DataGoogleSecretManagerSecretsSecretsOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplication.go
- DataGoogleSecretManagerSecretsSecretsReplicationAuto.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryption.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoCustomerManagedEncryptionOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoList.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationAutoOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationList.go
- DataGoogleSecretManagerSecretsSecretsReplicationList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManaged.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicas.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryption.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasCustomerManagedEncryptionOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasList__checks.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference.go
- DataGoogleSecretManagerSecretsSecretsReplicationUserManagedReplicasOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsRotation.go
- DataGoogleSecretManagerSecretsSecretsRotationList.go
- DataGoogleSecretManagerSecretsSecretsRotationList__checks.go
- DataGoogleSecretManagerSecretsSecretsRotationOutputReference.go
- DataGoogleSecretManagerSecretsSecretsRotationOutputReference__checks.go
- DataGoogleSecretManagerSecretsSecretsTopics.go
- DataGoogleSecretManagerSecretsSecretsTopicsList.go
- DataGoogleSecretManagerSecretsSecretsTopicsList__checks.go
- DataGoogleSecretManagerSecretsSecretsTopicsOutputReference.go
- DataGoogleSecretManagerSecretsSecretsTopicsOutputReference__checks.go
- DataGoogleSecretManagerSecrets__checks.go
- main.go