Documentation
¶
Index ¶
- func ManagedDisk_IsConstruct(x interface{}) *bool
- func ManagedDisk_TfResourceType() *string
- func NewManagedDiskEncryptionDiskEncryptionKeyOutputReference_Override(m ManagedDiskEncryptionDiskEncryptionKeyOutputReference, ...)
- func NewManagedDiskEncryptionKeyEncryptionKeyOutputReference_Override(m ManagedDiskEncryptionKeyEncryptionKeyOutputReference, ...)
- func NewManagedDiskEncryptionOutputReference_Override(m ManagedDiskEncryptionOutputReference, ...)
- func NewManagedDiskTimeoutsOutputReference_Override(m ManagedDiskTimeoutsOutputReference, ...)
- func NewManagedDisk_Override(m ManagedDisk, scope constructs.Construct, id *string, ...)
- type ManagedDisk
- type ManagedDiskConfig
- type ManagedDiskEncryption
- type ManagedDiskEncryptionDiskEncryptionKey
- type ManagedDiskEncryptionDiskEncryptionKeyOutputReference
- type ManagedDiskEncryptionKeyEncryptionKey
- type ManagedDiskEncryptionKeyEncryptionKeyOutputReference
- type ManagedDiskEncryptionOutputReference
- type ManagedDiskTimeouts
- type ManagedDiskTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ManagedDisk_IsConstruct ¶
func ManagedDisk_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 ManagedDisk_TfResourceType ¶
func ManagedDisk_TfResourceType() *string
func NewManagedDiskEncryptionDiskEncryptionKeyOutputReference_Override ¶
func NewManagedDiskEncryptionDiskEncryptionKeyOutputReference_Override(m ManagedDiskEncryptionDiskEncryptionKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedDiskEncryptionKeyEncryptionKeyOutputReference_Override ¶
func NewManagedDiskEncryptionKeyEncryptionKeyOutputReference_Override(m ManagedDiskEncryptionKeyEncryptionKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedDiskEncryptionOutputReference_Override ¶
func NewManagedDiskEncryptionOutputReference_Override(m ManagedDiskEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedDiskTimeoutsOutputReference_Override ¶
func NewManagedDiskTimeoutsOutputReference_Override(m ManagedDiskTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewManagedDisk_Override ¶
func NewManagedDisk_Override(m ManagedDisk, scope constructs.Construct, id *string, config *ManagedDiskConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk azurestack_managed_disk} Resource.
Types ¶
type ManagedDisk ¶
type ManagedDisk interface {
cdktf.TerraformResource
// Experimental.
CdktfStack() cdktf.TerraformStack
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() *float64
// Experimental.
SetCount(val *float64)
CreateOption() *string
SetCreateOption(val *string)
CreateOptionInput() *string
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
DiskSizeGb() *float64
SetDiskSizeGb(val *float64)
DiskSizeGbInput() *float64
Encryption() ManagedDiskEncryptionOutputReference
EncryptionInput() *ManagedDiskEncryption
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
HyperVGeneration() *string
SetHyperVGeneration(val *string)
HyperVGenerationInput() *string
Id() *string
SetId(val *string)
IdInput() *string
ImageReferenceId() *string
SetImageReferenceId(val *string)
ImageReferenceIdInput() *string
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
Location() *string
SetLocation(val *string)
LocationInput() *string
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
OsType() *string
SetOsType(val *string)
OsTypeInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
// Experimental.
Provisioners() *[]interface{}
// Experimental.
SetProvisioners(val *[]interface{})
// Experimental.
RawOverrides() interface{}
ResourceGroupName() *string
SetResourceGroupName(val *string)
ResourceGroupNameInput() *string
SourceResourceId() *string
SetSourceResourceId(val *string)
SourceResourceIdInput() *string
SourceUri() *string
SetSourceUri(val *string)
SourceUriInput() *string
StorageAccountId() *string
SetStorageAccountId(val *string)
StorageAccountIdInput() *string
StorageAccountType() *string
SetStorageAccountType(val *string)
StorageAccountTypeInput() *string
Tags() *map[string]*string
SetTags(val *map[string]*string)
TagsInput() *map[string]*string
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Timeouts() ManagedDiskTimeoutsOutputReference
TimeoutsInput() interface{}
// 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)
PutEncryption(value *ManagedDiskEncryption)
PutTimeouts(value *ManagedDiskTimeouts)
ResetDiskSizeGb()
ResetEncryption()
ResetHyperVGeneration()
ResetId()
ResetImageReferenceId()
ResetOsType()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetSourceResourceId()
ResetSourceUri()
ResetStorageAccountId()
ResetTags()
ResetTimeouts()
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://www.terraform.io/docs/providers/azurestack/r/managed_disk azurestack_managed_disk}.
func NewManagedDisk ¶
func NewManagedDisk(scope constructs.Construct, id *string, config *ManagedDiskConfig) ManagedDisk
Create a new {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk azurestack_managed_disk} Resource.
type ManagedDiskConfig ¶
type ManagedDiskConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count *float64 `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"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#create_option ManagedDisk#create_option}.
CreateOption *string `field:"required" json:"createOption" yaml:"createOption"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#location ManagedDisk#location}.
Location *string `field:"required" json:"location" yaml:"location"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#name ManagedDisk#name}.
Name *string `field:"required" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#resource_group_name ManagedDisk#resource_group_name}.
ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#storage_account_type ManagedDisk#storage_account_type}.
StorageAccountType *string `field:"required" json:"storageAccountType" yaml:"storageAccountType"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#disk_size_gb ManagedDisk#disk_size_gb}.
DiskSizeGb *float64 `field:"optional" json:"diskSizeGb" yaml:"diskSizeGb"`
// encryption block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#encryption ManagedDisk#encryption}
Encryption *ManagedDiskEncryption `field:"optional" json:"encryption" yaml:"encryption"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#hyper_v_generation ManagedDisk#hyper_v_generation}.
HyperVGeneration *string `field:"optional" json:"hyperVGeneration" yaml:"hyperVGeneration"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#id ManagedDisk#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://www.terraform.io/docs/providers/azurestack/r/managed_disk#image_reference_id ManagedDisk#image_reference_id}.
ImageReferenceId *string `field:"optional" json:"imageReferenceId" yaml:"imageReferenceId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#os_type ManagedDisk#os_type}.
OsType *string `field:"optional" json:"osType" yaml:"osType"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#source_resource_id ManagedDisk#source_resource_id}.
SourceResourceId *string `field:"optional" json:"sourceResourceId" yaml:"sourceResourceId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#source_uri ManagedDisk#source_uri}.
SourceUri *string `field:"optional" json:"sourceUri" yaml:"sourceUri"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#storage_account_id ManagedDisk#storage_account_id}.
StorageAccountId *string `field:"optional" json:"storageAccountId" yaml:"storageAccountId"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#tags ManagedDisk#tags}.
Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#timeouts ManagedDisk#timeouts}
Timeouts *ManagedDiskTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"`
}
type ManagedDiskEncryption ¶
type ManagedDiskEncryption struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#enabled ManagedDisk#enabled}.
Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"`
// disk_encryption_key block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#disk_encryption_key ManagedDisk#disk_encryption_key}
DiskEncryptionKey *ManagedDiskEncryptionDiskEncryptionKey `field:"optional" json:"diskEncryptionKey" yaml:"diskEncryptionKey"`
// key_encryption_key block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#key_encryption_key ManagedDisk#key_encryption_key}
KeyEncryptionKey *ManagedDiskEncryptionKeyEncryptionKey `field:"optional" json:"keyEncryptionKey" yaml:"keyEncryptionKey"`
}
type ManagedDiskEncryptionDiskEncryptionKey ¶
type ManagedDiskEncryptionDiskEncryptionKey struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#secret_url ManagedDisk#secret_url}.
SecretUrl *string `field:"required" json:"secretUrl" yaml:"secretUrl"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#source_vault_id ManagedDisk#source_vault_id}.
SourceVaultId *string `field:"required" json:"sourceVaultId" yaml:"sourceVaultId"`
}
type ManagedDiskEncryptionDiskEncryptionKeyOutputReference ¶
type ManagedDiskEncryptionDiskEncryptionKeyOutputReference 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() *ManagedDiskEncryptionDiskEncryptionKey
SetInternalValue(val *ManagedDiskEncryptionDiskEncryptionKey)
SecretUrl() *string
SetSecretUrl(val *string)
SecretUrlInput() *string
SourceVaultId() *string
SetSourceVaultId(val *string)
SourceVaultIdInput() *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 NewManagedDiskEncryptionDiskEncryptionKeyOutputReference ¶
func NewManagedDiskEncryptionDiskEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedDiskEncryptionDiskEncryptionKeyOutputReference
type ManagedDiskEncryptionKeyEncryptionKey ¶
type ManagedDiskEncryptionKeyEncryptionKey struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#key_url ManagedDisk#key_url}.
KeyUrl *string `field:"required" json:"keyUrl" yaml:"keyUrl"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#source_vault_id ManagedDisk#source_vault_id}.
SourceVaultId *string `field:"required" json:"sourceVaultId" yaml:"sourceVaultId"`
}
type ManagedDiskEncryptionKeyEncryptionKeyOutputReference ¶
type ManagedDiskEncryptionKeyEncryptionKeyOutputReference 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() *ManagedDiskEncryptionKeyEncryptionKey
SetInternalValue(val *ManagedDiskEncryptionKeyEncryptionKey)
KeyUrl() *string
SetKeyUrl(val *string)
KeyUrlInput() *string
SourceVaultId() *string
SetSourceVaultId(val *string)
SourceVaultIdInput() *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 NewManagedDiskEncryptionKeyEncryptionKeyOutputReference ¶
func NewManagedDiskEncryptionKeyEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedDiskEncryptionKeyEncryptionKeyOutputReference
type ManagedDiskEncryptionOutputReference ¶
type ManagedDiskEncryptionOutputReference 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
DiskEncryptionKey() ManagedDiskEncryptionDiskEncryptionKeyOutputReference
DiskEncryptionKeyInput() *ManagedDiskEncryptionDiskEncryptionKey
Enabled() interface{}
SetEnabled(val interface{})
EnabledInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *ManagedDiskEncryption
SetInternalValue(val *ManagedDiskEncryption)
KeyEncryptionKey() ManagedDiskEncryptionKeyEncryptionKeyOutputReference
KeyEncryptionKeyInput() *ManagedDiskEncryptionKeyEncryptionKey
// 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
PutDiskEncryptionKey(value *ManagedDiskEncryptionDiskEncryptionKey)
PutKeyEncryptionKey(value *ManagedDiskEncryptionKeyEncryptionKey)
ResetDiskEncryptionKey()
ResetKeyEncryptionKey()
// 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 NewManagedDiskEncryptionOutputReference ¶
func NewManagedDiskEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedDiskEncryptionOutputReference
type ManagedDiskTimeouts ¶
type ManagedDiskTimeouts struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#create ManagedDisk#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#delete ManagedDisk#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#read ManagedDisk#read}.
Read *string `field:"optional" json:"read" yaml:"read"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurestack/r/managed_disk#update ManagedDisk#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type ManagedDiskTimeoutsOutputReference ¶
type ManagedDiskTimeoutsOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
Create() *string
SetCreate(val *string)
CreateInput() *string
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
Delete() *string
SetDelete(val *string)
DeleteInput() *string
// Experimental.
Fqn() *string
InternalValue() interface{}
SetInternalValue(val interface{})
Read() *string
SetRead(val *string)
ReadInput() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Update() *string
SetUpdate(val *string)
UpdateInput() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
ResetCreate()
ResetDelete()
ResetRead()
ResetUpdate()
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewManagedDiskTimeoutsOutputReference ¶
func NewManagedDiskTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ManagedDiskTimeoutsOutputReference
Source Files
¶
- manageddisk.go
- manageddisk_ManagedDisk.go
- manageddisk_ManagedDiskConfig.go
- manageddisk_ManagedDiskEncryption.go
- manageddisk_ManagedDiskEncryptionDiskEncryptionKey.go
- manageddisk_ManagedDiskEncryptionDiskEncryptionKeyOutputReference.go
- manageddisk_ManagedDiskEncryptionDiskEncryptionKeyOutputReference__runtime_type_checks.go
- manageddisk_ManagedDiskEncryptionKeyEncryptionKey.go
- manageddisk_ManagedDiskEncryptionKeyEncryptionKeyOutputReference.go
- manageddisk_ManagedDiskEncryptionKeyEncryptionKeyOutputReference__runtime_type_checks.go
- manageddisk_ManagedDiskEncryptionOutputReference.go
- manageddisk_ManagedDiskEncryptionOutputReference__runtime_type_checks.go
- manageddisk_ManagedDiskTimeouts.go
- manageddisk_ManagedDiskTimeoutsOutputReference.go
- manageddisk_ManagedDiskTimeoutsOutputReference__runtime_type_checks.go
- manageddisk_ManagedDisk__runtime_type_checks.go