Documentation ¶
Index ¶
- func ApiManagementApi_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ApiManagementApi_IsConstruct(x interface{}) *bool
- func ApiManagementApi_IsTerraformElement(x interface{}) *bool
- func ApiManagementApi_IsTerraformResource(x interface{}) *bool
- func ApiManagementApi_TfResourceType() *string
- func NewApiManagementApiContactOutputReference_Override(a ApiManagementApiContactOutputReference, ...)
- func NewApiManagementApiImportOutputReference_Override(a ApiManagementApiImportOutputReference, ...)
- func NewApiManagementApiImportWsdlSelectorOutputReference_Override(a ApiManagementApiImportWsdlSelectorOutputReference, ...)
- func NewApiManagementApiLicenseOutputReference_Override(a ApiManagementApiLicenseOutputReference, ...)
- func NewApiManagementApiOauth2AuthorizationOutputReference_Override(a ApiManagementApiOauth2AuthorizationOutputReference, ...)
- func NewApiManagementApiOpenidAuthenticationOutputReference_Override(a ApiManagementApiOpenidAuthenticationOutputReference, ...)
- func NewApiManagementApiSubscriptionKeyParameterNamesOutputReference_Override(a ApiManagementApiSubscriptionKeyParameterNamesOutputReference, ...)
- func NewApiManagementApiTimeoutsOutputReference_Override(a ApiManagementApiTimeoutsOutputReference, ...)
- func NewApiManagementApi_Override(a ApiManagementApi, scope constructs.Construct, id *string, ...)
- type ApiManagementApi
- type ApiManagementApiConfig
- type ApiManagementApiContact
- type ApiManagementApiContactOutputReference
- type ApiManagementApiImport
- type ApiManagementApiImportOutputReference
- type ApiManagementApiImportWsdlSelector
- type ApiManagementApiImportWsdlSelectorOutputReference
- type ApiManagementApiLicense
- type ApiManagementApiLicenseOutputReference
- type ApiManagementApiOauth2Authorization
- type ApiManagementApiOauth2AuthorizationOutputReference
- type ApiManagementApiOpenidAuthentication
- type ApiManagementApiOpenidAuthenticationOutputReference
- type ApiManagementApiSubscriptionKeyParameterNames
- type ApiManagementApiSubscriptionKeyParameterNamesOutputReference
- type ApiManagementApiTimeouts
- type ApiManagementApiTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiManagementApi_GenerateConfigForImport ¶
func ApiManagementApi_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ApiManagementApi resource upon running "cdktf plan <stack-name>".
func ApiManagementApi_IsConstruct ¶
func ApiManagementApi_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 ApiManagementApi_IsTerraformElement ¶
func ApiManagementApi_IsTerraformElement(x interface{}) *bool
Experimental.
func ApiManagementApi_IsTerraformResource ¶
func ApiManagementApi_IsTerraformResource(x interface{}) *bool
Experimental.
func ApiManagementApi_TfResourceType ¶
func ApiManagementApi_TfResourceType() *string
func NewApiManagementApiContactOutputReference_Override ¶
func NewApiManagementApiContactOutputReference_Override(a ApiManagementApiContactOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiImportOutputReference_Override ¶
func NewApiManagementApiImportOutputReference_Override(a ApiManagementApiImportOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiImportWsdlSelectorOutputReference_Override ¶
func NewApiManagementApiImportWsdlSelectorOutputReference_Override(a ApiManagementApiImportWsdlSelectorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiLicenseOutputReference_Override ¶
func NewApiManagementApiLicenseOutputReference_Override(a ApiManagementApiLicenseOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiOauth2AuthorizationOutputReference_Override ¶
func NewApiManagementApiOauth2AuthorizationOutputReference_Override(a ApiManagementApiOauth2AuthorizationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiOpenidAuthenticationOutputReference_Override ¶
func NewApiManagementApiOpenidAuthenticationOutputReference_Override(a ApiManagementApiOpenidAuthenticationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiSubscriptionKeyParameterNamesOutputReference_Override ¶
func NewApiManagementApiSubscriptionKeyParameterNamesOutputReference_Override(a ApiManagementApiSubscriptionKeyParameterNamesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApiTimeoutsOutputReference_Override ¶
func NewApiManagementApiTimeoutsOutputReference_Override(a ApiManagementApiTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewApiManagementApi_Override ¶
func NewApiManagementApi_Override(a ApiManagementApi, scope constructs.Construct, id *string, config *ApiManagementApiConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api azurerm_api_management_api} Resource.
Types ¶
type ApiManagementApi ¶
type ApiManagementApi interface { cdktf.TerraformResource ApiManagementName() *string SetApiManagementName(val *string) ApiManagementNameInput() *string ApiType() *string SetApiType(val *string) ApiTypeInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} Contact() ApiManagementApiContactOutputReference ContactInput() *ApiManagementApiContact // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Import() ApiManagementApiImportOutputReference ImportInput() *ApiManagementApiImport IsCurrent() cdktf.IResolvable IsOnline() cdktf.IResolvable License() ApiManagementApiLicenseOutputReference LicenseInput() *ApiManagementApiLicense // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Oauth2Authorization() ApiManagementApiOauth2AuthorizationOutputReference Oauth2AuthorizationInput() *ApiManagementApiOauth2Authorization OpenidAuthentication() ApiManagementApiOpenidAuthenticationOutputReference OpenidAuthenticationInput() *ApiManagementApiOpenidAuthentication Path() *string SetPath(val *string) PathInput() *string Protocols() *[]*string SetProtocols(val *[]*string) ProtocolsInput() *[]*string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Revision() *string SetRevision(val *string) RevisionDescription() *string SetRevisionDescription(val *string) RevisionDescriptionInput() *string RevisionInput() *string ServiceUrl() *string SetServiceUrl(val *string) ServiceUrlInput() *string SourceApiId() *string SetSourceApiId(val *string) SourceApiIdInput() *string SubscriptionKeyParameterNames() ApiManagementApiSubscriptionKeyParameterNamesOutputReference SubscriptionKeyParameterNamesInput() *ApiManagementApiSubscriptionKeyParameterNames SubscriptionRequired() interface{} SetSubscriptionRequired(val interface{}) SubscriptionRequiredInput() interface{} TermsOfServiceUrl() *string SetTermsOfServiceUrl(val *string) TermsOfServiceUrlInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ApiManagementApiTimeoutsOutputReference TimeoutsInput() interface{} Version() *string SetVersion(val *string) VersionDescription() *string SetVersionDescription(val *string) VersionDescriptionInput() *string VersionInput() *string VersionSetId() *string SetVersionSetId(val *string) VersionSetIdInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutContact(value *ApiManagementApiContact) PutImport(value *ApiManagementApiImport) PutLicense(value *ApiManagementApiLicense) PutOauth2Authorization(value *ApiManagementApiOauth2Authorization) PutOpenidAuthentication(value *ApiManagementApiOpenidAuthentication) PutSubscriptionKeyParameterNames(value *ApiManagementApiSubscriptionKeyParameterNames) PutTimeouts(value *ApiManagementApiTimeouts) ResetApiType() ResetContact() ResetDescription() ResetDisplayName() ResetId() ResetImport() ResetLicense() ResetOauth2Authorization() ResetOpenidAuthentication() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPath() ResetProtocols() ResetRevisionDescription() ResetServiceUrl() ResetSourceApiId() ResetSubscriptionKeyParameterNames() ResetSubscriptionRequired() ResetTermsOfServiceUrl() ResetTimeouts() ResetVersion() ResetVersionDescription() ResetVersionSetId() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/4.9.0/docs/resources/api_management_api azurerm_api_management_api}.
func NewApiManagementApi ¶
func NewApiManagementApi(scope constructs.Construct, id *string, config *ApiManagementApiConfig) ApiManagementApi
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api azurerm_api_management_api} Resource.
type ApiManagementApiConfig ¶
type ApiManagementApiConfig 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/4.9.0/docs/resources/api_management_api#api_management_name ApiManagementApi#api_management_name}. ApiManagementName *string `field:"required" json:"apiManagementName" yaml:"apiManagementName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#name ApiManagementApi#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#resource_group_name ApiManagementApi#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#revision ApiManagementApi#revision}. Revision *string `field:"required" json:"revision" yaml:"revision"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#api_type ApiManagementApi#api_type}. ApiType *string `field:"optional" json:"apiType" yaml:"apiType"` // contact block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#contact ApiManagementApi#contact} Contact *ApiManagementApiContact `field:"optional" json:"contact" yaml:"contact"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#description ApiManagementApi#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#display_name ApiManagementApi#display_name}. DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#id ApiManagementApi#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"` // import block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#import ApiManagementApi#import} Import *ApiManagementApiImport `field:"optional" json:"import" yaml:"import"` // license block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#license ApiManagementApi#license} License *ApiManagementApiLicense `field:"optional" json:"license" yaml:"license"` // oauth2_authorization block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#oauth2_authorization ApiManagementApi#oauth2_authorization} Oauth2Authorization *ApiManagementApiOauth2Authorization `field:"optional" json:"oauth2Authorization" yaml:"oauth2Authorization"` // openid_authentication block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#openid_authentication ApiManagementApi#openid_authentication} OpenidAuthentication *ApiManagementApiOpenidAuthentication `field:"optional" json:"openidAuthentication" yaml:"openidAuthentication"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#path ApiManagementApi#path}. Path *string `field:"optional" json:"path" yaml:"path"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#protocols ApiManagementApi#protocols}. Protocols *[]*string `field:"optional" json:"protocols" yaml:"protocols"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#revision_description ApiManagementApi#revision_description}. RevisionDescription *string `field:"optional" json:"revisionDescription" yaml:"revisionDescription"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#service_url ApiManagementApi#service_url}. ServiceUrl *string `field:"optional" json:"serviceUrl" yaml:"serviceUrl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#source_api_id ApiManagementApi#source_api_id}. SourceApiId *string `field:"optional" json:"sourceApiId" yaml:"sourceApiId"` // subscription_key_parameter_names block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#subscription_key_parameter_names ApiManagementApi#subscription_key_parameter_names} SubscriptionKeyParameterNames *ApiManagementApiSubscriptionKeyParameterNames `field:"optional" json:"subscriptionKeyParameterNames" yaml:"subscriptionKeyParameterNames"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#subscription_required ApiManagementApi#subscription_required}. SubscriptionRequired interface{} `field:"optional" json:"subscriptionRequired" yaml:"subscriptionRequired"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#terms_of_service_url ApiManagementApi#terms_of_service_url}. TermsOfServiceUrl *string `field:"optional" json:"termsOfServiceUrl" yaml:"termsOfServiceUrl"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#timeouts ApiManagementApi#timeouts} Timeouts *ApiManagementApiTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#version ApiManagementApi#version}. Version *string `field:"optional" json:"version" yaml:"version"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#version_description ApiManagementApi#version_description}. VersionDescription *string `field:"optional" json:"versionDescription" yaml:"versionDescription"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#version_set_id ApiManagementApi#version_set_id}. VersionSetId *string `field:"optional" json:"versionSetId" yaml:"versionSetId"` }
type ApiManagementApiContact ¶
type ApiManagementApiContact struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#email ApiManagementApi#email}. Email *string `field:"optional" json:"email" yaml:"email"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#name ApiManagementApi#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#url ApiManagementApi#url}. Url *string `field:"optional" json:"url" yaml:"url"` }
type ApiManagementApiContactOutputReference ¶
type ApiManagementApiContactOutputReference 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 Email() *string SetEmail(val *string) EmailInput() *string // Experimental. Fqn() *string InternalValue() *ApiManagementApiContact SetInternalValue(val *ApiManagementApiContact) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Url() *string SetUrl(val *string) UrlInput() *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 ResetEmail() ResetName() ResetUrl() // 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 NewApiManagementApiContactOutputReference ¶
func NewApiManagementApiContactOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiContactOutputReference
type ApiManagementApiImport ¶
type ApiManagementApiImport struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#content_format ApiManagementApi#content_format}. ContentFormat *string `field:"required" json:"contentFormat" yaml:"contentFormat"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#content_value ApiManagementApi#content_value}. ContentValue *string `field:"required" json:"contentValue" yaml:"contentValue"` // wsdl_selector block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#wsdl_selector ApiManagementApi#wsdl_selector} WsdlSelector *ApiManagementApiImportWsdlSelector `field:"optional" json:"wsdlSelector" yaml:"wsdlSelector"` }
type ApiManagementApiImportOutputReference ¶
type ApiManagementApiImportOutputReference 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) ContentFormat() *string SetContentFormat(val *string) ContentFormatInput() *string ContentValue() *string SetContentValue(val *string) ContentValueInput() *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 // Experimental. Fqn() *string InternalValue() *ApiManagementApiImport SetInternalValue(val *ApiManagementApiImport) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WsdlSelector() ApiManagementApiImportWsdlSelectorOutputReference WsdlSelectorInput() *ApiManagementApiImportWsdlSelector // 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 PutWsdlSelector(value *ApiManagementApiImportWsdlSelector) ResetWsdlSelector() // 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 NewApiManagementApiImportOutputReference ¶
func NewApiManagementApiImportOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiImportOutputReference
type ApiManagementApiImportWsdlSelector ¶
type ApiManagementApiImportWsdlSelector struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#endpoint_name ApiManagementApi#endpoint_name}. EndpointName *string `field:"required" json:"endpointName" yaml:"endpointName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#service_name ApiManagementApi#service_name}. ServiceName *string `field:"required" json:"serviceName" yaml:"serviceName"` }
type ApiManagementApiImportWsdlSelectorOutputReference ¶
type ApiManagementApiImportWsdlSelectorOutputReference 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 EndpointName() *string SetEndpointName(val *string) EndpointNameInput() *string // Experimental. Fqn() *string InternalValue() *ApiManagementApiImportWsdlSelector SetInternalValue(val *ApiManagementApiImportWsdlSelector) ServiceName() *string SetServiceName(val *string) ServiceNameInput() *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 NewApiManagementApiImportWsdlSelectorOutputReference ¶
func NewApiManagementApiImportWsdlSelectorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiImportWsdlSelectorOutputReference
type ApiManagementApiLicense ¶
type ApiManagementApiLicense struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#name ApiManagementApi#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#url ApiManagementApi#url}. Url *string `field:"optional" json:"url" yaml:"url"` }
type ApiManagementApiLicenseOutputReference ¶
type ApiManagementApiLicenseOutputReference 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() *ApiManagementApiLicense SetInternalValue(val *ApiManagementApiLicense) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Url() *string SetUrl(val *string) UrlInput() *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 ResetName() ResetUrl() // 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 NewApiManagementApiLicenseOutputReference ¶
func NewApiManagementApiLicenseOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiLicenseOutputReference
type ApiManagementApiOauth2Authorization ¶
type ApiManagementApiOauth2Authorization struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#authorization_server_name ApiManagementApi#authorization_server_name}. AuthorizationServerName *string `field:"required" json:"authorizationServerName" yaml:"authorizationServerName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#scope ApiManagementApi#scope}. Scope *string `field:"optional" json:"scope" yaml:"scope"` }
type ApiManagementApiOauth2AuthorizationOutputReference ¶
type ApiManagementApiOauth2AuthorizationOutputReference interface { cdktf.ComplexObject AuthorizationServerName() *string SetAuthorizationServerName(val *string) AuthorizationServerNameInput() *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() *ApiManagementApiOauth2Authorization SetInternalValue(val *ApiManagementApiOauth2Authorization) Scope() *string SetScope(val *string) ScopeInput() *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 ResetScope() // 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 NewApiManagementApiOauth2AuthorizationOutputReference ¶
func NewApiManagementApiOauth2AuthorizationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiOauth2AuthorizationOutputReference
type ApiManagementApiOpenidAuthentication ¶
type ApiManagementApiOpenidAuthentication struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#openid_provider_name ApiManagementApi#openid_provider_name}. OpenidProviderName *string `field:"required" json:"openidProviderName" yaml:"openidProviderName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#bearer_token_sending_methods ApiManagementApi#bearer_token_sending_methods}. BearerTokenSendingMethods *[]*string `field:"optional" json:"bearerTokenSendingMethods" yaml:"bearerTokenSendingMethods"` }
type ApiManagementApiOpenidAuthenticationOutputReference ¶
type ApiManagementApiOpenidAuthenticationOutputReference interface { cdktf.ComplexObject BearerTokenSendingMethods() *[]*string SetBearerTokenSendingMethods(val *[]*string) BearerTokenSendingMethodsInput() *[]*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() *ApiManagementApiOpenidAuthentication SetInternalValue(val *ApiManagementApiOpenidAuthentication) OpenidProviderName() *string SetOpenidProviderName(val *string) OpenidProviderNameInput() *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 ResetBearerTokenSendingMethods() // 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 NewApiManagementApiOpenidAuthenticationOutputReference ¶
func NewApiManagementApiOpenidAuthenticationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiOpenidAuthenticationOutputReference
type ApiManagementApiSubscriptionKeyParameterNames ¶
type ApiManagementApiSubscriptionKeyParameterNames struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#header ApiManagementApi#header}. Header *string `field:"required" json:"header" yaml:"header"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#query ApiManagementApi#query}. Query *string `field:"required" json:"query" yaml:"query"` }
type ApiManagementApiSubscriptionKeyParameterNamesOutputReference ¶
type ApiManagementApiSubscriptionKeyParameterNamesOutputReference 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 Header() *string SetHeader(val *string) HeaderInput() *string InternalValue() *ApiManagementApiSubscriptionKeyParameterNames SetInternalValue(val *ApiManagementApiSubscriptionKeyParameterNames) Query() *string SetQuery(val *string) QueryInput() *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 NewApiManagementApiSubscriptionKeyParameterNamesOutputReference ¶
func NewApiManagementApiSubscriptionKeyParameterNamesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiSubscriptionKeyParameterNamesOutputReference
type ApiManagementApiTimeouts ¶
type ApiManagementApiTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#create ApiManagementApi#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#delete ApiManagementApi#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#read ApiManagementApi#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/api_management_api#update ApiManagementApi#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ApiManagementApiTimeoutsOutputReference ¶
type ApiManagementApiTimeoutsOutputReference 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 NewApiManagementApiTimeoutsOutputReference ¶
func NewApiManagementApiTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ApiManagementApiTimeoutsOutputReference
Source Files ¶
- ApiManagementApi.go
- ApiManagementApiConfig.go
- ApiManagementApiContact.go
- ApiManagementApiContactOutputReference.go
- ApiManagementApiContactOutputReference__checks.go
- ApiManagementApiImport.go
- ApiManagementApiImportOutputReference.go
- ApiManagementApiImportOutputReference__checks.go
- ApiManagementApiImportWsdlSelector.go
- ApiManagementApiImportWsdlSelectorOutputReference.go
- ApiManagementApiImportWsdlSelectorOutputReference__checks.go
- ApiManagementApiLicense.go
- ApiManagementApiLicenseOutputReference.go
- ApiManagementApiLicenseOutputReference__checks.go
- ApiManagementApiOauth2Authorization.go
- ApiManagementApiOauth2AuthorizationOutputReference.go
- ApiManagementApiOauth2AuthorizationOutputReference__checks.go
- ApiManagementApiOpenidAuthentication.go
- ApiManagementApiOpenidAuthenticationOutputReference.go
- ApiManagementApiOpenidAuthenticationOutputReference__checks.go
- ApiManagementApiSubscriptionKeyParameterNames.go
- ApiManagementApiSubscriptionKeyParameterNamesOutputReference.go
- ApiManagementApiSubscriptionKeyParameterNamesOutputReference__checks.go
- ApiManagementApiTimeouts.go
- ApiManagementApiTimeoutsOutputReference.go
- ApiManagementApiTimeoutsOutputReference__checks.go
- ApiManagementApi__checks.go
- main.go