Documentation ¶
Index ¶
- func DataAzurermStorageAccount_IsConstruct(x interface{}) *bool
- func DataAzurermStorageAccount_TfResourceType() *string
- func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList_Override(d DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList, ...)
- func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference_Override(...)
- func NewDataAzurermStorageAccountAzureFilesAuthenticationList_Override(d DataAzurermStorageAccountAzureFilesAuthenticationList, ...)
- func NewDataAzurermStorageAccountAzureFilesAuthenticationOutputReference_Override(d DataAzurermStorageAccountAzureFilesAuthenticationOutputReference, ...)
- func NewDataAzurermStorageAccountCustomDomainList_Override(d DataAzurermStorageAccountCustomDomainList, ...)
- func NewDataAzurermStorageAccountCustomDomainOutputReference_Override(d DataAzurermStorageAccountCustomDomainOutputReference, ...)
- func NewDataAzurermStorageAccountIdentityList_Override(d DataAzurermStorageAccountIdentityList, ...)
- func NewDataAzurermStorageAccountIdentityOutputReference_Override(d DataAzurermStorageAccountIdentityOutputReference, ...)
- func NewDataAzurermStorageAccountTimeoutsOutputReference_Override(d DataAzurermStorageAccountTimeoutsOutputReference, ...)
- func NewDataAzurermStorageAccount_Override(d DataAzurermStorageAccount, scope constructs.Construct, id *string, ...)
- type DataAzurermStorageAccount
- type DataAzurermStorageAccountAzureFilesAuthentication
- type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory
- type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList
- type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference
- type DataAzurermStorageAccountAzureFilesAuthenticationList
- type DataAzurermStorageAccountAzureFilesAuthenticationOutputReference
- type DataAzurermStorageAccountConfig
- type DataAzurermStorageAccountCustomDomain
- type DataAzurermStorageAccountCustomDomainList
- type DataAzurermStorageAccountCustomDomainOutputReference
- type DataAzurermStorageAccountIdentity
- type DataAzurermStorageAccountIdentityList
- type DataAzurermStorageAccountIdentityOutputReference
- type DataAzurermStorageAccountTimeouts
- type DataAzurermStorageAccountTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAzurermStorageAccount_IsConstruct ¶
func DataAzurermStorageAccount_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 DataAzurermStorageAccount_TfResourceType ¶
func DataAzurermStorageAccount_TfResourceType() *string
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList_Override ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList_Override(d DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference_Override ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference_Override(d DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermStorageAccountAzureFilesAuthenticationList_Override ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationList_Override(d DataAzurermStorageAccountAzureFilesAuthenticationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermStorageAccountAzureFilesAuthenticationOutputReference_Override ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationOutputReference_Override(d DataAzurermStorageAccountAzureFilesAuthenticationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermStorageAccountCustomDomainList_Override ¶
func NewDataAzurermStorageAccountCustomDomainList_Override(d DataAzurermStorageAccountCustomDomainList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermStorageAccountCustomDomainOutputReference_Override ¶
func NewDataAzurermStorageAccountCustomDomainOutputReference_Override(d DataAzurermStorageAccountCustomDomainOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermStorageAccountIdentityList_Override ¶
func NewDataAzurermStorageAccountIdentityList_Override(d DataAzurermStorageAccountIdentityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermStorageAccountIdentityOutputReference_Override ¶
func NewDataAzurermStorageAccountIdentityOutputReference_Override(d DataAzurermStorageAccountIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermStorageAccountTimeoutsOutputReference_Override ¶
func NewDataAzurermStorageAccountTimeoutsOutputReference_Override(d DataAzurermStorageAccountTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataAzurermStorageAccount_Override ¶
func NewDataAzurermStorageAccount_Override(d DataAzurermStorageAccount, scope constructs.Construct, id *string, config *DataAzurermStorageAccountConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account azurerm_storage_account} Data Source.
Types ¶
type DataAzurermStorageAccount ¶
type DataAzurermStorageAccount interface { cdktf.TerraformDataSource AccessTier() *string AccountKind() *string AccountReplicationType() *string AccountTier() *string AllowNestedItemsToBePublic() cdktf.IResolvable AzureFilesAuthentication() DataAzurermStorageAccountAzureFilesAuthenticationList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CustomDomain() DataAzurermStorageAccountCustomDomainList // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnableHttpsTrafficOnly() cdktf.IResolvable // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) Identity() DataAzurermStorageAccountIdentityList IdInput() *string InfrastructureEncryptionEnabled() cdktf.IResolvable IsHnsEnabled() cdktf.IResolvable // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string MinTlsVersion() *string SetMinTlsVersion(val *string) MinTlsVersionInput() *string Name() *string SetName(val *string) NameInput() *string Nfsv3Enabled() cdktf.IResolvable // The tree node. Node() constructs.Node PrimaryAccessKey() *string PrimaryBlobConnectionString() *string PrimaryBlobEndpoint() *string PrimaryBlobHost() *string PrimaryConnectionString() *string PrimaryDfsEndpoint() *string PrimaryDfsHost() *string PrimaryFileEndpoint() *string PrimaryFileHost() *string PrimaryLocation() *string PrimaryQueueEndpoint() *string PrimaryQueueHost() *string PrimaryTableEndpoint() *string PrimaryTableHost() *string PrimaryWebEndpoint() *string PrimaryWebHost() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) QueueEncryptionKeyType() *string // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string SecondaryAccessKey() *string SecondaryBlobConnectionString() *string SecondaryBlobEndpoint() *string SecondaryBlobHost() *string SecondaryConnectionString() *string SecondaryDfsEndpoint() *string SecondaryDfsHost() *string SecondaryFileEndpoint() *string SecondaryFileHost() *string SecondaryLocation() *string SecondaryQueueEndpoint() *string SecondaryQueueHost() *string SecondaryTableEndpoint() *string SecondaryTableHost() *string SecondaryWebEndpoint() *string SecondaryWebHost() *string TableEncryptionKeyType() *string Tags() cdktf.StringMap // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataAzurermStorageAccountTimeoutsOutputReference 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) PutTimeouts(value *DataAzurermStorageAccountTimeouts) ResetId() ResetMinTlsVersion() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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/azurerm/d/storage_account azurerm_storage_account}.
func NewDataAzurermStorageAccount ¶
func NewDataAzurermStorageAccount(scope constructs.Construct, id *string, config *DataAzurermStorageAccountConfig) DataAzurermStorageAccount
Create a new {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account azurerm_storage_account} Data Source.
type DataAzurermStorageAccountAzureFilesAuthentication ¶
type DataAzurermStorageAccountAzureFilesAuthentication struct { }
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory ¶
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory struct { }
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList ¶
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference // 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 NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference ¶
type DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference 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 DomainGuid() *string DomainName() *string DomainSid() *string ForestName() *string // Experimental. Fqn() *string InternalValue() *DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory SetInternalValue(val *DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory) NetbiosDomainName() *string StorageSid() *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 NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference
type DataAzurermStorageAccountAzureFilesAuthenticationList ¶
type DataAzurermStorageAccountAzureFilesAuthenticationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermStorageAccountAzureFilesAuthenticationOutputReference // 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 NewDataAzurermStorageAccountAzureFilesAuthenticationList ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermStorageAccountAzureFilesAuthenticationList
type DataAzurermStorageAccountAzureFilesAuthenticationOutputReference ¶
type DataAzurermStorageAccountAzureFilesAuthenticationOutputReference interface { cdktf.ComplexObject ActiveDirectory() DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList // 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 DirectoryType() *string // Experimental. Fqn() *string InternalValue() *DataAzurermStorageAccountAzureFilesAuthentication SetInternalValue(val *DataAzurermStorageAccountAzureFilesAuthentication) // 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 NewDataAzurermStorageAccountAzureFilesAuthenticationOutputReference ¶
func NewDataAzurermStorageAccountAzureFilesAuthenticationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermStorageAccountAzureFilesAuthenticationOutputReference
type DataAzurermStorageAccountConfig ¶
type DataAzurermStorageAccountConfig 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/azurerm/d/storage_account#name DataAzurermStorageAccount#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account#resource_group_name DataAzurermStorageAccount#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account#id DataAzurermStorageAccount#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/azurerm/d/storage_account#min_tls_version DataAzurermStorageAccount#min_tls_version}. MinTlsVersion *string `field:"optional" json:"minTlsVersion" yaml:"minTlsVersion"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account#timeouts DataAzurermStorageAccount#timeouts} Timeouts *DataAzurermStorageAccountTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataAzurermStorageAccountCustomDomain ¶
type DataAzurermStorageAccountCustomDomain struct { }
type DataAzurermStorageAccountCustomDomainList ¶
type DataAzurermStorageAccountCustomDomainList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermStorageAccountCustomDomainOutputReference // 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 NewDataAzurermStorageAccountCustomDomainList ¶
func NewDataAzurermStorageAccountCustomDomainList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermStorageAccountCustomDomainList
type DataAzurermStorageAccountCustomDomainOutputReference ¶
type DataAzurermStorageAccountCustomDomainOutputReference 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() *DataAzurermStorageAccountCustomDomain SetInternalValue(val *DataAzurermStorageAccountCustomDomain) Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAzurermStorageAccountCustomDomainOutputReference ¶
func NewDataAzurermStorageAccountCustomDomainOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermStorageAccountCustomDomainOutputReference
type DataAzurermStorageAccountIdentity ¶
type DataAzurermStorageAccountIdentity struct { }
type DataAzurermStorageAccountIdentityList ¶
type DataAzurermStorageAccountIdentityList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermStorageAccountIdentityOutputReference // 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 NewDataAzurermStorageAccountIdentityList ¶
func NewDataAzurermStorageAccountIdentityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermStorageAccountIdentityList
type DataAzurermStorageAccountIdentityOutputReference ¶
type DataAzurermStorageAccountIdentityOutputReference 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 IdentityIds() *[]*string InternalValue() *DataAzurermStorageAccountIdentity SetInternalValue(val *DataAzurermStorageAccountIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 // 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 NewDataAzurermStorageAccountIdentityOutputReference ¶
func NewDataAzurermStorageAccountIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermStorageAccountIdentityOutputReference
type DataAzurermStorageAccountTimeouts ¶
type DataAzurermStorageAccountTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/d/storage_account#read DataAzurermStorageAccount#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type DataAzurermStorageAccountTimeoutsOutputReference ¶
type DataAzurermStorageAccountTimeoutsOutputReference 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{}) Read() *string SetRead(val *string) ReadInput() *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 ResetRead() // 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 NewDataAzurermStorageAccountTimeoutsOutputReference ¶
func NewDataAzurermStorageAccountTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataAzurermStorageAccountTimeoutsOutputReference
Source Files ¶
- dataazurermstorageaccount.go
- dataazurermstorageaccount_DataAzurermStorageAccount.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthentication.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectory.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryList__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationActiveDirectoryOutputReference__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationList.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationList__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationOutputReference.go
- dataazurermstorageaccount_DataAzurermStorageAccountAzureFilesAuthenticationOutputReference__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountConfig.go
- dataazurermstorageaccount_DataAzurermStorageAccountCustomDomain.go
- dataazurermstorageaccount_DataAzurermStorageAccountCustomDomainList.go
- dataazurermstorageaccount_DataAzurermStorageAccountCustomDomainList__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountCustomDomainOutputReference.go
- dataazurermstorageaccount_DataAzurermStorageAccountCustomDomainOutputReference__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountIdentity.go
- dataazurermstorageaccount_DataAzurermStorageAccountIdentityList.go
- dataazurermstorageaccount_DataAzurermStorageAccountIdentityList__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountIdentityOutputReference.go
- dataazurermstorageaccount_DataAzurermStorageAccountIdentityOutputReference__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccountTimeouts.go
- dataazurermstorageaccount_DataAzurermStorageAccountTimeoutsOutputReference.go
- dataazurermstorageaccount_DataAzurermStorageAccountTimeoutsOutputReference__runtime_type_checks.go
- dataazurermstorageaccount_DataAzurermStorageAccount__runtime_type_checks.go