Documentation ¶
Index ¶
- func NewStorageManagementPolicyRuleActionsBaseBlobOutputReference_Override(s StorageManagementPolicyRuleActionsBaseBlobOutputReference, ...)
- func NewStorageManagementPolicyRuleActionsOutputReference_Override(s StorageManagementPolicyRuleActionsOutputReference, ...)
- func NewStorageManagementPolicyRuleActionsSnapshotOutputReference_Override(s StorageManagementPolicyRuleActionsSnapshotOutputReference, ...)
- func NewStorageManagementPolicyRuleActionsVersionOutputReference_Override(s StorageManagementPolicyRuleActionsVersionOutputReference, ...)
- func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagList_Override(s StorageManagementPolicyRuleFiltersMatchBlobIndexTagList, ...)
- func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference_Override(s StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference, ...)
- func NewStorageManagementPolicyRuleFiltersOutputReference_Override(s StorageManagementPolicyRuleFiltersOutputReference, ...)
- func NewStorageManagementPolicyRuleList_Override(s StorageManagementPolicyRuleList, ...)
- func NewStorageManagementPolicyRuleOutputReference_Override(s StorageManagementPolicyRuleOutputReference, ...)
- func NewStorageManagementPolicyTimeoutsOutputReference_Override(s StorageManagementPolicyTimeoutsOutputReference, ...)
- func NewStorageManagementPolicy_Override(s StorageManagementPolicy, scope constructs.Construct, id *string, ...)
- func StorageManagementPolicy_IsConstruct(x interface{}) *bool
- func StorageManagementPolicy_IsTerraformElement(x interface{}) *bool
- func StorageManagementPolicy_IsTerraformResource(x interface{}) *bool
- func StorageManagementPolicy_TfResourceType() *string
- type StorageManagementPolicy
- type StorageManagementPolicyConfig
- type StorageManagementPolicyRule
- type StorageManagementPolicyRuleActions
- type StorageManagementPolicyRuleActionsBaseBlob
- type StorageManagementPolicyRuleActionsBaseBlobOutputReference
- type StorageManagementPolicyRuleActionsOutputReference
- type StorageManagementPolicyRuleActionsSnapshot
- type StorageManagementPolicyRuleActionsSnapshotOutputReference
- type StorageManagementPolicyRuleActionsVersion
- type StorageManagementPolicyRuleActionsVersionOutputReference
- type StorageManagementPolicyRuleFilters
- type StorageManagementPolicyRuleFiltersMatchBlobIndexTag
- type StorageManagementPolicyRuleFiltersMatchBlobIndexTagList
- type StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference
- type StorageManagementPolicyRuleFiltersOutputReference
- type StorageManagementPolicyRuleList
- type StorageManagementPolicyRuleOutputReference
- type StorageManagementPolicyTimeouts
- type StorageManagementPolicyTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageManagementPolicyRuleActionsBaseBlobOutputReference_Override ¶
func NewStorageManagementPolicyRuleActionsBaseBlobOutputReference_Override(s StorageManagementPolicyRuleActionsBaseBlobOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicyRuleActionsOutputReference_Override ¶
func NewStorageManagementPolicyRuleActionsOutputReference_Override(s StorageManagementPolicyRuleActionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicyRuleActionsSnapshotOutputReference_Override ¶
func NewStorageManagementPolicyRuleActionsSnapshotOutputReference_Override(s StorageManagementPolicyRuleActionsSnapshotOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicyRuleActionsVersionOutputReference_Override ¶
func NewStorageManagementPolicyRuleActionsVersionOutputReference_Override(s StorageManagementPolicyRuleActionsVersionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagList_Override ¶
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagList_Override(s StorageManagementPolicyRuleFiltersMatchBlobIndexTagList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference_Override ¶
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference_Override(s StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewStorageManagementPolicyRuleFiltersOutputReference_Override ¶
func NewStorageManagementPolicyRuleFiltersOutputReference_Override(s StorageManagementPolicyRuleFiltersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicyRuleList_Override ¶
func NewStorageManagementPolicyRuleList_Override(s StorageManagementPolicyRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewStorageManagementPolicyRuleOutputReference_Override ¶
func NewStorageManagementPolicyRuleOutputReference_Override(s StorageManagementPolicyRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewStorageManagementPolicyTimeoutsOutputReference_Override ¶
func NewStorageManagementPolicyTimeoutsOutputReference_Override(s StorageManagementPolicyTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageManagementPolicy_Override ¶
func NewStorageManagementPolicy_Override(s StorageManagementPolicy, scope constructs.Construct, id *string, config *StorageManagementPolicyConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy azurerm_storage_management_policy} Resource.
func StorageManagementPolicy_IsConstruct ¶
func StorageManagementPolicy_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 StorageManagementPolicy_IsTerraformElement ¶
func StorageManagementPolicy_IsTerraformElement(x interface{}) *bool
Experimental.
func StorageManagementPolicy_IsTerraformResource ¶
func StorageManagementPolicy_IsTerraformResource(x interface{}) *bool
Experimental.
func StorageManagementPolicy_TfResourceType ¶
func StorageManagementPolicy_TfResourceType() *string
Types ¶
type StorageManagementPolicy ¶
type StorageManagementPolicy interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*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 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Rule() StorageManagementPolicyRuleList RuleInput() interface{} StorageAccountId() *string SetStorageAccountId(val *string) StorageAccountIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() StorageManagementPolicyTimeoutsOutputReference 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) PutRule(value interface{}) PutTimeouts(value *StorageManagementPolicyTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRule() 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://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy azurerm_storage_management_policy}.
func NewStorageManagementPolicy ¶
func NewStorageManagementPolicy(scope constructs.Construct, id *string, config *StorageManagementPolicyConfig) StorageManagementPolicy
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy azurerm_storage_management_policy} Resource.
type StorageManagementPolicyConfig ¶
type StorageManagementPolicyConfig 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#storage_account_id StorageManagementPolicy#storage_account_id}. StorageAccountId *string `field:"required" json:"storageAccountId" yaml:"storageAccountId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#id StorageManagementPolicy#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"` // rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#rule StorageManagementPolicy#rule} Rule interface{} `field:"optional" json:"rule" yaml:"rule"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#timeouts StorageManagementPolicy#timeouts} Timeouts *StorageManagementPolicyTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type StorageManagementPolicyRule ¶
type StorageManagementPolicyRule struct { // actions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#actions StorageManagementPolicy#actions} Actions *StorageManagementPolicyRuleActions `field:"required" json:"actions" yaml:"actions"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#enabled StorageManagementPolicy#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // filters block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#filters StorageManagementPolicy#filters} Filters *StorageManagementPolicyRuleFilters `field:"required" json:"filters" yaml:"filters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#name StorageManagementPolicy#name}. Name *string `field:"required" json:"name" yaml:"name"` }
type StorageManagementPolicyRuleActions ¶
type StorageManagementPolicyRuleActions struct { // base_blob block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#base_blob StorageManagementPolicy#base_blob} BaseBlob *StorageManagementPolicyRuleActionsBaseBlob `field:"optional" json:"baseBlob" yaml:"baseBlob"` // snapshot block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#snapshot StorageManagementPolicy#snapshot} Snapshot *StorageManagementPolicyRuleActionsSnapshot `field:"optional" json:"snapshot" yaml:"snapshot"` // version block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#version StorageManagementPolicy#version} Version *StorageManagementPolicyRuleActionsVersion `field:"optional" json:"version" yaml:"version"` }
type StorageManagementPolicyRuleActionsBaseBlob ¶
type StorageManagementPolicyRuleActionsBaseBlob struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#auto_tier_to_hot_from_cool_enabled StorageManagementPolicy#auto_tier_to_hot_from_cool_enabled}. AutoTierToHotFromCoolEnabled interface{} `field:"optional" json:"autoTierToHotFromCoolEnabled" yaml:"autoTierToHotFromCoolEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete_after_days_since_creation_greater_than StorageManagementPolicy#delete_after_days_since_creation_greater_than}. DeleteAfterDaysSinceCreationGreaterThan *float64 `field:"optional" json:"deleteAfterDaysSinceCreationGreaterThan" yaml:"deleteAfterDaysSinceCreationGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete_after_days_since_last_access_time_greater_than StorageManagementPolicy#delete_after_days_since_last_access_time_greater_than}. DeleteAfterDaysSinceLastAccessTimeGreaterThan *float64 `field:"optional" json:"deleteAfterDaysSinceLastAccessTimeGreaterThan" yaml:"deleteAfterDaysSinceLastAccessTimeGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete_after_days_since_modification_greater_than StorageManagementPolicy#delete_after_days_since_modification_greater_than}. DeleteAfterDaysSinceModificationGreaterThan *float64 `field:"optional" json:"deleteAfterDaysSinceModificationGreaterThan" yaml:"deleteAfterDaysSinceModificationGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_creation_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_creation_greater_than}. TierToArchiveAfterDaysSinceCreationGreaterThan *float64 `field:"optional" json:"tierToArchiveAfterDaysSinceCreationGreaterThan" yaml:"tierToArchiveAfterDaysSinceCreationGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_last_access_time_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_last_access_time_greater_than}. TierToArchiveAfterDaysSinceLastAccessTimeGreaterThan *float64 `` /* 136-byte string literal not displayed */ // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_last_tier_change_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_last_tier_change_greater_than}. TierToArchiveAfterDaysSinceLastTierChangeGreaterThan *float64 `` /* 136-byte string literal not displayed */ // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_modification_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_modification_greater_than}. TierToArchiveAfterDaysSinceModificationGreaterThan *float64 `` /* 132-byte string literal not displayed */ // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_cool_after_days_since_creation_greater_than StorageManagementPolicy#tier_to_cool_after_days_since_creation_greater_than}. TierToCoolAfterDaysSinceCreationGreaterThan *float64 `field:"optional" json:"tierToCoolAfterDaysSinceCreationGreaterThan" yaml:"tierToCoolAfterDaysSinceCreationGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_cool_after_days_since_last_access_time_greater_than StorageManagementPolicy#tier_to_cool_after_days_since_last_access_time_greater_than}. TierToCoolAfterDaysSinceLastAccessTimeGreaterThan *float64 `` /* 130-byte string literal not displayed */ // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_cool_after_days_since_modification_greater_than StorageManagementPolicy#tier_to_cool_after_days_since_modification_greater_than}. TierToCoolAfterDaysSinceModificationGreaterThan *float64 `` /* 126-byte string literal not displayed */ }
type StorageManagementPolicyRuleActionsBaseBlobOutputReference ¶
type StorageManagementPolicyRuleActionsBaseBlobOutputReference interface { cdktf.ComplexObject AutoTierToHotFromCoolEnabled() interface{} SetAutoTierToHotFromCoolEnabled(val interface{}) AutoTierToHotFromCoolEnabledInput() interface{} // 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 DeleteAfterDaysSinceCreationGreaterThan() *float64 SetDeleteAfterDaysSinceCreationGreaterThan(val *float64) DeleteAfterDaysSinceCreationGreaterThanInput() *float64 DeleteAfterDaysSinceLastAccessTimeGreaterThan() *float64 SetDeleteAfterDaysSinceLastAccessTimeGreaterThan(val *float64) DeleteAfterDaysSinceLastAccessTimeGreaterThanInput() *float64 DeleteAfterDaysSinceModificationGreaterThan() *float64 SetDeleteAfterDaysSinceModificationGreaterThan(val *float64) DeleteAfterDaysSinceModificationGreaterThanInput() *float64 // Experimental. Fqn() *string InternalValue() *StorageManagementPolicyRuleActionsBaseBlob SetInternalValue(val *StorageManagementPolicyRuleActionsBaseBlob) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TierToArchiveAfterDaysSinceCreationGreaterThan() *float64 SetTierToArchiveAfterDaysSinceCreationGreaterThan(val *float64) TierToArchiveAfterDaysSinceCreationGreaterThanInput() *float64 TierToArchiveAfterDaysSinceLastAccessTimeGreaterThan() *float64 SetTierToArchiveAfterDaysSinceLastAccessTimeGreaterThan(val *float64) TierToArchiveAfterDaysSinceLastAccessTimeGreaterThanInput() *float64 TierToArchiveAfterDaysSinceLastTierChangeGreaterThan() *float64 SetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan(val *float64) TierToArchiveAfterDaysSinceLastTierChangeGreaterThanInput() *float64 TierToArchiveAfterDaysSinceModificationGreaterThan() *float64 SetTierToArchiveAfterDaysSinceModificationGreaterThan(val *float64) TierToArchiveAfterDaysSinceModificationGreaterThanInput() *float64 TierToCoolAfterDaysSinceCreationGreaterThan() *float64 SetTierToCoolAfterDaysSinceCreationGreaterThan(val *float64) TierToCoolAfterDaysSinceCreationGreaterThanInput() *float64 TierToCoolAfterDaysSinceLastAccessTimeGreaterThan() *float64 SetTierToCoolAfterDaysSinceLastAccessTimeGreaterThan(val *float64) TierToCoolAfterDaysSinceLastAccessTimeGreaterThanInput() *float64 TierToCoolAfterDaysSinceModificationGreaterThan() *float64 SetTierToCoolAfterDaysSinceModificationGreaterThan(val *float64) TierToCoolAfterDaysSinceModificationGreaterThanInput() *float64 // 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 ResetAutoTierToHotFromCoolEnabled() ResetDeleteAfterDaysSinceCreationGreaterThan() ResetDeleteAfterDaysSinceLastAccessTimeGreaterThan() ResetDeleteAfterDaysSinceModificationGreaterThan() ResetTierToArchiveAfterDaysSinceCreationGreaterThan() ResetTierToArchiveAfterDaysSinceLastAccessTimeGreaterThan() ResetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan() ResetTierToArchiveAfterDaysSinceModificationGreaterThan() ResetTierToCoolAfterDaysSinceCreationGreaterThan() ResetTierToCoolAfterDaysSinceLastAccessTimeGreaterThan() ResetTierToCoolAfterDaysSinceModificationGreaterThan() // 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 NewStorageManagementPolicyRuleActionsBaseBlobOutputReference ¶
func NewStorageManagementPolicyRuleActionsBaseBlobOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyRuleActionsBaseBlobOutputReference
type StorageManagementPolicyRuleActionsOutputReference ¶
type StorageManagementPolicyRuleActionsOutputReference interface { cdktf.ComplexObject BaseBlob() StorageManagementPolicyRuleActionsBaseBlobOutputReference BaseBlobInput() *StorageManagementPolicyRuleActionsBaseBlob // 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() *StorageManagementPolicyRuleActions SetInternalValue(val *StorageManagementPolicyRuleActions) Snapshot() StorageManagementPolicyRuleActionsSnapshotOutputReference SnapshotInput() *StorageManagementPolicyRuleActionsSnapshot // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() StorageManagementPolicyRuleActionsVersionOutputReference VersionInput() *StorageManagementPolicyRuleActionsVersion // 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 PutBaseBlob(value *StorageManagementPolicyRuleActionsBaseBlob) PutSnapshot(value *StorageManagementPolicyRuleActionsSnapshot) PutVersion(value *StorageManagementPolicyRuleActionsVersion) ResetBaseBlob() ResetSnapshot() ResetVersion() // 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 NewStorageManagementPolicyRuleActionsOutputReference ¶
func NewStorageManagementPolicyRuleActionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyRuleActionsOutputReference
type StorageManagementPolicyRuleActionsSnapshot ¶
type StorageManagementPolicyRuleActionsSnapshot struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#change_tier_to_archive_after_days_since_creation StorageManagementPolicy#change_tier_to_archive_after_days_since_creation}. ChangeTierToArchiveAfterDaysSinceCreation *float64 `field:"optional" json:"changeTierToArchiveAfterDaysSinceCreation" yaml:"changeTierToArchiveAfterDaysSinceCreation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#change_tier_to_cool_after_days_since_creation StorageManagementPolicy#change_tier_to_cool_after_days_since_creation}. ChangeTierToCoolAfterDaysSinceCreation *float64 `field:"optional" json:"changeTierToCoolAfterDaysSinceCreation" yaml:"changeTierToCoolAfterDaysSinceCreation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete_after_days_since_creation_greater_than StorageManagementPolicy#delete_after_days_since_creation_greater_than}. DeleteAfterDaysSinceCreationGreaterThan *float64 `field:"optional" json:"deleteAfterDaysSinceCreationGreaterThan" yaml:"deleteAfterDaysSinceCreationGreaterThan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_last_tier_change_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_last_tier_change_greater_than}. TierToArchiveAfterDaysSinceLastTierChangeGreaterThan *float64 `` /* 136-byte string literal not displayed */ }
type StorageManagementPolicyRuleActionsSnapshotOutputReference ¶
type StorageManagementPolicyRuleActionsSnapshotOutputReference interface { cdktf.ComplexObject ChangeTierToArchiveAfterDaysSinceCreation() *float64 SetChangeTierToArchiveAfterDaysSinceCreation(val *float64) ChangeTierToArchiveAfterDaysSinceCreationInput() *float64 ChangeTierToCoolAfterDaysSinceCreation() *float64 SetChangeTierToCoolAfterDaysSinceCreation(val *float64) ChangeTierToCoolAfterDaysSinceCreationInput() *float64 // 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 DeleteAfterDaysSinceCreationGreaterThan() *float64 SetDeleteAfterDaysSinceCreationGreaterThan(val *float64) DeleteAfterDaysSinceCreationGreaterThanInput() *float64 // Experimental. Fqn() *string InternalValue() *StorageManagementPolicyRuleActionsSnapshot SetInternalValue(val *StorageManagementPolicyRuleActionsSnapshot) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TierToArchiveAfterDaysSinceLastTierChangeGreaterThan() *float64 SetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan(val *float64) TierToArchiveAfterDaysSinceLastTierChangeGreaterThanInput() *float64 // 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 ResetChangeTierToArchiveAfterDaysSinceCreation() ResetChangeTierToCoolAfterDaysSinceCreation() ResetDeleteAfterDaysSinceCreationGreaterThan() ResetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan() // 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 NewStorageManagementPolicyRuleActionsSnapshotOutputReference ¶
func NewStorageManagementPolicyRuleActionsSnapshotOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyRuleActionsSnapshotOutputReference
type StorageManagementPolicyRuleActionsVersion ¶
type StorageManagementPolicyRuleActionsVersion struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#change_tier_to_archive_after_days_since_creation StorageManagementPolicy#change_tier_to_archive_after_days_since_creation}. ChangeTierToArchiveAfterDaysSinceCreation *float64 `field:"optional" json:"changeTierToArchiveAfterDaysSinceCreation" yaml:"changeTierToArchiveAfterDaysSinceCreation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#change_tier_to_cool_after_days_since_creation StorageManagementPolicy#change_tier_to_cool_after_days_since_creation}. ChangeTierToCoolAfterDaysSinceCreation *float64 `field:"optional" json:"changeTierToCoolAfterDaysSinceCreation" yaml:"changeTierToCoolAfterDaysSinceCreation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete_after_days_since_creation StorageManagementPolicy#delete_after_days_since_creation}. DeleteAfterDaysSinceCreation *float64 `field:"optional" json:"deleteAfterDaysSinceCreation" yaml:"deleteAfterDaysSinceCreation"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#tier_to_archive_after_days_since_last_tier_change_greater_than StorageManagementPolicy#tier_to_archive_after_days_since_last_tier_change_greater_than}. TierToArchiveAfterDaysSinceLastTierChangeGreaterThan *float64 `` /* 136-byte string literal not displayed */ }
type StorageManagementPolicyRuleActionsVersionOutputReference ¶
type StorageManagementPolicyRuleActionsVersionOutputReference interface { cdktf.ComplexObject ChangeTierToArchiveAfterDaysSinceCreation() *float64 SetChangeTierToArchiveAfterDaysSinceCreation(val *float64) ChangeTierToArchiveAfterDaysSinceCreationInput() *float64 ChangeTierToCoolAfterDaysSinceCreation() *float64 SetChangeTierToCoolAfterDaysSinceCreation(val *float64) ChangeTierToCoolAfterDaysSinceCreationInput() *float64 // 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 DeleteAfterDaysSinceCreation() *float64 SetDeleteAfterDaysSinceCreation(val *float64) DeleteAfterDaysSinceCreationInput() *float64 // Experimental. Fqn() *string InternalValue() *StorageManagementPolicyRuleActionsVersion SetInternalValue(val *StorageManagementPolicyRuleActionsVersion) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TierToArchiveAfterDaysSinceLastTierChangeGreaterThan() *float64 SetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan(val *float64) TierToArchiveAfterDaysSinceLastTierChangeGreaterThanInput() *float64 // 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 ResetChangeTierToArchiveAfterDaysSinceCreation() ResetChangeTierToCoolAfterDaysSinceCreation() ResetDeleteAfterDaysSinceCreation() ResetTierToArchiveAfterDaysSinceLastTierChangeGreaterThan() // 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 NewStorageManagementPolicyRuleActionsVersionOutputReference ¶
func NewStorageManagementPolicyRuleActionsVersionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyRuleActionsVersionOutputReference
type StorageManagementPolicyRuleFilters ¶
type StorageManagementPolicyRuleFilters struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#blob_types StorageManagementPolicy#blob_types}. BlobTypes *[]*string `field:"required" json:"blobTypes" yaml:"blobTypes"` // match_blob_index_tag block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#match_blob_index_tag StorageManagementPolicy#match_blob_index_tag} MatchBlobIndexTag interface{} `field:"optional" json:"matchBlobIndexTag" yaml:"matchBlobIndexTag"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#prefix_match StorageManagementPolicy#prefix_match}. PrefixMatch *[]*string `field:"optional" json:"prefixMatch" yaml:"prefixMatch"` }
type StorageManagementPolicyRuleFiltersMatchBlobIndexTag ¶
type StorageManagementPolicyRuleFiltersMatchBlobIndexTag struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#name StorageManagementPolicy#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#value StorageManagementPolicy#value}. Value *string `field:"required" json:"value" yaml:"value"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#operation StorageManagementPolicy#operation}. Operation *string `field:"optional" json:"operation" yaml:"operation"` }
type StorageManagementPolicyRuleFiltersMatchBlobIndexTagList ¶
type StorageManagementPolicyRuleFiltersMatchBlobIndexTagList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference // 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 NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagList ¶
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StorageManagementPolicyRuleFiltersMatchBlobIndexTagList
type StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference ¶
type StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Operation() *string SetOperation(val *string) OperationInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *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 ResetOperation() // 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 NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference ¶
func NewStorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference
type StorageManagementPolicyRuleFiltersOutputReference ¶
type StorageManagementPolicyRuleFiltersOutputReference interface { cdktf.ComplexObject BlobTypes() *[]*string SetBlobTypes(val *[]*string) BlobTypesInput() *[]*string // 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() *StorageManagementPolicyRuleFilters SetInternalValue(val *StorageManagementPolicyRuleFilters) MatchBlobIndexTag() StorageManagementPolicyRuleFiltersMatchBlobIndexTagList MatchBlobIndexTagInput() interface{} PrefixMatch() *[]*string SetPrefixMatch(val *[]*string) PrefixMatchInput() *[]*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 PutMatchBlobIndexTag(value interface{}) ResetMatchBlobIndexTag() ResetPrefixMatch() // 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 NewStorageManagementPolicyRuleFiltersOutputReference ¶
func NewStorageManagementPolicyRuleFiltersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyRuleFiltersOutputReference
type StorageManagementPolicyRuleList ¶
type StorageManagementPolicyRuleList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) StorageManagementPolicyRuleOutputReference // 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 NewStorageManagementPolicyRuleList ¶
func NewStorageManagementPolicyRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StorageManagementPolicyRuleList
type StorageManagementPolicyRuleOutputReference ¶
type StorageManagementPolicyRuleOutputReference interface { cdktf.ComplexObject Actions() StorageManagementPolicyRuleActionsOutputReference ActionsInput() *StorageManagementPolicyRuleActions // 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} Filters() StorageManagementPolicyRuleFiltersOutputReference FiltersInput() *StorageManagementPolicyRuleFilters // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutActions(value *StorageManagementPolicyRuleActions) PutFilters(value *StorageManagementPolicyRuleFilters) // 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 NewStorageManagementPolicyRuleOutputReference ¶
func NewStorageManagementPolicyRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) StorageManagementPolicyRuleOutputReference
type StorageManagementPolicyTimeouts ¶
type StorageManagementPolicyTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#create StorageManagementPolicy#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#delete StorageManagementPolicy#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#read StorageManagementPolicy#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/storage_management_policy#update StorageManagementPolicy#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type StorageManagementPolicyTimeoutsOutputReference ¶
type StorageManagementPolicyTimeoutsOutputReference 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 NewStorageManagementPolicyTimeoutsOutputReference ¶
func NewStorageManagementPolicyTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageManagementPolicyTimeoutsOutputReference
Source Files ¶
- StorageManagementPolicy.go
- StorageManagementPolicyConfig.go
- StorageManagementPolicyRule.go
- StorageManagementPolicyRuleActions.go
- StorageManagementPolicyRuleActionsBaseBlob.go
- StorageManagementPolicyRuleActionsBaseBlobOutputReference.go
- StorageManagementPolicyRuleActionsBaseBlobOutputReference__checks.go
- StorageManagementPolicyRuleActionsOutputReference.go
- StorageManagementPolicyRuleActionsOutputReference__checks.go
- StorageManagementPolicyRuleActionsSnapshot.go
- StorageManagementPolicyRuleActionsSnapshotOutputReference.go
- StorageManagementPolicyRuleActionsSnapshotOutputReference__checks.go
- StorageManagementPolicyRuleActionsVersion.go
- StorageManagementPolicyRuleActionsVersionOutputReference.go
- StorageManagementPolicyRuleActionsVersionOutputReference__checks.go
- StorageManagementPolicyRuleFilters.go
- StorageManagementPolicyRuleFiltersMatchBlobIndexTag.go
- StorageManagementPolicyRuleFiltersMatchBlobIndexTagList.go
- StorageManagementPolicyRuleFiltersMatchBlobIndexTagList__checks.go
- StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference.go
- StorageManagementPolicyRuleFiltersMatchBlobIndexTagOutputReference__checks.go
- StorageManagementPolicyRuleFiltersOutputReference.go
- StorageManagementPolicyRuleFiltersOutputReference__checks.go
- StorageManagementPolicyRuleList.go
- StorageManagementPolicyRuleList__checks.go
- StorageManagementPolicyRuleOutputReference.go
- StorageManagementPolicyRuleOutputReference__checks.go
- StorageManagementPolicyTimeouts.go
- StorageManagementPolicyTimeoutsOutputReference.go
- StorageManagementPolicyTimeoutsOutputReference__checks.go
- StorageManagementPolicy__checks.go
- main.go