Versions in this module Expand all Collapse all v6 v6.0.0 Apr 18, 2023 Changes in this version + func GoogleComputeSnapshot_IsConstruct(x interface{}) *bool + func GoogleComputeSnapshot_IsTerraformElement(x interface{}) *bool + func GoogleComputeSnapshot_IsTerraformResource(x interface{}) *bool + func GoogleComputeSnapshot_TfResourceType() *string + func NewGoogleComputeSnapshotSnapshotEncryptionKeyOutputReference_Override(g GoogleComputeSnapshotSnapshotEncryptionKeyOutputReference, ...) + func NewGoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference_Override(g GoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference, ...) + func NewGoogleComputeSnapshotTimeoutsOutputReference_Override(g GoogleComputeSnapshotTimeoutsOutputReference, ...) + func NewGoogleComputeSnapshot_Override(g GoogleComputeSnapshot, scope constructs.Construct, id *string, ...) + type GoogleComputeSnapshot interface + AddOverride func(path *string, value interface{}) + CdktfStack func() cdktf.TerraformStack + ChainName func() *string + ChainNameInput func() *string + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() *float64 + CreationTimestamp func() *string + DependsOn func() *[]*string + Description func() *string + DescriptionInput func() *string + DiskSizeGb func() *float64 + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + LabelFingerprint func() *string + Labels func() *map[string]*string + LabelsInput func() *map[string]*string + Licenses func() *[]*string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Name func() *string + NameInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Project func() *string + ProjectInput func() *string + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutSnapshotEncryptionKey func(value *GoogleComputeSnapshotSnapshotEncryptionKey) + PutSourceDiskEncryptionKey func(value *GoogleComputeSnapshotSourceDiskEncryptionKey) + PutTimeouts func(value *GoogleComputeSnapshotTimeouts) + RawOverrides func() interface{} + ResetChainName func() + ResetDescription func() + ResetId func() + ResetLabels func() + ResetOverrideLogicalId func() + ResetProject func() + ResetSnapshotEncryptionKey func() + ResetSourceDiskEncryptionKey func() + ResetStorageLocations func() + ResetTimeouts func() + ResetZone func() + SelfLink func() *string + SetChainName func(val *string) + SetConnection func(val interface{}) + SetCount func(val *float64) + SetDependsOn func(val *[]*string) + SetDescription func(val *string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetLabels func(val *map[string]*string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetName func(val *string) + SetProject func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetSourceDisk func(val *string) + SetStorageLocations func(val *[]*string) + SetZone func(val *string) + SnapshotEncryptionKey func() GoogleComputeSnapshotSnapshotEncryptionKeyOutputReference + SnapshotEncryptionKeyInput func() *GoogleComputeSnapshotSnapshotEncryptionKey + SnapshotId func() *float64 + SourceDisk func() *string + SourceDiskEncryptionKey func() GoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference + SourceDiskEncryptionKeyInput func() *GoogleComputeSnapshotSourceDiskEncryptionKey + SourceDiskInput func() *string + StorageBytes func() *float64 + StorageLocations func() *[]*string + StorageLocationsInput func() *[]*string + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() GoogleComputeSnapshotTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + Zone func() *string + ZoneInput func() *string + func NewGoogleComputeSnapshot(scope constructs.Construct, id *string, config *GoogleComputeSnapshotConfig) GoogleComputeSnapshot + type GoogleComputeSnapshotConfig struct + ChainName *string + Connection interface{} + Count *float64 + DependsOn *[]cdktf.ITerraformDependable + Description *string + ForEach cdktf.ITerraformIterator + Id *string + Labels *map[string]*string + Lifecycle *cdktf.TerraformResourceLifecycle + Name *string + Project *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + SnapshotEncryptionKey *GoogleComputeSnapshotSnapshotEncryptionKey + SourceDisk *string + SourceDiskEncryptionKey *GoogleComputeSnapshotSourceDiskEncryptionKey + StorageLocations *[]*string + Timeouts *GoogleComputeSnapshotTimeouts + Zone *string + type GoogleComputeSnapshotSnapshotEncryptionKey struct + KmsKeySelfLink *string + KmsKeyServiceAccount *string + RawKey *string + type GoogleComputeSnapshotSnapshotEncryptionKeyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GoogleComputeSnapshotSnapshotEncryptionKey + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KmsKeySelfLink func() *string + KmsKeySelfLinkInput func() *string + KmsKeyServiceAccount func() *string + KmsKeyServiceAccountInput func() *string + RawKey func() *string + RawKeyInput func() *string + ResetKmsKeySelfLink func() + ResetKmsKeyServiceAccount func() + ResetRawKey func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GoogleComputeSnapshotSnapshotEncryptionKey) + SetKmsKeySelfLink func(val *string) + SetKmsKeyServiceAccount func(val *string) + SetRawKey func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + Sha256 func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleComputeSnapshotSnapshotEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeSnapshotSnapshotEncryptionKeyOutputReference + type GoogleComputeSnapshotSourceDiskEncryptionKey struct + KmsKeyServiceAccount *string + RawKey *string + type GoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *GoogleComputeSnapshotSourceDiskEncryptionKey + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KmsKeyServiceAccount func() *string + KmsKeyServiceAccountInput func() *string + RawKey func() *string + RawKeyInput func() *string + ResetKmsKeyServiceAccount func() + ResetRawKey func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *GoogleComputeSnapshotSourceDiskEncryptionKey) + SetKmsKeyServiceAccount func(val *string) + SetRawKey func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewGoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeSnapshotSourceDiskEncryptionKeyOutputReference + type GoogleComputeSnapshotTimeouts struct + Create *string + Delete *string + Update *string + type GoogleComputeSnapshotTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewGoogleComputeSnapshotTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleComputeSnapshotTimeoutsOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v10 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v11 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v12 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v13 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v14 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v3 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v4 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v5 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v7 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v8 github.com/cdktf/cdktf-provider-googlebeta-go/googlebeta/v9