Represents a {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3 opentelekomcloud_cbr_backup_v3}.
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
dataopentelekomcloudcbrbackupv3.NewDataOpentelekomcloudCbrBackupV3(scope Construct, id *string, config DataOpentelekomcloudCbrBackupV3Config) DataOpentelekomcloudCbrBackupV3
Name | Type | Description |
---|---|---|
scope |
github.com/aws/constructs-go/constructs/v10.Construct |
The scope in which to define this construct. |
id |
*string |
The scoped construct ID. |
config |
DataOpentelekomcloudCbrBackupV3Config |
No description. |
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
AddOverride |
No description. |
OverrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
ResetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
ToHclTerraform |
Adds this resource to the terraform JSON output. |
ToMetadata |
No description. |
ToTerraform |
Adds this resource to the terraform JSON output. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
InterpolationForAttribute |
No description. |
ResetAutoTrigger |
No description. |
ResetBootable |
No description. |
ResetCheckpointId |
No description. |
ResetContainSystemDisk |
No description. |
ResetCreatedAt |
No description. |
ResetDescription |
No description. |
ResetEncrypted |
No description. |
ResetExpiredAt |
No description. |
ResetId |
No description. |
ResetImageType |
No description. |
ResetIncremental |
No description. |
ResetName |
No description. |
ResetParentId |
No description. |
ResetProjectId |
No description. |
ResetProviderId |
No description. |
ResetResourceAz |
No description. |
ResetResourceId |
No description. |
ResetResourceName |
No description. |
ResetResourceSize |
No description. |
ResetResourceType |
No description. |
ResetSnapshotId |
No description. |
ResetStatus |
No description. |
ResetSupportedRestoreMode |
No description. |
ResetSupportLld |
No description. |
ResetSystemDisk |
No description. |
ResetUpdatedAt |
No description. |
ResetVaultId |
No description. |
func ToString() *string
Returns a string representation of this construct.
func AddOverride(path *string, value interface{})
- Type: *string
- Type: interface{}
func OverrideLogicalId(newLogicalId *string)
Overrides the auto-generated logical ID with a specific ID.
- Type: *string
The new logical ID to use for this stack element.
func ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
func ToHclTerraform() interface{}
Adds this resource to the terraform JSON output.
func ToMetadata() interface{}
func ToTerraform() interface{}
Adds this resource to the terraform JSON output.
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
- Type: *string
func GetBooleanAttribute(terraformAttribute *string) IResolvable
- Type: *string
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
- Type: *string
func GetListAttribute(terraformAttribute *string) *[]*string
- Type: *string
func GetNumberAttribute(terraformAttribute *string) *f64
- Type: *string
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
- Type: *string
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
- Type: *string
func GetStringAttribute(terraformAttribute *string) *string
- Type: *string
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
- Type: *string
func InterpolationForAttribute(terraformAttribute *string) IResolvable
- Type: *string
func ResetAutoTrigger()
func ResetBootable()
func ResetCheckpointId()
func ResetContainSystemDisk()
func ResetCreatedAt()
func ResetDescription()
func ResetEncrypted()
func ResetExpiredAt()
func ResetId()
func ResetImageType()
func ResetIncremental()
func ResetName()
func ResetParentId()
func ResetProjectId()
func ResetProviderId()
func ResetResourceAz()
func ResetResourceId()
func ResetResourceName()
func ResetResourceSize()
func ResetResourceType()
func ResetSnapshotId()
func ResetStatus()
func ResetSupportedRestoreMode()
func ResetSupportLld()
func ResetSystemDisk()
func ResetUpdatedAt()
func ResetVaultId()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformDataSource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a DataOpentelekomcloudCbrBackupV3 resource upon running "cdktf plan ". |
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_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.
- Type: interface{}
Any object.
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_IsTerraformElement(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_IsTerraformDataSource(x interface{}) *bool
- Type: interface{}
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource
Generates CDKTF code for importing a DataOpentelekomcloudCbrBackupV3 resource upon running "cdktf plan ".
- Type: github.com/aws/constructs-go/constructs/v10.Construct
The scope in which to define this construct.
- Type: *string
The construct id used in the generated config for the DataOpentelekomcloudCbrBackupV3 to import.
- Type: *string
The id of the existing DataOpentelekomcloudCbrBackupV3 that should be imported.
Refer to the {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#import import section} in the documentation of this resource for the id to use
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
? Optional instance of the provider where the DataOpentelekomcloudCbrBackupV3 to import is found.
Name | Type | Description |
---|---|---|
Node |
github.com/aws/constructs-go/constructs/v10.Node |
The tree node. |
CdktfStack |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack |
No description. |
Fqn |
*string |
No description. |
FriendlyUniqueId |
*string |
No description. |
TerraformMetaArguments |
*map[string]interface{} |
No description. |
TerraformResourceType |
*string |
No description. |
TerraformGeneratorMetadata |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata |
No description. |
Count |
interface{} |
No description. |
DependsOn |
*[]*string |
No description. |
ForEach |
github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator |
No description. |
Lifecycle |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle |
No description. |
Provider |
github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider |
No description. |
AutoTriggerInput |
interface{} |
No description. |
BootableInput |
interface{} |
No description. |
CheckpointIdInput |
*string |
No description. |
ContainSystemDiskInput |
interface{} |
No description. |
CreatedAtInput |
*string |
No description. |
DescriptionInput |
*string |
No description. |
EncryptedInput |
interface{} |
No description. |
ExpiredAtInput |
*string |
No description. |
IdInput |
*string |
No description. |
ImageTypeInput |
*string |
No description. |
IncrementalInput |
interface{} |
No description. |
NameInput |
*string |
No description. |
ParentIdInput |
*string |
No description. |
ProjectIdInput |
*string |
No description. |
ProviderIdInput |
*string |
No description. |
ResourceAzInput |
*string |
No description. |
ResourceIdInput |
*string |
No description. |
ResourceNameInput |
*string |
No description. |
ResourceSizeInput |
*f64 |
No description. |
ResourceTypeInput |
*string |
No description. |
SnapshotIdInput |
*string |
No description. |
StatusInput |
*string |
No description. |
SupportedRestoreModeInput |
*string |
No description. |
SupportLldInput |
interface{} |
No description. |
SystemDiskInput |
interface{} |
No description. |
UpdatedAtInput |
*string |
No description. |
VaultIdInput |
*string |
No description. |
AutoTrigger |
interface{} |
No description. |
Bootable |
interface{} |
No description. |
CheckpointId |
*string |
No description. |
ContainSystemDisk |
interface{} |
No description. |
CreatedAt |
*string |
No description. |
Description |
*string |
No description. |
Encrypted |
interface{} |
No description. |
ExpiredAt |
*string |
No description. |
Id |
*string |
No description. |
ImageType |
*string |
No description. |
Incremental |
interface{} |
No description. |
Name |
*string |
No description. |
ParentId |
*string |
No description. |
ProjectId |
*string |
No description. |
ProviderId |
*string |
No description. |
ResourceAz |
*string |
No description. |
ResourceId |
*string |
No description. |
ResourceName |
*string |
No description. |
ResourceSize |
*f64 |
No description. |
ResourceType |
*string |
No description. |
SnapshotId |
*string |
No description. |
Status |
*string |
No description. |
SupportedRestoreMode |
*string |
No description. |
SupportLld |
interface{} |
No description. |
SystemDisk |
interface{} |
No description. |
UpdatedAt |
*string |
No description. |
VaultId |
*string |
No description. |
func Node() Node
- Type: github.com/aws/constructs-go/constructs/v10.Node
The tree node.
func CdktfStack() TerraformStack
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack
func Fqn() *string
- Type: *string
func FriendlyUniqueId() *string
- Type: *string
func TerraformMetaArguments() *map[string]interface{}
- Type: *map[string]interface{}
func TerraformResourceType() *string
- Type: *string
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata
func Count() interface{}
- Type: interface{}
func DependsOn() *[]*string
- Type: *[]*string
func ForEach() ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
func Lifecycle() TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
func Provider() TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
func AutoTriggerInput() interface{}
- Type: interface{}
func BootableInput() interface{}
- Type: interface{}
func CheckpointIdInput() *string
- Type: *string
func ContainSystemDiskInput() interface{}
- Type: interface{}
func CreatedAtInput() *string
- Type: *string
func DescriptionInput() *string
- Type: *string
func EncryptedInput() interface{}
- Type: interface{}
func ExpiredAtInput() *string
- Type: *string
func IdInput() *string
- Type: *string
func ImageTypeInput() *string
- Type: *string
func IncrementalInput() interface{}
- Type: interface{}
func NameInput() *string
- Type: *string
func ParentIdInput() *string
- Type: *string
func ProjectIdInput() *string
- Type: *string
func ProviderIdInput() *string
- Type: *string
func ResourceAzInput() *string
- Type: *string
func ResourceIdInput() *string
- Type: *string
func ResourceNameInput() *string
- Type: *string
func ResourceSizeInput() *f64
- Type: *f64
func ResourceTypeInput() *string
- Type: *string
func SnapshotIdInput() *string
- Type: *string
func StatusInput() *string
- Type: *string
func SupportedRestoreModeInput() *string
- Type: *string
func SupportLldInput() interface{}
- Type: interface{}
func SystemDiskInput() interface{}
- Type: interface{}
func UpdatedAtInput() *string
- Type: *string
func VaultIdInput() *string
- Type: *string
func AutoTrigger() interface{}
- Type: interface{}
func Bootable() interface{}
- Type: interface{}
func CheckpointId() *string
- Type: *string
func ContainSystemDisk() interface{}
- Type: interface{}
func CreatedAt() *string
- Type: *string
func Description() *string
- Type: *string
func Encrypted() interface{}
- Type: interface{}
func ExpiredAt() *string
- Type: *string
func Id() *string
- Type: *string
func ImageType() *string
- Type: *string
func Incremental() interface{}
- Type: interface{}
func Name() *string
- Type: *string
func ParentId() *string
- Type: *string
func ProjectId() *string
- Type: *string
func ProviderId() *string
- Type: *string
func ResourceAz() *string
- Type: *string
func ResourceId() *string
- Type: *string
func ResourceName() *string
- Type: *string
func ResourceSize() *f64
- Type: *f64
func ResourceType() *string
- Type: *string
func SnapshotId() *string
- Type: *string
func Status() *string
- Type: *string
func SupportedRestoreMode() *string
- Type: *string
func SupportLld() interface{}
- Type: interface{}
func SystemDisk() interface{}
- Type: interface{}
func UpdatedAt() *string
- Type: *string
func VaultId() *string
- Type: *string
Name | Type | Description |
---|---|---|
TfResourceType |
*string |
No description. |
func TfResourceType() *string
- Type: *string
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"
&dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3Config {
Connection: interface{},
Count: interface{},
DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
AutoTrigger: interface{},
Bootable: interface{},
CheckpointId: *string,
ContainSystemDisk: interface{},
CreatedAt: *string,
Description: *string,
Encrypted: interface{},
ExpiredAt: *string,
Id: *string,
ImageType: *string,
Incremental: interface{},
Name: *string,
ParentId: *string,
ProjectId: *string,
ProviderId: *string,
ResourceAz: *string,
ResourceId: *string,
ResourceName: *string,
ResourceSize: *f64,
ResourceType: *string,
SnapshotId: *string,
Status: *string,
SupportedRestoreMode: *string,
SupportLld: interface{},
SystemDisk: interface{},
UpdatedAt: *string,
VaultId: *string,
}
Connection interface{}
- Type: interface{}
Count interface{}
- Type: interface{}
DependsOn *[]ITerraformDependable
- Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable
ForEach ITerraformIterator
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator
Lifecycle TerraformResourceLifecycle
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
Provider TerraformProvider
- Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
Provisioners *[]interface{}
- Type: *[]interface{}
AutoTrigger interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#auto_trigger DataOpentelekomcloudCbrBackupV3#auto_trigger}.
Bootable interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#bootable DataOpentelekomcloudCbrBackupV3#bootable}.
CheckpointId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#checkpoint_id DataOpentelekomcloudCbrBackupV3#checkpoint_id}.
ContainSystemDisk interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#contain_system_disk DataOpentelekomcloudCbrBackupV3#contain_system_disk}.
CreatedAt *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#created_at DataOpentelekomcloudCbrBackupV3#created_at}.
Description *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#description DataOpentelekomcloudCbrBackupV3#description}.
Encrypted interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#encrypted DataOpentelekomcloudCbrBackupV3#encrypted}.
ExpiredAt *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#expired_at DataOpentelekomcloudCbrBackupV3#expired_at}.
Id *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#id DataOpentelekomcloudCbrBackupV3#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.
ImageType *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#image_type DataOpentelekomcloudCbrBackupV3#image_type}.
Incremental interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#incremental DataOpentelekomcloudCbrBackupV3#incremental}.
Name *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#name DataOpentelekomcloudCbrBackupV3#name}.
ParentId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#parent_id DataOpentelekomcloudCbrBackupV3#parent_id}.
ProjectId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#project_id DataOpentelekomcloudCbrBackupV3#project_id}.
ProviderId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#provider_id DataOpentelekomcloudCbrBackupV3#provider_id}.
ResourceAz *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_az DataOpentelekomcloudCbrBackupV3#resource_az}.
ResourceId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_id DataOpentelekomcloudCbrBackupV3#resource_id}.
ResourceName *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_name DataOpentelekomcloudCbrBackupV3#resource_name}.
ResourceSize *f64
- Type: *f64
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_size DataOpentelekomcloudCbrBackupV3#resource_size}.
ResourceType *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_type DataOpentelekomcloudCbrBackupV3#resource_type}.
SnapshotId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#snapshot_id DataOpentelekomcloudCbrBackupV3#snapshot_id}.
Status *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#status DataOpentelekomcloudCbrBackupV3#status}.
SupportedRestoreMode *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#supported_restore_mode DataOpentelekomcloudCbrBackupV3#supported_restore_mode}.
SupportLld interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#support_lld DataOpentelekomcloudCbrBackupV3#support_lld}.
SystemDisk interface{}
- Type: interface{}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#system_disk DataOpentelekomcloudCbrBackupV3#system_disk}.
UpdatedAt *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#updated_at DataOpentelekomcloudCbrBackupV3#updated_at}.
VaultId *string
- Type: *string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#vault_id DataOpentelekomcloudCbrBackupV3#vault_id}.