Documentation ¶
Index ¶
- func MediaServicesAccount_IsConstruct(x interface{}) *bool
- func MediaServicesAccount_IsTerraformElement(x interface{}) *bool
- func MediaServicesAccount_IsTerraformResource(x interface{}) *bool
- func MediaServicesAccount_TfResourceType() *string
- func NewMediaServicesAccountEncryptionManagedIdentityOutputReference_Override(m MediaServicesAccountEncryptionManagedIdentityOutputReference, ...)
- func NewMediaServicesAccountEncryptionOutputReference_Override(m MediaServicesAccountEncryptionOutputReference, ...)
- func NewMediaServicesAccountIdentityOutputReference_Override(m MediaServicesAccountIdentityOutputReference, ...)
- func NewMediaServicesAccountKeyDeliveryAccessControlOutputReference_Override(m MediaServicesAccountKeyDeliveryAccessControlOutputReference, ...)
- func NewMediaServicesAccountStorageAccountList_Override(m MediaServicesAccountStorageAccountList, ...)
- func NewMediaServicesAccountStorageAccountManagedIdentityOutputReference_Override(m MediaServicesAccountStorageAccountManagedIdentityOutputReference, ...)
- func NewMediaServicesAccountStorageAccountOutputReference_Override(m MediaServicesAccountStorageAccountOutputReference, ...)
- func NewMediaServicesAccountTimeoutsOutputReference_Override(m MediaServicesAccountTimeoutsOutputReference, ...)
- func NewMediaServicesAccount_Override(m MediaServicesAccount, scope constructs.Construct, id *string, ...)
- type MediaServicesAccount
- type MediaServicesAccountConfig
- type MediaServicesAccountEncryption
- type MediaServicesAccountEncryptionManagedIdentity
- type MediaServicesAccountEncryptionManagedIdentityOutputReference
- type MediaServicesAccountEncryptionOutputReference
- type MediaServicesAccountIdentity
- type MediaServicesAccountIdentityOutputReference
- type MediaServicesAccountKeyDeliveryAccessControl
- type MediaServicesAccountKeyDeliveryAccessControlOutputReference
- type MediaServicesAccountStorageAccount
- type MediaServicesAccountStorageAccountList
- type MediaServicesAccountStorageAccountManagedIdentity
- type MediaServicesAccountStorageAccountManagedIdentityOutputReference
- type MediaServicesAccountStorageAccountOutputReference
- type MediaServicesAccountTimeouts
- type MediaServicesAccountTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediaServicesAccount_IsConstruct ¶
func MediaServicesAccount_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 MediaServicesAccount_IsTerraformElement ¶
func MediaServicesAccount_IsTerraformElement(x interface{}) *bool
Experimental.
func MediaServicesAccount_IsTerraformResource ¶
func MediaServicesAccount_IsTerraformResource(x interface{}) *bool
Experimental.
func MediaServicesAccount_TfResourceType ¶
func MediaServicesAccount_TfResourceType() *string
func NewMediaServicesAccountEncryptionManagedIdentityOutputReference_Override ¶
func NewMediaServicesAccountEncryptionManagedIdentityOutputReference_Override(m MediaServicesAccountEncryptionManagedIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccountEncryptionOutputReference_Override ¶
func NewMediaServicesAccountEncryptionOutputReference_Override(m MediaServicesAccountEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccountIdentityOutputReference_Override ¶
func NewMediaServicesAccountIdentityOutputReference_Override(m MediaServicesAccountIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccountKeyDeliveryAccessControlOutputReference_Override ¶
func NewMediaServicesAccountKeyDeliveryAccessControlOutputReference_Override(m MediaServicesAccountKeyDeliveryAccessControlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccountStorageAccountList_Override ¶
func NewMediaServicesAccountStorageAccountList_Override(m MediaServicesAccountStorageAccountList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMediaServicesAccountStorageAccountManagedIdentityOutputReference_Override ¶
func NewMediaServicesAccountStorageAccountManagedIdentityOutputReference_Override(m MediaServicesAccountStorageAccountManagedIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccountStorageAccountOutputReference_Override ¶
func NewMediaServicesAccountStorageAccountOutputReference_Override(m MediaServicesAccountStorageAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMediaServicesAccountTimeoutsOutputReference_Override ¶
func NewMediaServicesAccountTimeoutsOutputReference_Override(m MediaServicesAccountTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMediaServicesAccount_Override ¶
func NewMediaServicesAccount_Override(m MediaServicesAccount, scope constructs.Construct, id *string, config *MediaServicesAccountConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account azurerm_media_services_account} Resource.
Types ¶
type MediaServicesAccount ¶
type MediaServicesAccount 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) Encryption() MediaServicesAccountEncryptionOutputReference EncryptionInput() *MediaServicesAccountEncryption // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) Identity() MediaServicesAccountIdentityOutputReference IdentityInput() *MediaServicesAccountIdentity IdInput() *string KeyDeliveryAccessControl() MediaServicesAccountKeyDeliveryAccessControlOutputReference KeyDeliveryAccessControlInput() *MediaServicesAccountKeyDeliveryAccessControl // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicNetworkAccessEnabled() interface{} SetPublicNetworkAccessEnabled(val interface{}) PublicNetworkAccessEnabledInput() interface{} // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string StorageAccount() MediaServicesAccountStorageAccountList StorageAccountInput() interface{} StorageAuthenticationType() *string SetStorageAuthenticationType(val *string) StorageAuthenticationTypeInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MediaServicesAccountTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutEncryption(value *MediaServicesAccountEncryption) PutIdentity(value *MediaServicesAccountIdentity) PutKeyDeliveryAccessControl(value *MediaServicesAccountKeyDeliveryAccessControl) PutStorageAccount(value interface{}) PutTimeouts(value *MediaServicesAccountTimeouts) ResetEncryption() ResetId() ResetIdentity() ResetKeyDeliveryAccessControl() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPublicNetworkAccessEnabled() ResetStorageAuthenticationType() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account azurerm_media_services_account}.
func NewMediaServicesAccount ¶
func NewMediaServicesAccount(scope constructs.Construct, id *string, config *MediaServicesAccountConfig) MediaServicesAccount
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account azurerm_media_services_account} Resource.
type MediaServicesAccountConfig ¶
type MediaServicesAccountConfig 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.56.0/docs/resources/media_services_account#location MediaServicesAccount#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#name MediaServicesAccount#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#resource_group_name MediaServicesAccount#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // storage_account block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#storage_account MediaServicesAccount#storage_account} StorageAccount interface{} `field:"required" json:"storageAccount" yaml:"storageAccount"` // encryption block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#encryption MediaServicesAccount#encryption} Encryption *MediaServicesAccountEncryption `field:"optional" json:"encryption" yaml:"encryption"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#id MediaServicesAccount#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"` // identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#identity MediaServicesAccount#identity} Identity *MediaServicesAccountIdentity `field:"optional" json:"identity" yaml:"identity"` // key_delivery_access_control block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#key_delivery_access_control MediaServicesAccount#key_delivery_access_control} KeyDeliveryAccessControl *MediaServicesAccountKeyDeliveryAccessControl `field:"optional" json:"keyDeliveryAccessControl" yaml:"keyDeliveryAccessControl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#public_network_access_enabled MediaServicesAccount#public_network_access_enabled}. PublicNetworkAccessEnabled interface{} `field:"optional" json:"publicNetworkAccessEnabled" yaml:"publicNetworkAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#storage_authentication_type MediaServicesAccount#storage_authentication_type}. StorageAuthenticationType *string `field:"optional" json:"storageAuthenticationType" yaml:"storageAuthenticationType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#tags MediaServicesAccount#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#timeouts MediaServicesAccount#timeouts} Timeouts *MediaServicesAccountTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MediaServicesAccountEncryption ¶
type MediaServicesAccountEncryption struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#key_vault_key_identifier MediaServicesAccount#key_vault_key_identifier}. KeyVaultKeyIdentifier *string `field:"optional" json:"keyVaultKeyIdentifier" yaml:"keyVaultKeyIdentifier"` // managed_identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#managed_identity MediaServicesAccount#managed_identity} ManagedIdentity *MediaServicesAccountEncryptionManagedIdentity `field:"optional" json:"managedIdentity" yaml:"managedIdentity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#type MediaServicesAccount#type}. Type *string `field:"optional" json:"type" yaml:"type"` }
type MediaServicesAccountEncryptionManagedIdentity ¶
type MediaServicesAccountEncryptionManagedIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#user_assigned_identity_id MediaServicesAccount#user_assigned_identity_id}. UserAssignedIdentityId *string `field:"optional" json:"userAssignedIdentityId" yaml:"userAssignedIdentityId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#use_system_assigned_identity MediaServicesAccount#use_system_assigned_identity}. UseSystemAssignedIdentity interface{} `field:"optional" json:"useSystemAssignedIdentity" yaml:"useSystemAssignedIdentity"` }
type MediaServicesAccountEncryptionManagedIdentityOutputReference ¶
type MediaServicesAccountEncryptionManagedIdentityOutputReference 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() *MediaServicesAccountEncryptionManagedIdentity SetInternalValue(val *MediaServicesAccountEncryptionManagedIdentity) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserAssignedIdentityId() *string SetUserAssignedIdentityId(val *string) UserAssignedIdentityIdInput() *string UseSystemAssignedIdentity() interface{} SetUseSystemAssignedIdentity(val interface{}) UseSystemAssignedIdentityInput() interface{} // 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 ResetUserAssignedIdentityId() ResetUseSystemAssignedIdentity() // 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 NewMediaServicesAccountEncryptionManagedIdentityOutputReference ¶
func NewMediaServicesAccountEncryptionManagedIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountEncryptionManagedIdentityOutputReference
type MediaServicesAccountEncryptionOutputReference ¶
type MediaServicesAccountEncryptionOutputReference 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 CurrentKeyIdentifier() *string // Experimental. Fqn() *string InternalValue() *MediaServicesAccountEncryption SetInternalValue(val *MediaServicesAccountEncryption) KeyVaultKeyIdentifier() *string SetKeyVaultKeyIdentifier(val *string) KeyVaultKeyIdentifierInput() *string ManagedIdentity() MediaServicesAccountEncryptionManagedIdentityOutputReference ManagedIdentityInput() *MediaServicesAccountEncryptionManagedIdentity // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 PutManagedIdentity(value *MediaServicesAccountEncryptionManagedIdentity) ResetKeyVaultKeyIdentifier() ResetManagedIdentity() ResetType() // 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 NewMediaServicesAccountEncryptionOutputReference ¶
func NewMediaServicesAccountEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountEncryptionOutputReference
type MediaServicesAccountIdentity ¶
type MediaServicesAccountIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#type MediaServicesAccount#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#identity_ids MediaServicesAccount#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type MediaServicesAccountIdentityOutputReference ¶
type MediaServicesAccountIdentityOutputReference 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 SetIdentityIds(val *[]*string) IdentityIdsInput() *[]*string InternalValue() *MediaServicesAccountIdentity SetInternalValue(val *MediaServicesAccountIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 ResetIdentityIds() // 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 NewMediaServicesAccountIdentityOutputReference ¶
func NewMediaServicesAccountIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountIdentityOutputReference
type MediaServicesAccountKeyDeliveryAccessControl ¶
type MediaServicesAccountKeyDeliveryAccessControl struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#default_action MediaServicesAccount#default_action}. DefaultAction *string `field:"optional" json:"defaultAction" yaml:"defaultAction"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#ip_allow_list MediaServicesAccount#ip_allow_list}. IpAllowList *[]*string `field:"optional" json:"ipAllowList" yaml:"ipAllowList"` }
type MediaServicesAccountKeyDeliveryAccessControlOutputReference ¶
type MediaServicesAccountKeyDeliveryAccessControlOutputReference 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 DefaultAction() *string SetDefaultAction(val *string) DefaultActionInput() *string // Experimental. Fqn() *string InternalValue() *MediaServicesAccountKeyDeliveryAccessControl SetInternalValue(val *MediaServicesAccountKeyDeliveryAccessControl) IpAllowList() *[]*string SetIpAllowList(val *[]*string) IpAllowListInput() *[]*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 ResetDefaultAction() ResetIpAllowList() // 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 NewMediaServicesAccountKeyDeliveryAccessControlOutputReference ¶
func NewMediaServicesAccountKeyDeliveryAccessControlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountKeyDeliveryAccessControlOutputReference
type MediaServicesAccountStorageAccount ¶
type MediaServicesAccountStorageAccount struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#id MediaServicesAccount#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:"required" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#is_primary MediaServicesAccount#is_primary}. IsPrimary interface{} `field:"optional" json:"isPrimary" yaml:"isPrimary"` // managed_identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#managed_identity MediaServicesAccount#managed_identity} ManagedIdentity *MediaServicesAccountStorageAccountManagedIdentity `field:"optional" json:"managedIdentity" yaml:"managedIdentity"` }
type MediaServicesAccountStorageAccountList ¶
type MediaServicesAccountStorageAccountList 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) MediaServicesAccountStorageAccountOutputReference // 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 NewMediaServicesAccountStorageAccountList ¶
func NewMediaServicesAccountStorageAccountList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MediaServicesAccountStorageAccountList
type MediaServicesAccountStorageAccountManagedIdentity ¶
type MediaServicesAccountStorageAccountManagedIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#user_assigned_identity_id MediaServicesAccount#user_assigned_identity_id}. UserAssignedIdentityId *string `field:"optional" json:"userAssignedIdentityId" yaml:"userAssignedIdentityId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#use_system_assigned_identity MediaServicesAccount#use_system_assigned_identity}. UseSystemAssignedIdentity interface{} `field:"optional" json:"useSystemAssignedIdentity" yaml:"useSystemAssignedIdentity"` }
type MediaServicesAccountStorageAccountManagedIdentityOutputReference ¶
type MediaServicesAccountStorageAccountManagedIdentityOutputReference 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() *MediaServicesAccountStorageAccountManagedIdentity SetInternalValue(val *MediaServicesAccountStorageAccountManagedIdentity) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserAssignedIdentityId() *string SetUserAssignedIdentityId(val *string) UserAssignedIdentityIdInput() *string UseSystemAssignedIdentity() interface{} SetUseSystemAssignedIdentity(val interface{}) UseSystemAssignedIdentityInput() interface{} // 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 ResetUserAssignedIdentityId() ResetUseSystemAssignedIdentity() // 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 NewMediaServicesAccountStorageAccountManagedIdentityOutputReference ¶
func NewMediaServicesAccountStorageAccountManagedIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountStorageAccountManagedIdentityOutputReference
type MediaServicesAccountStorageAccountOutputReference ¶
type MediaServicesAccountStorageAccountOutputReference 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 Id() *string SetId(val *string) IdInput() *string InternalValue() interface{} SetInternalValue(val interface{}) IsPrimary() interface{} SetIsPrimary(val interface{}) IsPrimaryInput() interface{} ManagedIdentity() MediaServicesAccountStorageAccountManagedIdentityOutputReference ManagedIdentityInput() *MediaServicesAccountStorageAccountManagedIdentity // 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 PutManagedIdentity(value *MediaServicesAccountStorageAccountManagedIdentity) ResetIsPrimary() ResetManagedIdentity() // 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 NewMediaServicesAccountStorageAccountOutputReference ¶
func NewMediaServicesAccountStorageAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MediaServicesAccountStorageAccountOutputReference
type MediaServicesAccountTimeouts ¶
type MediaServicesAccountTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#create MediaServicesAccount#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#delete MediaServicesAccount#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#read MediaServicesAccount#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.56.0/docs/resources/media_services_account#update MediaServicesAccount#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MediaServicesAccountTimeoutsOutputReference ¶
type MediaServicesAccountTimeoutsOutputReference 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 NewMediaServicesAccountTimeoutsOutputReference ¶
func NewMediaServicesAccountTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MediaServicesAccountTimeoutsOutputReference
Source Files ¶
- MediaServicesAccount.go
- MediaServicesAccountConfig.go
- MediaServicesAccountEncryption.go
- MediaServicesAccountEncryptionManagedIdentity.go
- MediaServicesAccountEncryptionManagedIdentityOutputReference.go
- MediaServicesAccountEncryptionManagedIdentityOutputReference__checks.go
- MediaServicesAccountEncryptionOutputReference.go
- MediaServicesAccountEncryptionOutputReference__checks.go
- MediaServicesAccountIdentity.go
- MediaServicesAccountIdentityOutputReference.go
- MediaServicesAccountIdentityOutputReference__checks.go
- MediaServicesAccountKeyDeliveryAccessControl.go
- MediaServicesAccountKeyDeliveryAccessControlOutputReference.go
- MediaServicesAccountKeyDeliveryAccessControlOutputReference__checks.go
- MediaServicesAccountStorageAccount.go
- MediaServicesAccountStorageAccountList.go
- MediaServicesAccountStorageAccountList__checks.go
- MediaServicesAccountStorageAccountManagedIdentity.go
- MediaServicesAccountStorageAccountManagedIdentityOutputReference.go
- MediaServicesAccountStorageAccountManagedIdentityOutputReference__checks.go
- MediaServicesAccountStorageAccountOutputReference.go
- MediaServicesAccountStorageAccountOutputReference__checks.go
- MediaServicesAccountTimeouts.go
- MediaServicesAccountTimeoutsOutputReference.go
- MediaServicesAccountTimeoutsOutputReference__checks.go
- MediaServicesAccount__checks.go
- main.go