Versions in this module Expand all Collapse all v0 v0.1.16 Dec 23, 2023 v0.1.7 Dec 18, 2024 Changes in this version + type UpdateService struct + EnvironmentName pulumi.StringOutput + ServiceId pulumi.StringOutput + VersionName pulumi.StringOutput + func GetUpdateService(ctx *pulumi.Context, name string, id pulumi.IDInput, state *UpdateServiceState, ...) (*UpdateService, error) + func NewUpdateService(ctx *pulumi.Context, name string, args *UpdateServiceArgs, ...) (*UpdateService, error) + func (*UpdateService) ElementType() reflect.Type + func (i *UpdateService) ToUpdateServiceOutput() UpdateServiceOutput + func (i *UpdateService) ToUpdateServiceOutputWithContext(ctx context.Context) UpdateServiceOutput + type UpdateServiceArgs struct + EnvironmentName pulumi.StringInput + ServiceId pulumi.StringInput + VersionName pulumi.StringInput + func (UpdateServiceArgs) ElementType() reflect.Type + type UpdateServiceArray []UpdateServiceInput + func (UpdateServiceArray) ElementType() reflect.Type + func (i UpdateServiceArray) ToUpdateServiceArrayOutput() UpdateServiceArrayOutput + func (i UpdateServiceArray) ToUpdateServiceArrayOutputWithContext(ctx context.Context) UpdateServiceArrayOutput + type UpdateServiceArrayInput interface + ToUpdateServiceArrayOutput func() UpdateServiceArrayOutput + ToUpdateServiceArrayOutputWithContext func(context.Context) UpdateServiceArrayOutput + type UpdateServiceArrayOutput struct + func (UpdateServiceArrayOutput) ElementType() reflect.Type + func (o UpdateServiceArrayOutput) Index(i pulumi.IntInput) UpdateServiceOutput + func (o UpdateServiceArrayOutput) ToUpdateServiceArrayOutput() UpdateServiceArrayOutput + func (o UpdateServiceArrayOutput) ToUpdateServiceArrayOutputWithContext(ctx context.Context) UpdateServiceArrayOutput + type UpdateServiceInput interface + ToUpdateServiceOutput func() UpdateServiceOutput + ToUpdateServiceOutputWithContext func(ctx context.Context) UpdateServiceOutput + type UpdateServiceMap map[string]UpdateServiceInput + func (UpdateServiceMap) ElementType() reflect.Type + func (i UpdateServiceMap) ToUpdateServiceMapOutput() UpdateServiceMapOutput + func (i UpdateServiceMap) ToUpdateServiceMapOutputWithContext(ctx context.Context) UpdateServiceMapOutput + type UpdateServiceMapInput interface + ToUpdateServiceMapOutput func() UpdateServiceMapOutput + ToUpdateServiceMapOutputWithContext func(context.Context) UpdateServiceMapOutput + type UpdateServiceMapOutput struct + func (UpdateServiceMapOutput) ElementType() reflect.Type + func (o UpdateServiceMapOutput) MapIndex(k pulumi.StringInput) UpdateServiceOutput + func (o UpdateServiceMapOutput) ToUpdateServiceMapOutput() UpdateServiceMapOutput + func (o UpdateServiceMapOutput) ToUpdateServiceMapOutputWithContext(ctx context.Context) UpdateServiceMapOutput + type UpdateServiceOutput struct + func (UpdateServiceOutput) ElementType() reflect.Type + func (o UpdateServiceOutput) EnvironmentName() pulumi.StringOutput + func (o UpdateServiceOutput) ServiceId() pulumi.StringOutput + func (o UpdateServiceOutput) ToUpdateServiceOutput() UpdateServiceOutput + func (o UpdateServiceOutput) ToUpdateServiceOutputWithContext(ctx context.Context) UpdateServiceOutput + func (o UpdateServiceOutput) VersionName() pulumi.StringOutput + type UpdateServiceState struct + EnvironmentName pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + VersionName pulumi.StringPtrInput + func (UpdateServiceState) ElementType() reflect.Type v0.1.6 Dec 23, 2023 Changes in this version + type Api struct + ApiBusinessType pulumi.StringOutput + ApiDesc pulumi.StringPtrOutput + ApiName pulumi.StringOutput + ApiType pulumi.StringPtrOutput + AuthRelationApiId pulumi.StringOutput + AuthType pulumi.StringPtrOutput + ConstantParameters ApiConstantParameterArrayOutput + CreateTime pulumi.StringOutput + EiamAppId pulumi.StringPtrOutput + EiamAppType pulumi.StringPtrOutput + EiamAuthType pulumi.StringPtrOutput + EnableCors pulumi.BoolPtrOutput + EventBusId pulumi.StringPtrOutput + IsBase64Encoded pulumi.BoolOutput + IsDebugAfterCharge pulumi.BoolOutput + IsDeleteResponseErrorCodes pulumi.BoolOutput + MicroServices ApiMicroServiceArrayOutput + OauthConfig ApiOauthConfigPtrOutput + Owner pulumi.StringPtrOutput + PreLimit pulumi.IntOutput + Protocol pulumi.StringPtrOutput + ReleaseLimit pulumi.IntOutput + RequestConfigMethod pulumi.StringPtrOutput + RequestConfigPath pulumi.StringOutput + RequestParameters ApiRequestParameterArrayOutput + ResponseErrorCodes ApiResponseErrorCodeArrayOutput + ResponseFailExample pulumi.StringOutput + ResponseSuccessExample pulumi.StringOutput + ResponseType pulumi.StringOutput + ServiceConfigCosConfig ApiServiceConfigCosConfigPtrOutput + ServiceConfigMethod pulumi.StringPtrOutput + ServiceConfigMockReturnMessage pulumi.StringPtrOutput + ServiceConfigPath pulumi.StringPtrOutput + ServiceConfigProduct pulumi.StringPtrOutput + ServiceConfigScfFunctionName pulumi.StringPtrOutput + ServiceConfigScfFunctionNamespace pulumi.StringPtrOutput + ServiceConfigScfFunctionQualifier pulumi.StringPtrOutput + ServiceConfigScfFunctionType pulumi.StringPtrOutput + ServiceConfigScfIsIntegratedResponse pulumi.BoolPtrOutput + ServiceConfigTimeout pulumi.IntPtrOutput + ServiceConfigType pulumi.StringPtrOutput + ServiceConfigUpstreamId pulumi.StringPtrOutput + ServiceConfigUrl pulumi.StringPtrOutput + ServiceConfigVpcId pulumi.StringPtrOutput + ServiceConfigWebsocketCleanupFunctionName pulumi.StringPtrOutput + ServiceConfigWebsocketCleanupFunctionNamespace pulumi.StringPtrOutput + ServiceConfigWebsocketCleanupFunctionQualifier pulumi.StringPtrOutput + ServiceConfigWebsocketRegisterFunctionName pulumi.StringPtrOutput + ServiceConfigWebsocketRegisterFunctionNamespace pulumi.StringPtrOutput + ServiceConfigWebsocketRegisterFunctionQualifier pulumi.StringPtrOutput + ServiceConfigWebsocketTransportFunctionName pulumi.StringPtrOutput + ServiceConfigWebsocketTransportFunctionNamespace pulumi.StringPtrOutput + ServiceConfigWebsocketTransportFunctionQualifier pulumi.StringPtrOutput + ServiceId pulumi.StringOutput + ServiceParameters ApiServiceParameterArrayOutput + ServiceTsfHealthCheckConf ApiServiceTsfHealthCheckConfPtrOutput + ServiceTsfLoadBalanceConf ApiServiceTsfLoadBalanceConfPtrOutput + TargetNamespaceId pulumi.StringPtrOutput + TargetServices ApiTargetServiceArrayOutput + TargetServicesHealthCheckConf ApiTargetServicesHealthCheckConfPtrOutput + TargetServicesLoadBalanceConf pulumi.IntPtrOutput + TestLimit pulumi.IntOutput + TokenTimeout pulumi.IntPtrOutput + UpdateTime pulumi.StringOutput + UserType pulumi.StringPtrOutput + func GetApi(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ApiState, ...) (*Api, error) + func NewApi(ctx *pulumi.Context, name string, args *ApiArgs, opts ...pulumi.ResourceOption) (*Api, error) + func (*Api) ElementType() reflect.Type + func (i *Api) ToApiOutput() ApiOutput + func (i *Api) ToApiOutputWithContext(ctx context.Context) ApiOutput + type ApiApp struct + ApiAppDesc pulumi.StringOutput + ApiAppId pulumi.StringOutput + ApiAppKey pulumi.StringOutput + ApiAppName pulumi.StringOutput + ApiAppSecret pulumi.StringOutput + CreatedTime pulumi.StringOutput + ModifiedTime pulumi.StringOutput + Tags pulumi.MapOutput + func GetApiApp(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ApiAppState, ...) (*ApiApp, error) + func NewApiApp(ctx *pulumi.Context, name string, args *ApiAppArgs, ...) (*ApiApp, error) + func (*ApiApp) ElementType() reflect.Type + func (i *ApiApp) ToApiAppOutput() ApiAppOutput + func (i *ApiApp) ToApiAppOutputWithContext(ctx context.Context) ApiAppOutput + type ApiAppArgs struct + ApiAppDesc pulumi.StringPtrInput + ApiAppName pulumi.StringInput + Tags pulumi.MapInput + func (ApiAppArgs) ElementType() reflect.Type + type ApiAppArray []ApiAppInput + func (ApiAppArray) ElementType() reflect.Type + func (i ApiAppArray) ToApiAppArrayOutput() ApiAppArrayOutput + func (i ApiAppArray) ToApiAppArrayOutputWithContext(ctx context.Context) ApiAppArrayOutput + type ApiAppArrayInput interface + ToApiAppArrayOutput func() ApiAppArrayOutput + ToApiAppArrayOutputWithContext func(context.Context) ApiAppArrayOutput + type ApiAppArrayOutput struct + func (ApiAppArrayOutput) ElementType() reflect.Type + func (o ApiAppArrayOutput) Index(i pulumi.IntInput) ApiAppOutput + func (o ApiAppArrayOutput) ToApiAppArrayOutput() ApiAppArrayOutput + func (o ApiAppArrayOutput) ToApiAppArrayOutputWithContext(ctx context.Context) ApiAppArrayOutput + type ApiAppAttachment struct + ApiAppId pulumi.StringOutput + ApiId pulumi.StringOutput + Environment pulumi.StringOutput + ServiceId pulumi.StringOutput + func GetApiAppAttachment(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*ApiAppAttachment, error) + func NewApiAppAttachment(ctx *pulumi.Context, name string, args *ApiAppAttachmentArgs, ...) (*ApiAppAttachment, error) + func (*ApiAppAttachment) ElementType() reflect.Type + func (i *ApiAppAttachment) ToApiAppAttachmentOutput() ApiAppAttachmentOutput + func (i *ApiAppAttachment) ToApiAppAttachmentOutputWithContext(ctx context.Context) ApiAppAttachmentOutput + type ApiAppAttachmentArgs struct + ApiAppId pulumi.StringInput + ApiId pulumi.StringInput + Environment pulumi.StringInput + ServiceId pulumi.StringInput + func (ApiAppAttachmentArgs) ElementType() reflect.Type + type ApiAppAttachmentArray []ApiAppAttachmentInput + func (ApiAppAttachmentArray) ElementType() reflect.Type + func (i ApiAppAttachmentArray) ToApiAppAttachmentArrayOutput() ApiAppAttachmentArrayOutput + func (i ApiAppAttachmentArray) ToApiAppAttachmentArrayOutputWithContext(ctx context.Context) ApiAppAttachmentArrayOutput + type ApiAppAttachmentArrayInput interface + ToApiAppAttachmentArrayOutput func() ApiAppAttachmentArrayOutput + ToApiAppAttachmentArrayOutputWithContext func(context.Context) ApiAppAttachmentArrayOutput + type ApiAppAttachmentArrayOutput struct + func (ApiAppAttachmentArrayOutput) ElementType() reflect.Type + func (o ApiAppAttachmentArrayOutput) Index(i pulumi.IntInput) ApiAppAttachmentOutput + func (o ApiAppAttachmentArrayOutput) ToApiAppAttachmentArrayOutput() ApiAppAttachmentArrayOutput + func (o ApiAppAttachmentArrayOutput) ToApiAppAttachmentArrayOutputWithContext(ctx context.Context) ApiAppAttachmentArrayOutput + type ApiAppAttachmentInput interface + ToApiAppAttachmentOutput func() ApiAppAttachmentOutput + ToApiAppAttachmentOutputWithContext func(ctx context.Context) ApiAppAttachmentOutput + type ApiAppAttachmentMap map[string]ApiAppAttachmentInput + func (ApiAppAttachmentMap) ElementType() reflect.Type + func (i ApiAppAttachmentMap) ToApiAppAttachmentMapOutput() ApiAppAttachmentMapOutput + func (i ApiAppAttachmentMap) ToApiAppAttachmentMapOutputWithContext(ctx context.Context) ApiAppAttachmentMapOutput + type ApiAppAttachmentMapInput interface + ToApiAppAttachmentMapOutput func() ApiAppAttachmentMapOutput + ToApiAppAttachmentMapOutputWithContext func(context.Context) ApiAppAttachmentMapOutput + type ApiAppAttachmentMapOutput struct + func (ApiAppAttachmentMapOutput) ElementType() reflect.Type + func (o ApiAppAttachmentMapOutput) MapIndex(k pulumi.StringInput) ApiAppAttachmentOutput + func (o ApiAppAttachmentMapOutput) ToApiAppAttachmentMapOutput() ApiAppAttachmentMapOutput + func (o ApiAppAttachmentMapOutput) ToApiAppAttachmentMapOutputWithContext(ctx context.Context) ApiAppAttachmentMapOutput + type ApiAppAttachmentOutput struct + func (ApiAppAttachmentOutput) ElementType() reflect.Type + func (o ApiAppAttachmentOutput) ApiAppId() pulumi.StringOutput + func (o ApiAppAttachmentOutput) ApiId() pulumi.StringOutput + func (o ApiAppAttachmentOutput) Environment() pulumi.StringOutput + func (o ApiAppAttachmentOutput) ServiceId() pulumi.StringOutput + func (o ApiAppAttachmentOutput) ToApiAppAttachmentOutput() ApiAppAttachmentOutput + func (o ApiAppAttachmentOutput) ToApiAppAttachmentOutputWithContext(ctx context.Context) ApiAppAttachmentOutput + type ApiAppAttachmentState struct + ApiAppId pulumi.StringPtrInput + ApiId pulumi.StringPtrInput + Environment pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + func (ApiAppAttachmentState) ElementType() reflect.Type + type ApiAppInput interface + ToApiAppOutput func() ApiAppOutput + ToApiAppOutputWithContext func(ctx context.Context) ApiAppOutput + type ApiAppMap map[string]ApiAppInput + func (ApiAppMap) ElementType() reflect.Type + func (i ApiAppMap) ToApiAppMapOutput() ApiAppMapOutput + func (i ApiAppMap) ToApiAppMapOutputWithContext(ctx context.Context) ApiAppMapOutput + type ApiAppMapInput interface + ToApiAppMapOutput func() ApiAppMapOutput + ToApiAppMapOutputWithContext func(context.Context) ApiAppMapOutput + type ApiAppMapOutput struct + func (ApiAppMapOutput) ElementType() reflect.Type + func (o ApiAppMapOutput) MapIndex(k pulumi.StringInput) ApiAppOutput + func (o ApiAppMapOutput) ToApiAppMapOutput() ApiAppMapOutput + func (o ApiAppMapOutput) ToApiAppMapOutputWithContext(ctx context.Context) ApiAppMapOutput + type ApiAppOutput struct + func (ApiAppOutput) ElementType() reflect.Type + func (o ApiAppOutput) ApiAppDesc() pulumi.StringOutput + func (o ApiAppOutput) ApiAppId() pulumi.StringOutput + func (o ApiAppOutput) ApiAppKey() pulumi.StringOutput + func (o ApiAppOutput) ApiAppName() pulumi.StringOutput + func (o ApiAppOutput) ApiAppSecret() pulumi.StringOutput + func (o ApiAppOutput) CreatedTime() pulumi.StringOutput + func (o ApiAppOutput) ModifiedTime() pulumi.StringOutput + func (o ApiAppOutput) Tags() pulumi.MapOutput + func (o ApiAppOutput) ToApiAppOutput() ApiAppOutput + func (o ApiAppOutput) ToApiAppOutputWithContext(ctx context.Context) ApiAppOutput + type ApiAppState struct + ApiAppDesc pulumi.StringPtrInput + ApiAppId pulumi.StringPtrInput + ApiAppKey pulumi.StringPtrInput + ApiAppName pulumi.StringPtrInput + ApiAppSecret pulumi.StringPtrInput + CreatedTime pulumi.StringPtrInput + ModifiedTime pulumi.StringPtrInput + Tags pulumi.MapInput + func (ApiAppState) ElementType() reflect.Type + type ApiArgs struct + ApiBusinessType pulumi.StringPtrInput + ApiDesc pulumi.StringPtrInput + ApiName pulumi.StringInput + ApiType pulumi.StringPtrInput + AuthRelationApiId pulumi.StringPtrInput + AuthType pulumi.StringPtrInput + ConstantParameters ApiConstantParameterArrayInput + EiamAppId pulumi.StringPtrInput + EiamAppType pulumi.StringPtrInput + EiamAuthType pulumi.StringPtrInput + EnableCors pulumi.BoolPtrInput + EventBusId pulumi.StringPtrInput + IsBase64Encoded pulumi.BoolPtrInput + IsDebugAfterCharge pulumi.BoolPtrInput + IsDeleteResponseErrorCodes pulumi.BoolPtrInput + MicroServices ApiMicroServiceArrayInput + OauthConfig ApiOauthConfigPtrInput + Owner pulumi.StringPtrInput + PreLimit pulumi.IntPtrInput + Protocol pulumi.StringPtrInput + ReleaseLimit pulumi.IntPtrInput + RequestConfigMethod pulumi.StringPtrInput + RequestConfigPath pulumi.StringInput + RequestParameters ApiRequestParameterArrayInput + ResponseErrorCodes ApiResponseErrorCodeArrayInput + ResponseFailExample pulumi.StringPtrInput + ResponseSuccessExample pulumi.StringPtrInput + ResponseType pulumi.StringPtrInput + ServiceConfigCosConfig ApiServiceConfigCosConfigPtrInput + ServiceConfigMethod pulumi.StringPtrInput + ServiceConfigMockReturnMessage pulumi.StringPtrInput + ServiceConfigPath pulumi.StringPtrInput + ServiceConfigProduct pulumi.StringPtrInput + ServiceConfigScfFunctionName pulumi.StringPtrInput + ServiceConfigScfFunctionNamespace pulumi.StringPtrInput + ServiceConfigScfFunctionQualifier pulumi.StringPtrInput + ServiceConfigScfFunctionType pulumi.StringPtrInput + ServiceConfigScfIsIntegratedResponse pulumi.BoolPtrInput + ServiceConfigTimeout pulumi.IntPtrInput + ServiceConfigType pulumi.StringPtrInput + ServiceConfigUpstreamId pulumi.StringPtrInput + ServiceConfigUrl pulumi.StringPtrInput + ServiceConfigVpcId pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionQualifier pulumi.StringPtrInput + ServiceId pulumi.StringInput + ServiceParameters ApiServiceParameterArrayInput + ServiceTsfHealthCheckConf ApiServiceTsfHealthCheckConfPtrInput + ServiceTsfLoadBalanceConf ApiServiceTsfLoadBalanceConfPtrInput + TargetNamespaceId pulumi.StringPtrInput + TargetServices ApiTargetServiceArrayInput + TargetServicesHealthCheckConf ApiTargetServicesHealthCheckConfPtrInput + TargetServicesLoadBalanceConf pulumi.IntPtrInput + TestLimit pulumi.IntPtrInput + TokenTimeout pulumi.IntPtrInput + UserType pulumi.StringPtrInput + func (ApiArgs) ElementType() reflect.Type + type ApiArray []ApiInput + func (ApiArray) ElementType() reflect.Type + func (i ApiArray) ToApiArrayOutput() ApiArrayOutput + func (i ApiArray) ToApiArrayOutputWithContext(ctx context.Context) ApiArrayOutput + type ApiArrayInput interface + ToApiArrayOutput func() ApiArrayOutput + ToApiArrayOutputWithContext func(context.Context) ApiArrayOutput + type ApiArrayOutput struct + func (ApiArrayOutput) ElementType() reflect.Type + func (o ApiArrayOutput) Index(i pulumi.IntInput) ApiOutput + func (o ApiArrayOutput) ToApiArrayOutput() ApiArrayOutput + func (o ApiArrayOutput) ToApiArrayOutputWithContext(ctx context.Context) ApiArrayOutput + type ApiConstantParameter struct + DefaultValue *string + Desc *string + Name *string + Position *string + type ApiConstantParameterArgs struct + DefaultValue pulumi.StringPtrInput + Desc pulumi.StringPtrInput + Name pulumi.StringPtrInput + Position pulumi.StringPtrInput + func (ApiConstantParameterArgs) ElementType() reflect.Type + func (i ApiConstantParameterArgs) ToApiConstantParameterOutput() ApiConstantParameterOutput + func (i ApiConstantParameterArgs) ToApiConstantParameterOutputWithContext(ctx context.Context) ApiConstantParameterOutput + type ApiConstantParameterArray []ApiConstantParameterInput + func (ApiConstantParameterArray) ElementType() reflect.Type + func (i ApiConstantParameterArray) ToApiConstantParameterArrayOutput() ApiConstantParameterArrayOutput + func (i ApiConstantParameterArray) ToApiConstantParameterArrayOutputWithContext(ctx context.Context) ApiConstantParameterArrayOutput + type ApiConstantParameterArrayInput interface + ToApiConstantParameterArrayOutput func() ApiConstantParameterArrayOutput + ToApiConstantParameterArrayOutputWithContext func(context.Context) ApiConstantParameterArrayOutput + type ApiConstantParameterArrayOutput struct + func (ApiConstantParameterArrayOutput) ElementType() reflect.Type + func (o ApiConstantParameterArrayOutput) Index(i pulumi.IntInput) ApiConstantParameterOutput + func (o ApiConstantParameterArrayOutput) ToApiConstantParameterArrayOutput() ApiConstantParameterArrayOutput + func (o ApiConstantParameterArrayOutput) ToApiConstantParameterArrayOutputWithContext(ctx context.Context) ApiConstantParameterArrayOutput + type ApiConstantParameterInput interface + ToApiConstantParameterOutput func() ApiConstantParameterOutput + ToApiConstantParameterOutputWithContext func(context.Context) ApiConstantParameterOutput + type ApiConstantParameterOutput struct + func (ApiConstantParameterOutput) ElementType() reflect.Type + func (o ApiConstantParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ApiConstantParameterOutput) Desc() pulumi.StringPtrOutput + func (o ApiConstantParameterOutput) Name() pulumi.StringPtrOutput + func (o ApiConstantParameterOutput) Position() pulumi.StringPtrOutput + func (o ApiConstantParameterOutput) ToApiConstantParameterOutput() ApiConstantParameterOutput + func (o ApiConstantParameterOutput) ToApiConstantParameterOutputWithContext(ctx context.Context) ApiConstantParameterOutput + type ApiDoc struct + ApiCount pulumi.IntOutput + ApiDocId pulumi.StringOutput + ApiDocName pulumi.StringOutput + ApiDocStatus pulumi.StringOutput + ApiDocUri pulumi.StringOutput + ApiIds pulumi.StringArrayOutput + ApiNames pulumi.StringArrayOutput + Environment pulumi.StringOutput + ReleaseCount pulumi.IntOutput + ServiceId pulumi.StringOutput + ServiceName pulumi.StringOutput + SharePassword pulumi.StringOutput + UpdatedTime pulumi.StringOutput + ViewCount pulumi.IntOutput + func GetApiDoc(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ApiDocState, ...) (*ApiDoc, error) + func NewApiDoc(ctx *pulumi.Context, name string, args *ApiDocArgs, ...) (*ApiDoc, error) + func (*ApiDoc) ElementType() reflect.Type + func (i *ApiDoc) ToApiDocOutput() ApiDocOutput + func (i *ApiDoc) ToApiDocOutputWithContext(ctx context.Context) ApiDocOutput + type ApiDocArgs struct + ApiDocName pulumi.StringInput + ApiIds pulumi.StringArrayInput + Environment pulumi.StringInput + ServiceId pulumi.StringInput + func (ApiDocArgs) ElementType() reflect.Type + type ApiDocArray []ApiDocInput + func (ApiDocArray) ElementType() reflect.Type + func (i ApiDocArray) ToApiDocArrayOutput() ApiDocArrayOutput + func (i ApiDocArray) ToApiDocArrayOutputWithContext(ctx context.Context) ApiDocArrayOutput + type ApiDocArrayInput interface + ToApiDocArrayOutput func() ApiDocArrayOutput + ToApiDocArrayOutputWithContext func(context.Context) ApiDocArrayOutput + type ApiDocArrayOutput struct + func (ApiDocArrayOutput) ElementType() reflect.Type + func (o ApiDocArrayOutput) Index(i pulumi.IntInput) ApiDocOutput + func (o ApiDocArrayOutput) ToApiDocArrayOutput() ApiDocArrayOutput + func (o ApiDocArrayOutput) ToApiDocArrayOutputWithContext(ctx context.Context) ApiDocArrayOutput + type ApiDocInput interface + ToApiDocOutput func() ApiDocOutput + ToApiDocOutputWithContext func(ctx context.Context) ApiDocOutput + type ApiDocMap map[string]ApiDocInput + func (ApiDocMap) ElementType() reflect.Type + func (i ApiDocMap) ToApiDocMapOutput() ApiDocMapOutput + func (i ApiDocMap) ToApiDocMapOutputWithContext(ctx context.Context) ApiDocMapOutput + type ApiDocMapInput interface + ToApiDocMapOutput func() ApiDocMapOutput + ToApiDocMapOutputWithContext func(context.Context) ApiDocMapOutput + type ApiDocMapOutput struct + func (ApiDocMapOutput) ElementType() reflect.Type + func (o ApiDocMapOutput) MapIndex(k pulumi.StringInput) ApiDocOutput + func (o ApiDocMapOutput) ToApiDocMapOutput() ApiDocMapOutput + func (o ApiDocMapOutput) ToApiDocMapOutputWithContext(ctx context.Context) ApiDocMapOutput + type ApiDocOutput struct + func (ApiDocOutput) ElementType() reflect.Type + func (o ApiDocOutput) ApiCount() pulumi.IntOutput + func (o ApiDocOutput) ApiDocId() pulumi.StringOutput + func (o ApiDocOutput) ApiDocName() pulumi.StringOutput + func (o ApiDocOutput) ApiDocStatus() pulumi.StringOutput + func (o ApiDocOutput) ApiDocUri() pulumi.StringOutput + func (o ApiDocOutput) ApiIds() pulumi.StringArrayOutput + func (o ApiDocOutput) ApiNames() pulumi.StringArrayOutput + func (o ApiDocOutput) Environment() pulumi.StringOutput + func (o ApiDocOutput) ReleaseCount() pulumi.IntOutput + func (o ApiDocOutput) ServiceId() pulumi.StringOutput + func (o ApiDocOutput) ServiceName() pulumi.StringOutput + func (o ApiDocOutput) SharePassword() pulumi.StringOutput + func (o ApiDocOutput) ToApiDocOutput() ApiDocOutput + func (o ApiDocOutput) ToApiDocOutputWithContext(ctx context.Context) ApiDocOutput + func (o ApiDocOutput) UpdatedTime() pulumi.StringOutput + func (o ApiDocOutput) ViewCount() pulumi.IntOutput + type ApiDocState struct + ApiCount pulumi.IntPtrInput + ApiDocId pulumi.StringPtrInput + ApiDocName pulumi.StringPtrInput + ApiDocStatus pulumi.StringPtrInput + ApiDocUri pulumi.StringPtrInput + ApiIds pulumi.StringArrayInput + ApiNames pulumi.StringArrayInput + Environment pulumi.StringPtrInput + ReleaseCount pulumi.IntPtrInput + ServiceId pulumi.StringPtrInput + ServiceName pulumi.StringPtrInput + SharePassword pulumi.StringPtrInput + UpdatedTime pulumi.StringPtrInput + ViewCount pulumi.IntPtrInput + func (ApiDocState) ElementType() reflect.Type + type ApiInput interface + ToApiOutput func() ApiOutput + ToApiOutputWithContext func(ctx context.Context) ApiOutput + type ApiKey struct + AccessKeyId pulumi.StringOutput + AccessKeySecret pulumi.StringOutput + AccessKeyType pulumi.StringPtrOutput + CreateTime pulumi.StringOutput + ModifyTime pulumi.StringOutput + SecretName pulumi.StringOutput + Status pulumi.StringPtrOutput + func GetApiKey(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ApiKeyState, ...) (*ApiKey, error) + func NewApiKey(ctx *pulumi.Context, name string, args *ApiKeyArgs, ...) (*ApiKey, error) + func (*ApiKey) ElementType() reflect.Type + func (i *ApiKey) ToApiKeyOutput() ApiKeyOutput + func (i *ApiKey) ToApiKeyOutputWithContext(ctx context.Context) ApiKeyOutput + type ApiKeyArgs struct + AccessKeyId pulumi.StringPtrInput + AccessKeySecret pulumi.StringPtrInput + AccessKeyType pulumi.StringPtrInput + SecretName pulumi.StringInput + Status pulumi.StringPtrInput + func (ApiKeyArgs) ElementType() reflect.Type + type ApiKeyArray []ApiKeyInput + func (ApiKeyArray) ElementType() reflect.Type + func (i ApiKeyArray) ToApiKeyArrayOutput() ApiKeyArrayOutput + func (i ApiKeyArray) ToApiKeyArrayOutputWithContext(ctx context.Context) ApiKeyArrayOutput + type ApiKeyArrayInput interface + ToApiKeyArrayOutput func() ApiKeyArrayOutput + ToApiKeyArrayOutputWithContext func(context.Context) ApiKeyArrayOutput + type ApiKeyArrayOutput struct + func (ApiKeyArrayOutput) ElementType() reflect.Type + func (o ApiKeyArrayOutput) Index(i pulumi.IntInput) ApiKeyOutput + func (o ApiKeyArrayOutput) ToApiKeyArrayOutput() ApiKeyArrayOutput + func (o ApiKeyArrayOutput) ToApiKeyArrayOutputWithContext(ctx context.Context) ApiKeyArrayOutput + type ApiKeyAttachment struct + ApiKeyId pulumi.StringOutput + UsagePlanId pulumi.StringOutput + func GetApiKeyAttachment(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*ApiKeyAttachment, error) + func NewApiKeyAttachment(ctx *pulumi.Context, name string, args *ApiKeyAttachmentArgs, ...) (*ApiKeyAttachment, error) + func (*ApiKeyAttachment) ElementType() reflect.Type + func (i *ApiKeyAttachment) ToApiKeyAttachmentOutput() ApiKeyAttachmentOutput + func (i *ApiKeyAttachment) ToApiKeyAttachmentOutputWithContext(ctx context.Context) ApiKeyAttachmentOutput + type ApiKeyAttachmentArgs struct + ApiKeyId pulumi.StringInput + UsagePlanId pulumi.StringInput + func (ApiKeyAttachmentArgs) ElementType() reflect.Type + type ApiKeyAttachmentArray []ApiKeyAttachmentInput + func (ApiKeyAttachmentArray) ElementType() reflect.Type + func (i ApiKeyAttachmentArray) ToApiKeyAttachmentArrayOutput() ApiKeyAttachmentArrayOutput + func (i ApiKeyAttachmentArray) ToApiKeyAttachmentArrayOutputWithContext(ctx context.Context) ApiKeyAttachmentArrayOutput + type ApiKeyAttachmentArrayInput interface + ToApiKeyAttachmentArrayOutput func() ApiKeyAttachmentArrayOutput + ToApiKeyAttachmentArrayOutputWithContext func(context.Context) ApiKeyAttachmentArrayOutput + type ApiKeyAttachmentArrayOutput struct + func (ApiKeyAttachmentArrayOutput) ElementType() reflect.Type + func (o ApiKeyAttachmentArrayOutput) Index(i pulumi.IntInput) ApiKeyAttachmentOutput + func (o ApiKeyAttachmentArrayOutput) ToApiKeyAttachmentArrayOutput() ApiKeyAttachmentArrayOutput + func (o ApiKeyAttachmentArrayOutput) ToApiKeyAttachmentArrayOutputWithContext(ctx context.Context) ApiKeyAttachmentArrayOutput + type ApiKeyAttachmentInput interface + ToApiKeyAttachmentOutput func() ApiKeyAttachmentOutput + ToApiKeyAttachmentOutputWithContext func(ctx context.Context) ApiKeyAttachmentOutput + type ApiKeyAttachmentMap map[string]ApiKeyAttachmentInput + func (ApiKeyAttachmentMap) ElementType() reflect.Type + func (i ApiKeyAttachmentMap) ToApiKeyAttachmentMapOutput() ApiKeyAttachmentMapOutput + func (i ApiKeyAttachmentMap) ToApiKeyAttachmentMapOutputWithContext(ctx context.Context) ApiKeyAttachmentMapOutput + type ApiKeyAttachmentMapInput interface + ToApiKeyAttachmentMapOutput func() ApiKeyAttachmentMapOutput + ToApiKeyAttachmentMapOutputWithContext func(context.Context) ApiKeyAttachmentMapOutput + type ApiKeyAttachmentMapOutput struct + func (ApiKeyAttachmentMapOutput) ElementType() reflect.Type + func (o ApiKeyAttachmentMapOutput) MapIndex(k pulumi.StringInput) ApiKeyAttachmentOutput + func (o ApiKeyAttachmentMapOutput) ToApiKeyAttachmentMapOutput() ApiKeyAttachmentMapOutput + func (o ApiKeyAttachmentMapOutput) ToApiKeyAttachmentMapOutputWithContext(ctx context.Context) ApiKeyAttachmentMapOutput + type ApiKeyAttachmentOutput struct + func (ApiKeyAttachmentOutput) ElementType() reflect.Type + func (o ApiKeyAttachmentOutput) ApiKeyId() pulumi.StringOutput + func (o ApiKeyAttachmentOutput) ToApiKeyAttachmentOutput() ApiKeyAttachmentOutput + func (o ApiKeyAttachmentOutput) ToApiKeyAttachmentOutputWithContext(ctx context.Context) ApiKeyAttachmentOutput + func (o ApiKeyAttachmentOutput) UsagePlanId() pulumi.StringOutput + type ApiKeyAttachmentState struct + ApiKeyId pulumi.StringPtrInput + UsagePlanId pulumi.StringPtrInput + func (ApiKeyAttachmentState) ElementType() reflect.Type + type ApiKeyInput interface + ToApiKeyOutput func() ApiKeyOutput + ToApiKeyOutputWithContext func(ctx context.Context) ApiKeyOutput + type ApiKeyMap map[string]ApiKeyInput + func (ApiKeyMap) ElementType() reflect.Type + func (i ApiKeyMap) ToApiKeyMapOutput() ApiKeyMapOutput + func (i ApiKeyMap) ToApiKeyMapOutputWithContext(ctx context.Context) ApiKeyMapOutput + type ApiKeyMapInput interface + ToApiKeyMapOutput func() ApiKeyMapOutput + ToApiKeyMapOutputWithContext func(context.Context) ApiKeyMapOutput + type ApiKeyMapOutput struct + func (ApiKeyMapOutput) ElementType() reflect.Type + func (o ApiKeyMapOutput) MapIndex(k pulumi.StringInput) ApiKeyOutput + func (o ApiKeyMapOutput) ToApiKeyMapOutput() ApiKeyMapOutput + func (o ApiKeyMapOutput) ToApiKeyMapOutputWithContext(ctx context.Context) ApiKeyMapOutput + type ApiKeyOutput struct + func (ApiKeyOutput) ElementType() reflect.Type + func (o ApiKeyOutput) AccessKeyId() pulumi.StringOutput + func (o ApiKeyOutput) AccessKeySecret() pulumi.StringOutput + func (o ApiKeyOutput) AccessKeyType() pulumi.StringPtrOutput + func (o ApiKeyOutput) CreateTime() pulumi.StringOutput + func (o ApiKeyOutput) ModifyTime() pulumi.StringOutput + func (o ApiKeyOutput) SecretName() pulumi.StringOutput + func (o ApiKeyOutput) Status() pulumi.StringPtrOutput + func (o ApiKeyOutput) ToApiKeyOutput() ApiKeyOutput + func (o ApiKeyOutput) ToApiKeyOutputWithContext(ctx context.Context) ApiKeyOutput + type ApiKeyState struct + AccessKeyId pulumi.StringPtrInput + AccessKeySecret pulumi.StringPtrInput + AccessKeyType pulumi.StringPtrInput + CreateTime pulumi.StringPtrInput + ModifyTime pulumi.StringPtrInput + SecretName pulumi.StringPtrInput + Status pulumi.StringPtrInput + func (ApiKeyState) ElementType() reflect.Type + type ApiMap map[string]ApiInput + func (ApiMap) ElementType() reflect.Type + func (i ApiMap) ToApiMapOutput() ApiMapOutput + func (i ApiMap) ToApiMapOutputWithContext(ctx context.Context) ApiMapOutput + type ApiMapInput interface + ToApiMapOutput func() ApiMapOutput + ToApiMapOutputWithContext func(context.Context) ApiMapOutput + type ApiMapOutput struct + func (ApiMapOutput) ElementType() reflect.Type + func (o ApiMapOutput) MapIndex(k pulumi.StringInput) ApiOutput + func (o ApiMapOutput) ToApiMapOutput() ApiMapOutput + func (o ApiMapOutput) ToApiMapOutputWithContext(ctx context.Context) ApiMapOutput + type ApiMicroService struct + ClusterId string + MicroServiceName string + NamespaceId string + type ApiMicroServiceArgs struct + ClusterId pulumi.StringInput + MicroServiceName pulumi.StringInput + NamespaceId pulumi.StringInput + func (ApiMicroServiceArgs) ElementType() reflect.Type + func (i ApiMicroServiceArgs) ToApiMicroServiceOutput() ApiMicroServiceOutput + func (i ApiMicroServiceArgs) ToApiMicroServiceOutputWithContext(ctx context.Context) ApiMicroServiceOutput + type ApiMicroServiceArray []ApiMicroServiceInput + func (ApiMicroServiceArray) ElementType() reflect.Type + func (i ApiMicroServiceArray) ToApiMicroServiceArrayOutput() ApiMicroServiceArrayOutput + func (i ApiMicroServiceArray) ToApiMicroServiceArrayOutputWithContext(ctx context.Context) ApiMicroServiceArrayOutput + type ApiMicroServiceArrayInput interface + ToApiMicroServiceArrayOutput func() ApiMicroServiceArrayOutput + ToApiMicroServiceArrayOutputWithContext func(context.Context) ApiMicroServiceArrayOutput + type ApiMicroServiceArrayOutput struct + func (ApiMicroServiceArrayOutput) ElementType() reflect.Type + func (o ApiMicroServiceArrayOutput) Index(i pulumi.IntInput) ApiMicroServiceOutput + func (o ApiMicroServiceArrayOutput) ToApiMicroServiceArrayOutput() ApiMicroServiceArrayOutput + func (o ApiMicroServiceArrayOutput) ToApiMicroServiceArrayOutputWithContext(ctx context.Context) ApiMicroServiceArrayOutput + type ApiMicroServiceInput interface + ToApiMicroServiceOutput func() ApiMicroServiceOutput + ToApiMicroServiceOutputWithContext func(context.Context) ApiMicroServiceOutput + type ApiMicroServiceOutput struct + func (ApiMicroServiceOutput) ElementType() reflect.Type + func (o ApiMicroServiceOutput) ClusterId() pulumi.StringOutput + func (o ApiMicroServiceOutput) MicroServiceName() pulumi.StringOutput + func (o ApiMicroServiceOutput) NamespaceId() pulumi.StringOutput + func (o ApiMicroServiceOutput) ToApiMicroServiceOutput() ApiMicroServiceOutput + func (o ApiMicroServiceOutput) ToApiMicroServiceOutputWithContext(ctx context.Context) ApiMicroServiceOutput + type ApiOauthConfig struct + LoginRedirectUrl *string + PublicKey string + TokenLocation string + type ApiOauthConfigArgs struct + LoginRedirectUrl pulumi.StringPtrInput + PublicKey pulumi.StringInput + TokenLocation pulumi.StringInput + func (ApiOauthConfigArgs) ElementType() reflect.Type + func (i ApiOauthConfigArgs) ToApiOauthConfigOutput() ApiOauthConfigOutput + func (i ApiOauthConfigArgs) ToApiOauthConfigOutputWithContext(ctx context.Context) ApiOauthConfigOutput + func (i ApiOauthConfigArgs) ToApiOauthConfigPtrOutput() ApiOauthConfigPtrOutput + func (i ApiOauthConfigArgs) ToApiOauthConfigPtrOutputWithContext(ctx context.Context) ApiOauthConfigPtrOutput + type ApiOauthConfigInput interface + ToApiOauthConfigOutput func() ApiOauthConfigOutput + ToApiOauthConfigOutputWithContext func(context.Context) ApiOauthConfigOutput + type ApiOauthConfigOutput struct + func (ApiOauthConfigOutput) ElementType() reflect.Type + func (o ApiOauthConfigOutput) LoginRedirectUrl() pulumi.StringPtrOutput + func (o ApiOauthConfigOutput) PublicKey() pulumi.StringOutput + func (o ApiOauthConfigOutput) ToApiOauthConfigOutput() ApiOauthConfigOutput + func (o ApiOauthConfigOutput) ToApiOauthConfigOutputWithContext(ctx context.Context) ApiOauthConfigOutput + func (o ApiOauthConfigOutput) ToApiOauthConfigPtrOutput() ApiOauthConfigPtrOutput + func (o ApiOauthConfigOutput) ToApiOauthConfigPtrOutputWithContext(ctx context.Context) ApiOauthConfigPtrOutput + func (o ApiOauthConfigOutput) TokenLocation() pulumi.StringOutput + type ApiOauthConfigPtrInput interface + ToApiOauthConfigPtrOutput func() ApiOauthConfigPtrOutput + ToApiOauthConfigPtrOutputWithContext func(context.Context) ApiOauthConfigPtrOutput + func ApiOauthConfigPtr(v *ApiOauthConfigArgs) ApiOauthConfigPtrInput + type ApiOauthConfigPtrOutput struct + func (ApiOauthConfigPtrOutput) ElementType() reflect.Type + func (o ApiOauthConfigPtrOutput) Elem() ApiOauthConfigOutput + func (o ApiOauthConfigPtrOutput) LoginRedirectUrl() pulumi.StringPtrOutput + func (o ApiOauthConfigPtrOutput) PublicKey() pulumi.StringPtrOutput + func (o ApiOauthConfigPtrOutput) ToApiOauthConfigPtrOutput() ApiOauthConfigPtrOutput + func (o ApiOauthConfigPtrOutput) ToApiOauthConfigPtrOutputWithContext(ctx context.Context) ApiOauthConfigPtrOutput + func (o ApiOauthConfigPtrOutput) TokenLocation() pulumi.StringPtrOutput + type ApiOutput struct + func (ApiOutput) ElementType() reflect.Type + func (o ApiOutput) ApiBusinessType() pulumi.StringOutput + func (o ApiOutput) ApiDesc() pulumi.StringPtrOutput + func (o ApiOutput) ApiName() pulumi.StringOutput + func (o ApiOutput) ApiType() pulumi.StringPtrOutput + func (o ApiOutput) AuthRelationApiId() pulumi.StringOutput + func (o ApiOutput) AuthType() pulumi.StringPtrOutput + func (o ApiOutput) ConstantParameters() ApiConstantParameterArrayOutput + func (o ApiOutput) CreateTime() pulumi.StringOutput + func (o ApiOutput) EiamAppId() pulumi.StringPtrOutput + func (o ApiOutput) EiamAppType() pulumi.StringPtrOutput + func (o ApiOutput) EiamAuthType() pulumi.StringPtrOutput + func (o ApiOutput) EnableCors() pulumi.BoolPtrOutput + func (o ApiOutput) EventBusId() pulumi.StringPtrOutput + func (o ApiOutput) IsBase64Encoded() pulumi.BoolOutput + func (o ApiOutput) IsDebugAfterCharge() pulumi.BoolOutput + func (o ApiOutput) IsDeleteResponseErrorCodes() pulumi.BoolOutput + func (o ApiOutput) MicroServices() ApiMicroServiceArrayOutput + func (o ApiOutput) OauthConfig() ApiOauthConfigPtrOutput + func (o ApiOutput) Owner() pulumi.StringPtrOutput + func (o ApiOutput) PreLimit() pulumi.IntOutput + func (o ApiOutput) Protocol() pulumi.StringPtrOutput + func (o ApiOutput) ReleaseLimit() pulumi.IntOutput + func (o ApiOutput) RequestConfigMethod() pulumi.StringPtrOutput + func (o ApiOutput) RequestConfigPath() pulumi.StringOutput + func (o ApiOutput) RequestParameters() ApiRequestParameterArrayOutput + func (o ApiOutput) ResponseErrorCodes() ApiResponseErrorCodeArrayOutput + func (o ApiOutput) ResponseFailExample() pulumi.StringOutput + func (o ApiOutput) ResponseSuccessExample() pulumi.StringOutput + func (o ApiOutput) ResponseType() pulumi.StringOutput + func (o ApiOutput) ServiceConfigCosConfig() ApiServiceConfigCosConfigPtrOutput + func (o ApiOutput) ServiceConfigMethod() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigMockReturnMessage() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigPath() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigProduct() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigScfFunctionName() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigScfFunctionNamespace() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigScfFunctionQualifier() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigScfFunctionType() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigScfIsIntegratedResponse() pulumi.BoolPtrOutput + func (o ApiOutput) ServiceConfigTimeout() pulumi.IntPtrOutput + func (o ApiOutput) ServiceConfigType() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigUpstreamId() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigUrl() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigVpcId() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketCleanupFunctionName() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketCleanupFunctionNamespace() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketCleanupFunctionQualifier() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketRegisterFunctionName() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketRegisterFunctionNamespace() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketRegisterFunctionQualifier() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketTransportFunctionName() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketTransportFunctionNamespace() pulumi.StringPtrOutput + func (o ApiOutput) ServiceConfigWebsocketTransportFunctionQualifier() pulumi.StringPtrOutput + func (o ApiOutput) ServiceId() pulumi.StringOutput + func (o ApiOutput) ServiceParameters() ApiServiceParameterArrayOutput + func (o ApiOutput) ServiceTsfHealthCheckConf() ApiServiceTsfHealthCheckConfPtrOutput + func (o ApiOutput) ServiceTsfLoadBalanceConf() ApiServiceTsfLoadBalanceConfPtrOutput + func (o ApiOutput) TargetNamespaceId() pulumi.StringPtrOutput + func (o ApiOutput) TargetServices() ApiTargetServiceArrayOutput + func (o ApiOutput) TargetServicesHealthCheckConf() ApiTargetServicesHealthCheckConfPtrOutput + func (o ApiOutput) TargetServicesLoadBalanceConf() pulumi.IntPtrOutput + func (o ApiOutput) TestLimit() pulumi.IntOutput + func (o ApiOutput) ToApiOutput() ApiOutput + func (o ApiOutput) ToApiOutputWithContext(ctx context.Context) ApiOutput + func (o ApiOutput) TokenTimeout() pulumi.IntPtrOutput + func (o ApiOutput) UpdateTime() pulumi.StringOutput + func (o ApiOutput) UserType() pulumi.StringPtrOutput + type ApiRequestParameter struct + DefaultValue *string + Desc *string + Name string + Position string + Required *bool + Type string + type ApiRequestParameterArgs struct + DefaultValue pulumi.StringPtrInput + Desc pulumi.StringPtrInput + Name pulumi.StringInput + Position pulumi.StringInput + Required pulumi.BoolPtrInput + Type pulumi.StringInput + func (ApiRequestParameterArgs) ElementType() reflect.Type + func (i ApiRequestParameterArgs) ToApiRequestParameterOutput() ApiRequestParameterOutput + func (i ApiRequestParameterArgs) ToApiRequestParameterOutputWithContext(ctx context.Context) ApiRequestParameterOutput + type ApiRequestParameterArray []ApiRequestParameterInput + func (ApiRequestParameterArray) ElementType() reflect.Type + func (i ApiRequestParameterArray) ToApiRequestParameterArrayOutput() ApiRequestParameterArrayOutput + func (i ApiRequestParameterArray) ToApiRequestParameterArrayOutputWithContext(ctx context.Context) ApiRequestParameterArrayOutput + type ApiRequestParameterArrayInput interface + ToApiRequestParameterArrayOutput func() ApiRequestParameterArrayOutput + ToApiRequestParameterArrayOutputWithContext func(context.Context) ApiRequestParameterArrayOutput + type ApiRequestParameterArrayOutput struct + func (ApiRequestParameterArrayOutput) ElementType() reflect.Type + func (o ApiRequestParameterArrayOutput) Index(i pulumi.IntInput) ApiRequestParameterOutput + func (o ApiRequestParameterArrayOutput) ToApiRequestParameterArrayOutput() ApiRequestParameterArrayOutput + func (o ApiRequestParameterArrayOutput) ToApiRequestParameterArrayOutputWithContext(ctx context.Context) ApiRequestParameterArrayOutput + type ApiRequestParameterInput interface + ToApiRequestParameterOutput func() ApiRequestParameterOutput + ToApiRequestParameterOutputWithContext func(context.Context) ApiRequestParameterOutput + type ApiRequestParameterOutput struct + func (ApiRequestParameterOutput) ElementType() reflect.Type + func (o ApiRequestParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ApiRequestParameterOutput) Desc() pulumi.StringPtrOutput + func (o ApiRequestParameterOutput) Name() pulumi.StringOutput + func (o ApiRequestParameterOutput) Position() pulumi.StringOutput + func (o ApiRequestParameterOutput) Required() pulumi.BoolPtrOutput + func (o ApiRequestParameterOutput) ToApiRequestParameterOutput() ApiRequestParameterOutput + func (o ApiRequestParameterOutput) ToApiRequestParameterOutputWithContext(ctx context.Context) ApiRequestParameterOutput + func (o ApiRequestParameterOutput) Type() pulumi.StringOutput + type ApiResponseErrorCode struct + Code int + ConvertedCode *int + Desc *string + Msg string + NeedConvert *bool + type ApiResponseErrorCodeArgs struct + Code pulumi.IntInput + ConvertedCode pulumi.IntPtrInput + Desc pulumi.StringPtrInput + Msg pulumi.StringInput + NeedConvert pulumi.BoolPtrInput + func (ApiResponseErrorCodeArgs) ElementType() reflect.Type + func (i ApiResponseErrorCodeArgs) ToApiResponseErrorCodeOutput() ApiResponseErrorCodeOutput + func (i ApiResponseErrorCodeArgs) ToApiResponseErrorCodeOutputWithContext(ctx context.Context) ApiResponseErrorCodeOutput + type ApiResponseErrorCodeArray []ApiResponseErrorCodeInput + func (ApiResponseErrorCodeArray) ElementType() reflect.Type + func (i ApiResponseErrorCodeArray) ToApiResponseErrorCodeArrayOutput() ApiResponseErrorCodeArrayOutput + func (i ApiResponseErrorCodeArray) ToApiResponseErrorCodeArrayOutputWithContext(ctx context.Context) ApiResponseErrorCodeArrayOutput + type ApiResponseErrorCodeArrayInput interface + ToApiResponseErrorCodeArrayOutput func() ApiResponseErrorCodeArrayOutput + ToApiResponseErrorCodeArrayOutputWithContext func(context.Context) ApiResponseErrorCodeArrayOutput + type ApiResponseErrorCodeArrayOutput struct + func (ApiResponseErrorCodeArrayOutput) ElementType() reflect.Type + func (o ApiResponseErrorCodeArrayOutput) Index(i pulumi.IntInput) ApiResponseErrorCodeOutput + func (o ApiResponseErrorCodeArrayOutput) ToApiResponseErrorCodeArrayOutput() ApiResponseErrorCodeArrayOutput + func (o ApiResponseErrorCodeArrayOutput) ToApiResponseErrorCodeArrayOutputWithContext(ctx context.Context) ApiResponseErrorCodeArrayOutput + type ApiResponseErrorCodeInput interface + ToApiResponseErrorCodeOutput func() ApiResponseErrorCodeOutput + ToApiResponseErrorCodeOutputWithContext func(context.Context) ApiResponseErrorCodeOutput + type ApiResponseErrorCodeOutput struct + func (ApiResponseErrorCodeOutput) ElementType() reflect.Type + func (o ApiResponseErrorCodeOutput) Code() pulumi.IntOutput + func (o ApiResponseErrorCodeOutput) ConvertedCode() pulumi.IntPtrOutput + func (o ApiResponseErrorCodeOutput) Desc() pulumi.StringPtrOutput + func (o ApiResponseErrorCodeOutput) Msg() pulumi.StringOutput + func (o ApiResponseErrorCodeOutput) NeedConvert() pulumi.BoolPtrOutput + func (o ApiResponseErrorCodeOutput) ToApiResponseErrorCodeOutput() ApiResponseErrorCodeOutput + func (o ApiResponseErrorCodeOutput) ToApiResponseErrorCodeOutputWithContext(ctx context.Context) ApiResponseErrorCodeOutput + type ApiServiceConfigCosConfig struct + Action string + Authorization *bool + BucketName string + PathMatchMode *string + type ApiServiceConfigCosConfigArgs struct + Action pulumi.StringInput + Authorization pulumi.BoolPtrInput + BucketName pulumi.StringInput + PathMatchMode pulumi.StringPtrInput + func (ApiServiceConfigCosConfigArgs) ElementType() reflect.Type + func (i ApiServiceConfigCosConfigArgs) ToApiServiceConfigCosConfigOutput() ApiServiceConfigCosConfigOutput + func (i ApiServiceConfigCosConfigArgs) ToApiServiceConfigCosConfigOutputWithContext(ctx context.Context) ApiServiceConfigCosConfigOutput + func (i ApiServiceConfigCosConfigArgs) ToApiServiceConfigCosConfigPtrOutput() ApiServiceConfigCosConfigPtrOutput + func (i ApiServiceConfigCosConfigArgs) ToApiServiceConfigCosConfigPtrOutputWithContext(ctx context.Context) ApiServiceConfigCosConfigPtrOutput + type ApiServiceConfigCosConfigInput interface + ToApiServiceConfigCosConfigOutput func() ApiServiceConfigCosConfigOutput + ToApiServiceConfigCosConfigOutputWithContext func(context.Context) ApiServiceConfigCosConfigOutput + type ApiServiceConfigCosConfigOutput struct + func (ApiServiceConfigCosConfigOutput) ElementType() reflect.Type + func (o ApiServiceConfigCosConfigOutput) Action() pulumi.StringOutput + func (o ApiServiceConfigCosConfigOutput) Authorization() pulumi.BoolPtrOutput + func (o ApiServiceConfigCosConfigOutput) BucketName() pulumi.StringOutput + func (o ApiServiceConfigCosConfigOutput) PathMatchMode() pulumi.StringPtrOutput + func (o ApiServiceConfigCosConfigOutput) ToApiServiceConfigCosConfigOutput() ApiServiceConfigCosConfigOutput + func (o ApiServiceConfigCosConfigOutput) ToApiServiceConfigCosConfigOutputWithContext(ctx context.Context) ApiServiceConfigCosConfigOutput + func (o ApiServiceConfigCosConfigOutput) ToApiServiceConfigCosConfigPtrOutput() ApiServiceConfigCosConfigPtrOutput + func (o ApiServiceConfigCosConfigOutput) ToApiServiceConfigCosConfigPtrOutputWithContext(ctx context.Context) ApiServiceConfigCosConfigPtrOutput + type ApiServiceConfigCosConfigPtrInput interface + ToApiServiceConfigCosConfigPtrOutput func() ApiServiceConfigCosConfigPtrOutput + ToApiServiceConfigCosConfigPtrOutputWithContext func(context.Context) ApiServiceConfigCosConfigPtrOutput + func ApiServiceConfigCosConfigPtr(v *ApiServiceConfigCosConfigArgs) ApiServiceConfigCosConfigPtrInput + type ApiServiceConfigCosConfigPtrOutput struct + func (ApiServiceConfigCosConfigPtrOutput) ElementType() reflect.Type + func (o ApiServiceConfigCosConfigPtrOutput) Action() pulumi.StringPtrOutput + func (o ApiServiceConfigCosConfigPtrOutput) Authorization() pulumi.BoolPtrOutput + func (o ApiServiceConfigCosConfigPtrOutput) BucketName() pulumi.StringPtrOutput + func (o ApiServiceConfigCosConfigPtrOutput) Elem() ApiServiceConfigCosConfigOutput + func (o ApiServiceConfigCosConfigPtrOutput) PathMatchMode() pulumi.StringPtrOutput + func (o ApiServiceConfigCosConfigPtrOutput) ToApiServiceConfigCosConfigPtrOutput() ApiServiceConfigCosConfigPtrOutput + func (o ApiServiceConfigCosConfigPtrOutput) ToApiServiceConfigCosConfigPtrOutputWithContext(ctx context.Context) ApiServiceConfigCosConfigPtrOutput + type ApiServiceParameter struct + DefaultValue *string + Name *string + Position *string + RelevantRequestParameterDesc *string + RelevantRequestParameterName *string + RelevantRequestParameterPosition *string + RelevantRequestParameterType *string + type ApiServiceParameterArgs struct + DefaultValue pulumi.StringPtrInput + Name pulumi.StringPtrInput + Position pulumi.StringPtrInput + RelevantRequestParameterDesc pulumi.StringPtrInput + RelevantRequestParameterName pulumi.StringPtrInput + RelevantRequestParameterPosition pulumi.StringPtrInput + RelevantRequestParameterType pulumi.StringPtrInput + func (ApiServiceParameterArgs) ElementType() reflect.Type + func (i ApiServiceParameterArgs) ToApiServiceParameterOutput() ApiServiceParameterOutput + func (i ApiServiceParameterArgs) ToApiServiceParameterOutputWithContext(ctx context.Context) ApiServiceParameterOutput + type ApiServiceParameterArray []ApiServiceParameterInput + func (ApiServiceParameterArray) ElementType() reflect.Type + func (i ApiServiceParameterArray) ToApiServiceParameterArrayOutput() ApiServiceParameterArrayOutput + func (i ApiServiceParameterArray) ToApiServiceParameterArrayOutputWithContext(ctx context.Context) ApiServiceParameterArrayOutput + type ApiServiceParameterArrayInput interface + ToApiServiceParameterArrayOutput func() ApiServiceParameterArrayOutput + ToApiServiceParameterArrayOutputWithContext func(context.Context) ApiServiceParameterArrayOutput + type ApiServiceParameterArrayOutput struct + func (ApiServiceParameterArrayOutput) ElementType() reflect.Type + func (o ApiServiceParameterArrayOutput) Index(i pulumi.IntInput) ApiServiceParameterOutput + func (o ApiServiceParameterArrayOutput) ToApiServiceParameterArrayOutput() ApiServiceParameterArrayOutput + func (o ApiServiceParameterArrayOutput) ToApiServiceParameterArrayOutputWithContext(ctx context.Context) ApiServiceParameterArrayOutput + type ApiServiceParameterInput interface + ToApiServiceParameterOutput func() ApiServiceParameterOutput + ToApiServiceParameterOutputWithContext func(context.Context) ApiServiceParameterOutput + type ApiServiceParameterOutput struct + func (ApiServiceParameterOutput) ElementType() reflect.Type + func (o ApiServiceParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) Name() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) Position() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) RelevantRequestParameterDesc() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) RelevantRequestParameterName() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) RelevantRequestParameterPosition() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) RelevantRequestParameterType() pulumi.StringPtrOutput + func (o ApiServiceParameterOutput) ToApiServiceParameterOutput() ApiServiceParameterOutput + func (o ApiServiceParameterOutput) ToApiServiceParameterOutputWithContext(ctx context.Context) ApiServiceParameterOutput + type ApiServiceTsfHealthCheckConf struct + ErrorThresholdPercentage *int + IsHealthCheck *bool + RequestVolumeThreshold *int + SleepWindowInMilliseconds *int + type ApiServiceTsfHealthCheckConfArgs struct + ErrorThresholdPercentage pulumi.IntPtrInput + IsHealthCheck pulumi.BoolPtrInput + RequestVolumeThreshold pulumi.IntPtrInput + SleepWindowInMilliseconds pulumi.IntPtrInput + func (ApiServiceTsfHealthCheckConfArgs) ElementType() reflect.Type + func (i ApiServiceTsfHealthCheckConfArgs) ToApiServiceTsfHealthCheckConfOutput() ApiServiceTsfHealthCheckConfOutput + func (i ApiServiceTsfHealthCheckConfArgs) ToApiServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) ApiServiceTsfHealthCheckConfOutput + func (i ApiServiceTsfHealthCheckConfArgs) ToApiServiceTsfHealthCheckConfPtrOutput() ApiServiceTsfHealthCheckConfPtrOutput + func (i ApiServiceTsfHealthCheckConfArgs) ToApiServiceTsfHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfHealthCheckConfPtrOutput + type ApiServiceTsfHealthCheckConfInput interface + ToApiServiceTsfHealthCheckConfOutput func() ApiServiceTsfHealthCheckConfOutput + ToApiServiceTsfHealthCheckConfOutputWithContext func(context.Context) ApiServiceTsfHealthCheckConfOutput + type ApiServiceTsfHealthCheckConfOutput struct + func (ApiServiceTsfHealthCheckConfOutput) ElementType() reflect.Type + func (o ApiServiceTsfHealthCheckConfOutput) ErrorThresholdPercentage() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfOutput) IsHealthCheck() pulumi.BoolPtrOutput + func (o ApiServiceTsfHealthCheckConfOutput) RequestVolumeThreshold() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfOutput) SleepWindowInMilliseconds() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfOutput) ToApiServiceTsfHealthCheckConfOutput() ApiServiceTsfHealthCheckConfOutput + func (o ApiServiceTsfHealthCheckConfOutput) ToApiServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) ApiServiceTsfHealthCheckConfOutput + func (o ApiServiceTsfHealthCheckConfOutput) ToApiServiceTsfHealthCheckConfPtrOutput() ApiServiceTsfHealthCheckConfPtrOutput + func (o ApiServiceTsfHealthCheckConfOutput) ToApiServiceTsfHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfHealthCheckConfPtrOutput + type ApiServiceTsfHealthCheckConfPtrInput interface + ToApiServiceTsfHealthCheckConfPtrOutput func() ApiServiceTsfHealthCheckConfPtrOutput + ToApiServiceTsfHealthCheckConfPtrOutputWithContext func(context.Context) ApiServiceTsfHealthCheckConfPtrOutput + func ApiServiceTsfHealthCheckConfPtr(v *ApiServiceTsfHealthCheckConfArgs) ApiServiceTsfHealthCheckConfPtrInput + type ApiServiceTsfHealthCheckConfPtrOutput struct + func (ApiServiceTsfHealthCheckConfPtrOutput) ElementType() reflect.Type + func (o ApiServiceTsfHealthCheckConfPtrOutput) Elem() ApiServiceTsfHealthCheckConfOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) ErrorThresholdPercentage() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) IsHealthCheck() pulumi.BoolPtrOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) RequestVolumeThreshold() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) SleepWindowInMilliseconds() pulumi.IntPtrOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) ToApiServiceTsfHealthCheckConfPtrOutput() ApiServiceTsfHealthCheckConfPtrOutput + func (o ApiServiceTsfHealthCheckConfPtrOutput) ToApiServiceTsfHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfHealthCheckConfPtrOutput + type ApiServiceTsfLoadBalanceConf struct + IsLoadBalance *bool + Method *string + SessionStickRequired *bool + SessionStickTimeout *int + type ApiServiceTsfLoadBalanceConfArgs struct + IsLoadBalance pulumi.BoolPtrInput + Method pulumi.StringPtrInput + SessionStickRequired pulumi.BoolPtrInput + SessionStickTimeout pulumi.IntPtrInput + func (ApiServiceTsfLoadBalanceConfArgs) ElementType() reflect.Type + func (i ApiServiceTsfLoadBalanceConfArgs) ToApiServiceTsfLoadBalanceConfOutput() ApiServiceTsfLoadBalanceConfOutput + func (i ApiServiceTsfLoadBalanceConfArgs) ToApiServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) ApiServiceTsfLoadBalanceConfOutput + func (i ApiServiceTsfLoadBalanceConfArgs) ToApiServiceTsfLoadBalanceConfPtrOutput() ApiServiceTsfLoadBalanceConfPtrOutput + func (i ApiServiceTsfLoadBalanceConfArgs) ToApiServiceTsfLoadBalanceConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfLoadBalanceConfPtrOutput + type ApiServiceTsfLoadBalanceConfInput interface + ToApiServiceTsfLoadBalanceConfOutput func() ApiServiceTsfLoadBalanceConfOutput + ToApiServiceTsfLoadBalanceConfOutputWithContext func(context.Context) ApiServiceTsfLoadBalanceConfOutput + type ApiServiceTsfLoadBalanceConfOutput struct + func (ApiServiceTsfLoadBalanceConfOutput) ElementType() reflect.Type + func (o ApiServiceTsfLoadBalanceConfOutput) IsLoadBalance() pulumi.BoolPtrOutput + func (o ApiServiceTsfLoadBalanceConfOutput) Method() pulumi.StringPtrOutput + func (o ApiServiceTsfLoadBalanceConfOutput) SessionStickRequired() pulumi.BoolPtrOutput + func (o ApiServiceTsfLoadBalanceConfOutput) SessionStickTimeout() pulumi.IntPtrOutput + func (o ApiServiceTsfLoadBalanceConfOutput) ToApiServiceTsfLoadBalanceConfOutput() ApiServiceTsfLoadBalanceConfOutput + func (o ApiServiceTsfLoadBalanceConfOutput) ToApiServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) ApiServiceTsfLoadBalanceConfOutput + func (o ApiServiceTsfLoadBalanceConfOutput) ToApiServiceTsfLoadBalanceConfPtrOutput() ApiServiceTsfLoadBalanceConfPtrOutput + func (o ApiServiceTsfLoadBalanceConfOutput) ToApiServiceTsfLoadBalanceConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfLoadBalanceConfPtrOutput + type ApiServiceTsfLoadBalanceConfPtrInput interface + ToApiServiceTsfLoadBalanceConfPtrOutput func() ApiServiceTsfLoadBalanceConfPtrOutput + ToApiServiceTsfLoadBalanceConfPtrOutputWithContext func(context.Context) ApiServiceTsfLoadBalanceConfPtrOutput + func ApiServiceTsfLoadBalanceConfPtr(v *ApiServiceTsfLoadBalanceConfArgs) ApiServiceTsfLoadBalanceConfPtrInput + type ApiServiceTsfLoadBalanceConfPtrOutput struct + func (ApiServiceTsfLoadBalanceConfPtrOutput) ElementType() reflect.Type + func (o ApiServiceTsfLoadBalanceConfPtrOutput) Elem() ApiServiceTsfLoadBalanceConfOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) IsLoadBalance() pulumi.BoolPtrOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) Method() pulumi.StringPtrOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) SessionStickRequired() pulumi.BoolPtrOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) SessionStickTimeout() pulumi.IntPtrOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) ToApiServiceTsfLoadBalanceConfPtrOutput() ApiServiceTsfLoadBalanceConfPtrOutput + func (o ApiServiceTsfLoadBalanceConfPtrOutput) ToApiServiceTsfLoadBalanceConfPtrOutputWithContext(ctx context.Context) ApiServiceTsfLoadBalanceConfPtrOutput + type ApiState struct + ApiBusinessType pulumi.StringPtrInput + ApiDesc pulumi.StringPtrInput + ApiName pulumi.StringPtrInput + ApiType pulumi.StringPtrInput + AuthRelationApiId pulumi.StringPtrInput + AuthType pulumi.StringPtrInput + ConstantParameters ApiConstantParameterArrayInput + CreateTime pulumi.StringPtrInput + EiamAppId pulumi.StringPtrInput + EiamAppType pulumi.StringPtrInput + EiamAuthType pulumi.StringPtrInput + EnableCors pulumi.BoolPtrInput + EventBusId pulumi.StringPtrInput + IsBase64Encoded pulumi.BoolPtrInput + IsDebugAfterCharge pulumi.BoolPtrInput + IsDeleteResponseErrorCodes pulumi.BoolPtrInput + MicroServices ApiMicroServiceArrayInput + OauthConfig ApiOauthConfigPtrInput + Owner pulumi.StringPtrInput + PreLimit pulumi.IntPtrInput + Protocol pulumi.StringPtrInput + ReleaseLimit pulumi.IntPtrInput + RequestConfigMethod pulumi.StringPtrInput + RequestConfigPath pulumi.StringPtrInput + RequestParameters ApiRequestParameterArrayInput + ResponseErrorCodes ApiResponseErrorCodeArrayInput + ResponseFailExample pulumi.StringPtrInput + ResponseSuccessExample pulumi.StringPtrInput + ResponseType pulumi.StringPtrInput + ServiceConfigCosConfig ApiServiceConfigCosConfigPtrInput + ServiceConfigMethod pulumi.StringPtrInput + ServiceConfigMockReturnMessage pulumi.StringPtrInput + ServiceConfigPath pulumi.StringPtrInput + ServiceConfigProduct pulumi.StringPtrInput + ServiceConfigScfFunctionName pulumi.StringPtrInput + ServiceConfigScfFunctionNamespace pulumi.StringPtrInput + ServiceConfigScfFunctionQualifier pulumi.StringPtrInput + ServiceConfigScfFunctionType pulumi.StringPtrInput + ServiceConfigScfIsIntegratedResponse pulumi.BoolPtrInput + ServiceConfigTimeout pulumi.IntPtrInput + ServiceConfigType pulumi.StringPtrInput + ServiceConfigUpstreamId pulumi.StringPtrInput + ServiceConfigUrl pulumi.StringPtrInput + ServiceConfigVpcId pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionQualifier pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + ServiceParameters ApiServiceParameterArrayInput + ServiceTsfHealthCheckConf ApiServiceTsfHealthCheckConfPtrInput + ServiceTsfLoadBalanceConf ApiServiceTsfLoadBalanceConfPtrInput + TargetNamespaceId pulumi.StringPtrInput + TargetServices ApiTargetServiceArrayInput + TargetServicesHealthCheckConf ApiTargetServicesHealthCheckConfPtrInput + TargetServicesLoadBalanceConf pulumi.IntPtrInput + TestLimit pulumi.IntPtrInput + TokenTimeout pulumi.IntPtrInput + UpdateTime pulumi.StringPtrInput + UserType pulumi.StringPtrInput + func (ApiState) ElementType() reflect.Type + type ApiTargetService struct + DockerIp *string + HostIp string + VmIp string + VmPort int + VpcId string + type ApiTargetServiceArgs struct + DockerIp pulumi.StringPtrInput + HostIp pulumi.StringInput + VmIp pulumi.StringInput + VmPort pulumi.IntInput + VpcId pulumi.StringInput + func (ApiTargetServiceArgs) ElementType() reflect.Type + func (i ApiTargetServiceArgs) ToApiTargetServiceOutput() ApiTargetServiceOutput + func (i ApiTargetServiceArgs) ToApiTargetServiceOutputWithContext(ctx context.Context) ApiTargetServiceOutput + type ApiTargetServiceArray []ApiTargetServiceInput + func (ApiTargetServiceArray) ElementType() reflect.Type + func (i ApiTargetServiceArray) ToApiTargetServiceArrayOutput() ApiTargetServiceArrayOutput + func (i ApiTargetServiceArray) ToApiTargetServiceArrayOutputWithContext(ctx context.Context) ApiTargetServiceArrayOutput + type ApiTargetServiceArrayInput interface + ToApiTargetServiceArrayOutput func() ApiTargetServiceArrayOutput + ToApiTargetServiceArrayOutputWithContext func(context.Context) ApiTargetServiceArrayOutput + type ApiTargetServiceArrayOutput struct + func (ApiTargetServiceArrayOutput) ElementType() reflect.Type + func (o ApiTargetServiceArrayOutput) Index(i pulumi.IntInput) ApiTargetServiceOutput + func (o ApiTargetServiceArrayOutput) ToApiTargetServiceArrayOutput() ApiTargetServiceArrayOutput + func (o ApiTargetServiceArrayOutput) ToApiTargetServiceArrayOutputWithContext(ctx context.Context) ApiTargetServiceArrayOutput + type ApiTargetServiceInput interface + ToApiTargetServiceOutput func() ApiTargetServiceOutput + ToApiTargetServiceOutputWithContext func(context.Context) ApiTargetServiceOutput + type ApiTargetServiceOutput struct + func (ApiTargetServiceOutput) ElementType() reflect.Type + func (o ApiTargetServiceOutput) DockerIp() pulumi.StringPtrOutput + func (o ApiTargetServiceOutput) HostIp() pulumi.StringOutput + func (o ApiTargetServiceOutput) ToApiTargetServiceOutput() ApiTargetServiceOutput + func (o ApiTargetServiceOutput) ToApiTargetServiceOutputWithContext(ctx context.Context) ApiTargetServiceOutput + func (o ApiTargetServiceOutput) VmIp() pulumi.StringOutput + func (o ApiTargetServiceOutput) VmPort() pulumi.IntOutput + func (o ApiTargetServiceOutput) VpcId() pulumi.StringOutput + type ApiTargetServicesHealthCheckConf struct + ErrorThresholdPercentage *int + IsHealthCheck *bool + RequestVolumeThreshold *int + SleepWindowInMilliseconds *int + type ApiTargetServicesHealthCheckConfArgs struct + ErrorThresholdPercentage pulumi.IntPtrInput + IsHealthCheck pulumi.BoolPtrInput + RequestVolumeThreshold pulumi.IntPtrInput + SleepWindowInMilliseconds pulumi.IntPtrInput + func (ApiTargetServicesHealthCheckConfArgs) ElementType() reflect.Type + func (i ApiTargetServicesHealthCheckConfArgs) ToApiTargetServicesHealthCheckConfOutput() ApiTargetServicesHealthCheckConfOutput + func (i ApiTargetServicesHealthCheckConfArgs) ToApiTargetServicesHealthCheckConfOutputWithContext(ctx context.Context) ApiTargetServicesHealthCheckConfOutput + func (i ApiTargetServicesHealthCheckConfArgs) ToApiTargetServicesHealthCheckConfPtrOutput() ApiTargetServicesHealthCheckConfPtrOutput + func (i ApiTargetServicesHealthCheckConfArgs) ToApiTargetServicesHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiTargetServicesHealthCheckConfPtrOutput + type ApiTargetServicesHealthCheckConfInput interface + ToApiTargetServicesHealthCheckConfOutput func() ApiTargetServicesHealthCheckConfOutput + ToApiTargetServicesHealthCheckConfOutputWithContext func(context.Context) ApiTargetServicesHealthCheckConfOutput + type ApiTargetServicesHealthCheckConfOutput struct + func (ApiTargetServicesHealthCheckConfOutput) ElementType() reflect.Type + func (o ApiTargetServicesHealthCheckConfOutput) ErrorThresholdPercentage() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfOutput) IsHealthCheck() pulumi.BoolPtrOutput + func (o ApiTargetServicesHealthCheckConfOutput) RequestVolumeThreshold() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfOutput) SleepWindowInMilliseconds() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfOutput) ToApiTargetServicesHealthCheckConfOutput() ApiTargetServicesHealthCheckConfOutput + func (o ApiTargetServicesHealthCheckConfOutput) ToApiTargetServicesHealthCheckConfOutputWithContext(ctx context.Context) ApiTargetServicesHealthCheckConfOutput + func (o ApiTargetServicesHealthCheckConfOutput) ToApiTargetServicesHealthCheckConfPtrOutput() ApiTargetServicesHealthCheckConfPtrOutput + func (o ApiTargetServicesHealthCheckConfOutput) ToApiTargetServicesHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiTargetServicesHealthCheckConfPtrOutput + type ApiTargetServicesHealthCheckConfPtrInput interface + ToApiTargetServicesHealthCheckConfPtrOutput func() ApiTargetServicesHealthCheckConfPtrOutput + ToApiTargetServicesHealthCheckConfPtrOutputWithContext func(context.Context) ApiTargetServicesHealthCheckConfPtrOutput + func ApiTargetServicesHealthCheckConfPtr(v *ApiTargetServicesHealthCheckConfArgs) ApiTargetServicesHealthCheckConfPtrInput + type ApiTargetServicesHealthCheckConfPtrOutput struct + func (ApiTargetServicesHealthCheckConfPtrOutput) ElementType() reflect.Type + func (o ApiTargetServicesHealthCheckConfPtrOutput) Elem() ApiTargetServicesHealthCheckConfOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) ErrorThresholdPercentage() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) IsHealthCheck() pulumi.BoolPtrOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) RequestVolumeThreshold() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) SleepWindowInMilliseconds() pulumi.IntPtrOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) ToApiTargetServicesHealthCheckConfPtrOutput() ApiTargetServicesHealthCheckConfPtrOutput + func (o ApiTargetServicesHealthCheckConfPtrOutput) ToApiTargetServicesHealthCheckConfPtrOutputWithContext(ctx context.Context) ApiTargetServicesHealthCheckConfPtrOutput + type CustomDomain struct + CertificateId pulumi.StringOutput + DefaultDomain pulumi.StringOutput + IsDefaultMapping pulumi.BoolPtrOutput + IsForcedHttps pulumi.BoolPtrOutput + NetType pulumi.StringOutput + PathMappings pulumi.StringArrayOutput + Protocol pulumi.StringOutput + ServiceId pulumi.StringOutput + Status pulumi.IntOutput + SubDomain pulumi.StringOutput + func GetCustomDomain(ctx *pulumi.Context, name string, id pulumi.IDInput, state *CustomDomainState, ...) (*CustomDomain, error) + func NewCustomDomain(ctx *pulumi.Context, name string, args *CustomDomainArgs, ...) (*CustomDomain, error) + func (*CustomDomain) ElementType() reflect.Type + func (i *CustomDomain) ToCustomDomainOutput() CustomDomainOutput + func (i *CustomDomain) ToCustomDomainOutputWithContext(ctx context.Context) CustomDomainOutput + type CustomDomainArgs struct + CertificateId pulumi.StringPtrInput + DefaultDomain pulumi.StringInput + IsDefaultMapping pulumi.BoolPtrInput + IsForcedHttps pulumi.BoolPtrInput + NetType pulumi.StringInput + PathMappings pulumi.StringArrayInput + Protocol pulumi.StringInput + ServiceId pulumi.StringInput + SubDomain pulumi.StringInput + func (CustomDomainArgs) ElementType() reflect.Type + type CustomDomainArray []CustomDomainInput + func (CustomDomainArray) ElementType() reflect.Type + func (i CustomDomainArray) ToCustomDomainArrayOutput() CustomDomainArrayOutput + func (i CustomDomainArray) ToCustomDomainArrayOutputWithContext(ctx context.Context) CustomDomainArrayOutput + type CustomDomainArrayInput interface + ToCustomDomainArrayOutput func() CustomDomainArrayOutput + ToCustomDomainArrayOutputWithContext func(context.Context) CustomDomainArrayOutput + type CustomDomainArrayOutput struct + func (CustomDomainArrayOutput) ElementType() reflect.Type + func (o CustomDomainArrayOutput) Index(i pulumi.IntInput) CustomDomainOutput + func (o CustomDomainArrayOutput) ToCustomDomainArrayOutput() CustomDomainArrayOutput + func (o CustomDomainArrayOutput) ToCustomDomainArrayOutputWithContext(ctx context.Context) CustomDomainArrayOutput + type CustomDomainInput interface + ToCustomDomainOutput func() CustomDomainOutput + ToCustomDomainOutputWithContext func(ctx context.Context) CustomDomainOutput + type CustomDomainMap map[string]CustomDomainInput + func (CustomDomainMap) ElementType() reflect.Type + func (i CustomDomainMap) ToCustomDomainMapOutput() CustomDomainMapOutput + func (i CustomDomainMap) ToCustomDomainMapOutputWithContext(ctx context.Context) CustomDomainMapOutput + type CustomDomainMapInput interface + ToCustomDomainMapOutput func() CustomDomainMapOutput + ToCustomDomainMapOutputWithContext func(context.Context) CustomDomainMapOutput + type CustomDomainMapOutput struct + func (CustomDomainMapOutput) ElementType() reflect.Type + func (o CustomDomainMapOutput) MapIndex(k pulumi.StringInput) CustomDomainOutput + func (o CustomDomainMapOutput) ToCustomDomainMapOutput() CustomDomainMapOutput + func (o CustomDomainMapOutput) ToCustomDomainMapOutputWithContext(ctx context.Context) CustomDomainMapOutput + type CustomDomainOutput struct + func (CustomDomainOutput) ElementType() reflect.Type + func (o CustomDomainOutput) CertificateId() pulumi.StringOutput + func (o CustomDomainOutput) DefaultDomain() pulumi.StringOutput + func (o CustomDomainOutput) IsDefaultMapping() pulumi.BoolPtrOutput + func (o CustomDomainOutput) IsForcedHttps() pulumi.BoolPtrOutput + func (o CustomDomainOutput) NetType() pulumi.StringOutput + func (o CustomDomainOutput) PathMappings() pulumi.StringArrayOutput + func (o CustomDomainOutput) Protocol() pulumi.StringOutput + func (o CustomDomainOutput) ServiceId() pulumi.StringOutput + func (o CustomDomainOutput) Status() pulumi.IntOutput + func (o CustomDomainOutput) SubDomain() pulumi.StringOutput + func (o CustomDomainOutput) ToCustomDomainOutput() CustomDomainOutput + func (o CustomDomainOutput) ToCustomDomainOutputWithContext(ctx context.Context) CustomDomainOutput + type CustomDomainState struct + CertificateId pulumi.StringPtrInput + DefaultDomain pulumi.StringPtrInput + IsDefaultMapping pulumi.BoolPtrInput + IsForcedHttps pulumi.BoolPtrInput + NetType pulumi.StringPtrInput + PathMappings pulumi.StringArrayInput + Protocol pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + Status pulumi.IntPtrInput + SubDomain pulumi.StringPtrInput + func (CustomDomainState) ElementType() reflect.Type + type GetApiAppApiResult struct + ApiBusinessType string + ApiDesc string + ApiId string + ApiName string + ApiType string + AuthRelationApiId string + AuthType string + Base64EncodedTriggerRules []GetApiAppApiResultBase64EncodedTriggerRule + ConstantParameters []GetApiAppApiResultConstantParameter + CreatedTime string + EnableCors bool + Environments []string + InternalDomain string + IsBase64Encoded bool + IsBase64Trigger bool + IsDebugAfterCharge bool + MicroServices []GetApiAppApiResultMicroService + MicroServicesInfos []int + ModifiedTime string + OauthConfigs []GetApiAppApiResultOauthConfig + Protocol string + RequestConfigs []GetApiAppApiResultRequestConfig + RequestParameters []GetApiAppApiResultRequestParameter + ResponseErrorCodes []GetApiAppApiResultResponseErrorCode + ResponseFailExample string + ResponseSuccessExample string + ResponseType string + ServiceConfigs []GetApiAppApiResultServiceConfig + ServiceDesc string + ServiceId string + ServiceMockReturnMessage string + ServiceName string + ServiceParameters []GetApiAppApiResultServiceParameter + ServiceScfFunctionName string + ServiceScfFunctionNamespace string + ServiceScfFunctionQualifier string + ServiceScfIsIntegratedResponse bool + ServiceTimeout int + ServiceTsfHealthCheckConfs []GetApiAppApiResultServiceTsfHealthCheckConf + ServiceTsfLoadBalanceConfs []GetApiAppApiResultServiceTsfLoadBalanceConf + ServiceType string + ServiceWebsocketCleanupFunctionName string + ServiceWebsocketCleanupFunctionNamespace string + ServiceWebsocketCleanupFunctionQualifier string + ServiceWebsocketRegisterFunctionName string + ServiceWebsocketRegisterFunctionNamespace string + ServiceWebsocketRegisterFunctionQualifier string + ServiceWebsocketTransportFunctionName string + ServiceWebsocketTransportFunctionNamespace string + ServiceWebsocketTransportFunctionQualifier string + Tags []GetApiAppApiResultTag + type GetApiAppApiResultArgs struct + ApiBusinessType pulumi.StringInput + ApiDesc pulumi.StringInput + ApiId pulumi.StringInput + ApiName pulumi.StringInput + ApiType pulumi.StringInput + AuthRelationApiId pulumi.StringInput + AuthType pulumi.StringInput + Base64EncodedTriggerRules GetApiAppApiResultBase64EncodedTriggerRuleArrayInput + ConstantParameters GetApiAppApiResultConstantParameterArrayInput + CreatedTime pulumi.StringInput + EnableCors pulumi.BoolInput + Environments pulumi.StringArrayInput + InternalDomain pulumi.StringInput + IsBase64Encoded pulumi.BoolInput + IsBase64Trigger pulumi.BoolInput + IsDebugAfterCharge pulumi.BoolInput + MicroServices GetApiAppApiResultMicroServiceArrayInput + MicroServicesInfos pulumi.IntArrayInput + ModifiedTime pulumi.StringInput + OauthConfigs GetApiAppApiResultOauthConfigArrayInput + Protocol pulumi.StringInput + RequestConfigs GetApiAppApiResultRequestConfigArrayInput + RequestParameters GetApiAppApiResultRequestParameterArrayInput + ResponseErrorCodes GetApiAppApiResultResponseErrorCodeArrayInput + ResponseFailExample pulumi.StringInput + ResponseSuccessExample pulumi.StringInput + ResponseType pulumi.StringInput + ServiceConfigs GetApiAppApiResultServiceConfigArrayInput + ServiceDesc pulumi.StringInput + ServiceId pulumi.StringInput + ServiceMockReturnMessage pulumi.StringInput + ServiceName pulumi.StringInput + ServiceParameters GetApiAppApiResultServiceParameterArrayInput + ServiceScfFunctionName pulumi.StringInput + ServiceScfFunctionNamespace pulumi.StringInput + ServiceScfFunctionQualifier pulumi.StringInput + ServiceScfIsIntegratedResponse pulumi.BoolInput + ServiceTimeout pulumi.IntInput + ServiceTsfHealthCheckConfs GetApiAppApiResultServiceTsfHealthCheckConfArrayInput + ServiceTsfLoadBalanceConfs GetApiAppApiResultServiceTsfLoadBalanceConfArrayInput + ServiceType pulumi.StringInput + ServiceWebsocketCleanupFunctionName pulumi.StringInput + ServiceWebsocketCleanupFunctionNamespace pulumi.StringInput + ServiceWebsocketCleanupFunctionQualifier pulumi.StringInput + ServiceWebsocketRegisterFunctionName pulumi.StringInput + ServiceWebsocketRegisterFunctionNamespace pulumi.StringInput + ServiceWebsocketRegisterFunctionQualifier pulumi.StringInput + ServiceWebsocketTransportFunctionName pulumi.StringInput + ServiceWebsocketTransportFunctionNamespace pulumi.StringInput + ServiceWebsocketTransportFunctionQualifier pulumi.StringInput + Tags GetApiAppApiResultTagArrayInput + func (GetApiAppApiResultArgs) ElementType() reflect.Type + func (i GetApiAppApiResultArgs) ToGetApiAppApiResultOutput() GetApiAppApiResultOutput + func (i GetApiAppApiResultArgs) ToGetApiAppApiResultOutputWithContext(ctx context.Context) GetApiAppApiResultOutput + type GetApiAppApiResultArray []GetApiAppApiResultInput + func (GetApiAppApiResultArray) ElementType() reflect.Type + func (i GetApiAppApiResultArray) ToGetApiAppApiResultArrayOutput() GetApiAppApiResultArrayOutput + func (i GetApiAppApiResultArray) ToGetApiAppApiResultArrayOutputWithContext(ctx context.Context) GetApiAppApiResultArrayOutput + type GetApiAppApiResultArrayInput interface + ToGetApiAppApiResultArrayOutput func() GetApiAppApiResultArrayOutput + ToGetApiAppApiResultArrayOutputWithContext func(context.Context) GetApiAppApiResultArrayOutput + type GetApiAppApiResultArrayOutput struct + func (GetApiAppApiResultArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultOutput + func (o GetApiAppApiResultArrayOutput) ToGetApiAppApiResultArrayOutput() GetApiAppApiResultArrayOutput + func (o GetApiAppApiResultArrayOutput) ToGetApiAppApiResultArrayOutputWithContext(ctx context.Context) GetApiAppApiResultArrayOutput + type GetApiAppApiResultBase64EncodedTriggerRule struct + Name string + Values []string + type GetApiAppApiResultBase64EncodedTriggerRuleArgs struct + Name pulumi.StringInput + Values pulumi.StringArrayInput + func (GetApiAppApiResultBase64EncodedTriggerRuleArgs) ElementType() reflect.Type + func (i GetApiAppApiResultBase64EncodedTriggerRuleArgs) ToGetApiAppApiResultBase64EncodedTriggerRuleOutput() GetApiAppApiResultBase64EncodedTriggerRuleOutput + func (i GetApiAppApiResultBase64EncodedTriggerRuleArgs) ToGetApiAppApiResultBase64EncodedTriggerRuleOutputWithContext(ctx context.Context) GetApiAppApiResultBase64EncodedTriggerRuleOutput + type GetApiAppApiResultBase64EncodedTriggerRuleArray []GetApiAppApiResultBase64EncodedTriggerRuleInput + func (GetApiAppApiResultBase64EncodedTriggerRuleArray) ElementType() reflect.Type + func (i GetApiAppApiResultBase64EncodedTriggerRuleArray) ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutput() GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + func (i GetApiAppApiResultBase64EncodedTriggerRuleArray) ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutputWithContext(ctx context.Context) GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + type GetApiAppApiResultBase64EncodedTriggerRuleArrayInput interface + ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutput func() GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutputWithContext func(context.Context) GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + type GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput struct + func (GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultBase64EncodedTriggerRuleOutput + func (o GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput) ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutput() GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + func (o GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput) ToGetApiAppApiResultBase64EncodedTriggerRuleArrayOutputWithContext(ctx context.Context) GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + type GetApiAppApiResultBase64EncodedTriggerRuleInput interface + ToGetApiAppApiResultBase64EncodedTriggerRuleOutput func() GetApiAppApiResultBase64EncodedTriggerRuleOutput + ToGetApiAppApiResultBase64EncodedTriggerRuleOutputWithContext func(context.Context) GetApiAppApiResultBase64EncodedTriggerRuleOutput + type GetApiAppApiResultBase64EncodedTriggerRuleOutput struct + func (GetApiAppApiResultBase64EncodedTriggerRuleOutput) ElementType() reflect.Type + func (o GetApiAppApiResultBase64EncodedTriggerRuleOutput) Name() pulumi.StringOutput + func (o GetApiAppApiResultBase64EncodedTriggerRuleOutput) ToGetApiAppApiResultBase64EncodedTriggerRuleOutput() GetApiAppApiResultBase64EncodedTriggerRuleOutput + func (o GetApiAppApiResultBase64EncodedTriggerRuleOutput) ToGetApiAppApiResultBase64EncodedTriggerRuleOutputWithContext(ctx context.Context) GetApiAppApiResultBase64EncodedTriggerRuleOutput + func (o GetApiAppApiResultBase64EncodedTriggerRuleOutput) Values() pulumi.StringArrayOutput + type GetApiAppApiResultConstantParameter struct + DefaultValue string + Desc string + Name string + Position string + type GetApiAppApiResultConstantParameterArgs struct + DefaultValue pulumi.StringInput + Desc pulumi.StringInput + Name pulumi.StringInput + Position pulumi.StringInput + func (GetApiAppApiResultConstantParameterArgs) ElementType() reflect.Type + func (i GetApiAppApiResultConstantParameterArgs) ToGetApiAppApiResultConstantParameterOutput() GetApiAppApiResultConstantParameterOutput + func (i GetApiAppApiResultConstantParameterArgs) ToGetApiAppApiResultConstantParameterOutputWithContext(ctx context.Context) GetApiAppApiResultConstantParameterOutput + type GetApiAppApiResultConstantParameterArray []GetApiAppApiResultConstantParameterInput + func (GetApiAppApiResultConstantParameterArray) ElementType() reflect.Type + func (i GetApiAppApiResultConstantParameterArray) ToGetApiAppApiResultConstantParameterArrayOutput() GetApiAppApiResultConstantParameterArrayOutput + func (i GetApiAppApiResultConstantParameterArray) ToGetApiAppApiResultConstantParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultConstantParameterArrayOutput + type GetApiAppApiResultConstantParameterArrayInput interface + ToGetApiAppApiResultConstantParameterArrayOutput func() GetApiAppApiResultConstantParameterArrayOutput + ToGetApiAppApiResultConstantParameterArrayOutputWithContext func(context.Context) GetApiAppApiResultConstantParameterArrayOutput + type GetApiAppApiResultConstantParameterArrayOutput struct + func (GetApiAppApiResultConstantParameterArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultConstantParameterArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultConstantParameterOutput + func (o GetApiAppApiResultConstantParameterArrayOutput) ToGetApiAppApiResultConstantParameterArrayOutput() GetApiAppApiResultConstantParameterArrayOutput + func (o GetApiAppApiResultConstantParameterArrayOutput) ToGetApiAppApiResultConstantParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultConstantParameterArrayOutput + type GetApiAppApiResultConstantParameterInput interface + ToGetApiAppApiResultConstantParameterOutput func() GetApiAppApiResultConstantParameterOutput + ToGetApiAppApiResultConstantParameterOutputWithContext func(context.Context) GetApiAppApiResultConstantParameterOutput + type GetApiAppApiResultConstantParameterOutput struct + func (GetApiAppApiResultConstantParameterOutput) ElementType() reflect.Type + func (o GetApiAppApiResultConstantParameterOutput) DefaultValue() pulumi.StringOutput + func (o GetApiAppApiResultConstantParameterOutput) Desc() pulumi.StringOutput + func (o GetApiAppApiResultConstantParameterOutput) Name() pulumi.StringOutput + func (o GetApiAppApiResultConstantParameterOutput) Position() pulumi.StringOutput + func (o GetApiAppApiResultConstantParameterOutput) ToGetApiAppApiResultConstantParameterOutput() GetApiAppApiResultConstantParameterOutput + func (o GetApiAppApiResultConstantParameterOutput) ToGetApiAppApiResultConstantParameterOutputWithContext(ctx context.Context) GetApiAppApiResultConstantParameterOutput + type GetApiAppApiResultInput interface + ToGetApiAppApiResultOutput func() GetApiAppApiResultOutput + ToGetApiAppApiResultOutputWithContext func(context.Context) GetApiAppApiResultOutput + type GetApiAppApiResultMicroService struct + ClusterId string + MicroServiceName string + NamespaceId string + type GetApiAppApiResultMicroServiceArgs struct + ClusterId pulumi.StringInput + MicroServiceName pulumi.StringInput + NamespaceId pulumi.StringInput + func (GetApiAppApiResultMicroServiceArgs) ElementType() reflect.Type + func (i GetApiAppApiResultMicroServiceArgs) ToGetApiAppApiResultMicroServiceOutput() GetApiAppApiResultMicroServiceOutput + func (i GetApiAppApiResultMicroServiceArgs) ToGetApiAppApiResultMicroServiceOutputWithContext(ctx context.Context) GetApiAppApiResultMicroServiceOutput + type GetApiAppApiResultMicroServiceArray []GetApiAppApiResultMicroServiceInput + func (GetApiAppApiResultMicroServiceArray) ElementType() reflect.Type + func (i GetApiAppApiResultMicroServiceArray) ToGetApiAppApiResultMicroServiceArrayOutput() GetApiAppApiResultMicroServiceArrayOutput + func (i GetApiAppApiResultMicroServiceArray) ToGetApiAppApiResultMicroServiceArrayOutputWithContext(ctx context.Context) GetApiAppApiResultMicroServiceArrayOutput + type GetApiAppApiResultMicroServiceArrayInput interface + ToGetApiAppApiResultMicroServiceArrayOutput func() GetApiAppApiResultMicroServiceArrayOutput + ToGetApiAppApiResultMicroServiceArrayOutputWithContext func(context.Context) GetApiAppApiResultMicroServiceArrayOutput + type GetApiAppApiResultMicroServiceArrayOutput struct + func (GetApiAppApiResultMicroServiceArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultMicroServiceArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultMicroServiceOutput + func (o GetApiAppApiResultMicroServiceArrayOutput) ToGetApiAppApiResultMicroServiceArrayOutput() GetApiAppApiResultMicroServiceArrayOutput + func (o GetApiAppApiResultMicroServiceArrayOutput) ToGetApiAppApiResultMicroServiceArrayOutputWithContext(ctx context.Context) GetApiAppApiResultMicroServiceArrayOutput + type GetApiAppApiResultMicroServiceInput interface + ToGetApiAppApiResultMicroServiceOutput func() GetApiAppApiResultMicroServiceOutput + ToGetApiAppApiResultMicroServiceOutputWithContext func(context.Context) GetApiAppApiResultMicroServiceOutput + type GetApiAppApiResultMicroServiceOutput struct + func (GetApiAppApiResultMicroServiceOutput) ElementType() reflect.Type + func (o GetApiAppApiResultMicroServiceOutput) ClusterId() pulumi.StringOutput + func (o GetApiAppApiResultMicroServiceOutput) MicroServiceName() pulumi.StringOutput + func (o GetApiAppApiResultMicroServiceOutput) NamespaceId() pulumi.StringOutput + func (o GetApiAppApiResultMicroServiceOutput) ToGetApiAppApiResultMicroServiceOutput() GetApiAppApiResultMicroServiceOutput + func (o GetApiAppApiResultMicroServiceOutput) ToGetApiAppApiResultMicroServiceOutputWithContext(ctx context.Context) GetApiAppApiResultMicroServiceOutput + type GetApiAppApiResultOauthConfig struct + LoginRedirectUrl string + PublicKey string + TokenLocation string + type GetApiAppApiResultOauthConfigArgs struct + LoginRedirectUrl pulumi.StringInput + PublicKey pulumi.StringInput + TokenLocation pulumi.StringInput + func (GetApiAppApiResultOauthConfigArgs) ElementType() reflect.Type + func (i GetApiAppApiResultOauthConfigArgs) ToGetApiAppApiResultOauthConfigOutput() GetApiAppApiResultOauthConfigOutput + func (i GetApiAppApiResultOauthConfigArgs) ToGetApiAppApiResultOauthConfigOutputWithContext(ctx context.Context) GetApiAppApiResultOauthConfigOutput + type GetApiAppApiResultOauthConfigArray []GetApiAppApiResultOauthConfigInput + func (GetApiAppApiResultOauthConfigArray) ElementType() reflect.Type + func (i GetApiAppApiResultOauthConfigArray) ToGetApiAppApiResultOauthConfigArrayOutput() GetApiAppApiResultOauthConfigArrayOutput + func (i GetApiAppApiResultOauthConfigArray) ToGetApiAppApiResultOauthConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultOauthConfigArrayOutput + type GetApiAppApiResultOauthConfigArrayInput interface + ToGetApiAppApiResultOauthConfigArrayOutput func() GetApiAppApiResultOauthConfigArrayOutput + ToGetApiAppApiResultOauthConfigArrayOutputWithContext func(context.Context) GetApiAppApiResultOauthConfigArrayOutput + type GetApiAppApiResultOauthConfigArrayOutput struct + func (GetApiAppApiResultOauthConfigArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultOauthConfigArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultOauthConfigOutput + func (o GetApiAppApiResultOauthConfigArrayOutput) ToGetApiAppApiResultOauthConfigArrayOutput() GetApiAppApiResultOauthConfigArrayOutput + func (o GetApiAppApiResultOauthConfigArrayOutput) ToGetApiAppApiResultOauthConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultOauthConfigArrayOutput + type GetApiAppApiResultOauthConfigInput interface + ToGetApiAppApiResultOauthConfigOutput func() GetApiAppApiResultOauthConfigOutput + ToGetApiAppApiResultOauthConfigOutputWithContext func(context.Context) GetApiAppApiResultOauthConfigOutput + type GetApiAppApiResultOauthConfigOutput struct + func (GetApiAppApiResultOauthConfigOutput) ElementType() reflect.Type + func (o GetApiAppApiResultOauthConfigOutput) LoginRedirectUrl() pulumi.StringOutput + func (o GetApiAppApiResultOauthConfigOutput) PublicKey() pulumi.StringOutput + func (o GetApiAppApiResultOauthConfigOutput) ToGetApiAppApiResultOauthConfigOutput() GetApiAppApiResultOauthConfigOutput + func (o GetApiAppApiResultOauthConfigOutput) ToGetApiAppApiResultOauthConfigOutputWithContext(ctx context.Context) GetApiAppApiResultOauthConfigOutput + func (o GetApiAppApiResultOauthConfigOutput) TokenLocation() pulumi.StringOutput + type GetApiAppApiResultOutput struct + func (GetApiAppApiResultOutput) ElementType() reflect.Type + func (o GetApiAppApiResultOutput) ApiBusinessType() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ApiDesc() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ApiId() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ApiName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ApiType() pulumi.StringOutput + func (o GetApiAppApiResultOutput) AuthRelationApiId() pulumi.StringOutput + func (o GetApiAppApiResultOutput) AuthType() pulumi.StringOutput + func (o GetApiAppApiResultOutput) Base64EncodedTriggerRules() GetApiAppApiResultBase64EncodedTriggerRuleArrayOutput + func (o GetApiAppApiResultOutput) ConstantParameters() GetApiAppApiResultConstantParameterArrayOutput + func (o GetApiAppApiResultOutput) CreatedTime() pulumi.StringOutput + func (o GetApiAppApiResultOutput) EnableCors() pulumi.BoolOutput + func (o GetApiAppApiResultOutput) Environments() pulumi.StringArrayOutput + func (o GetApiAppApiResultOutput) InternalDomain() pulumi.StringOutput + func (o GetApiAppApiResultOutput) IsBase64Encoded() pulumi.BoolOutput + func (o GetApiAppApiResultOutput) IsBase64Trigger() pulumi.BoolOutput + func (o GetApiAppApiResultOutput) IsDebugAfterCharge() pulumi.BoolOutput + func (o GetApiAppApiResultOutput) MicroServices() GetApiAppApiResultMicroServiceArrayOutput + func (o GetApiAppApiResultOutput) MicroServicesInfos() pulumi.IntArrayOutput + func (o GetApiAppApiResultOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiAppApiResultOutput) OauthConfigs() GetApiAppApiResultOauthConfigArrayOutput + func (o GetApiAppApiResultOutput) Protocol() pulumi.StringOutput + func (o GetApiAppApiResultOutput) RequestConfigs() GetApiAppApiResultRequestConfigArrayOutput + func (o GetApiAppApiResultOutput) RequestParameters() GetApiAppApiResultRequestParameterArrayOutput + func (o GetApiAppApiResultOutput) ResponseErrorCodes() GetApiAppApiResultResponseErrorCodeArrayOutput + func (o GetApiAppApiResultOutput) ResponseFailExample() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ResponseSuccessExample() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ResponseType() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceConfigs() GetApiAppApiResultServiceConfigArrayOutput + func (o GetApiAppApiResultOutput) ServiceDesc() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceId() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceMockReturnMessage() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceParameters() GetApiAppApiResultServiceParameterArrayOutput + func (o GetApiAppApiResultOutput) ServiceScfFunctionName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceScfFunctionNamespace() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceScfFunctionQualifier() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceScfIsIntegratedResponse() pulumi.BoolOutput + func (o GetApiAppApiResultOutput) ServiceTimeout() pulumi.IntOutput + func (o GetApiAppApiResultOutput) ServiceTsfHealthCheckConfs() GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + func (o GetApiAppApiResultOutput) ServiceTsfLoadBalanceConfs() GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + func (o GetApiAppApiResultOutput) ServiceType() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketCleanupFunctionName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketCleanupFunctionNamespace() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketCleanupFunctionQualifier() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketRegisterFunctionName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketRegisterFunctionNamespace() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketRegisterFunctionQualifier() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketTransportFunctionName() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketTransportFunctionNamespace() pulumi.StringOutput + func (o GetApiAppApiResultOutput) ServiceWebsocketTransportFunctionQualifier() pulumi.StringOutput + func (o GetApiAppApiResultOutput) Tags() GetApiAppApiResultTagArrayOutput + func (o GetApiAppApiResultOutput) ToGetApiAppApiResultOutput() GetApiAppApiResultOutput + func (o GetApiAppApiResultOutput) ToGetApiAppApiResultOutputWithContext(ctx context.Context) GetApiAppApiResultOutput + type GetApiAppApiResultRequestConfig struct + Method string + Path string + type GetApiAppApiResultRequestConfigArgs struct + Method pulumi.StringInput + Path pulumi.StringInput + func (GetApiAppApiResultRequestConfigArgs) ElementType() reflect.Type + func (i GetApiAppApiResultRequestConfigArgs) ToGetApiAppApiResultRequestConfigOutput() GetApiAppApiResultRequestConfigOutput + func (i GetApiAppApiResultRequestConfigArgs) ToGetApiAppApiResultRequestConfigOutputWithContext(ctx context.Context) GetApiAppApiResultRequestConfigOutput + type GetApiAppApiResultRequestConfigArray []GetApiAppApiResultRequestConfigInput + func (GetApiAppApiResultRequestConfigArray) ElementType() reflect.Type + func (i GetApiAppApiResultRequestConfigArray) ToGetApiAppApiResultRequestConfigArrayOutput() GetApiAppApiResultRequestConfigArrayOutput + func (i GetApiAppApiResultRequestConfigArray) ToGetApiAppApiResultRequestConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultRequestConfigArrayOutput + type GetApiAppApiResultRequestConfigArrayInput interface + ToGetApiAppApiResultRequestConfigArrayOutput func() GetApiAppApiResultRequestConfigArrayOutput + ToGetApiAppApiResultRequestConfigArrayOutputWithContext func(context.Context) GetApiAppApiResultRequestConfigArrayOutput + type GetApiAppApiResultRequestConfigArrayOutput struct + func (GetApiAppApiResultRequestConfigArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultRequestConfigArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultRequestConfigOutput + func (o GetApiAppApiResultRequestConfigArrayOutput) ToGetApiAppApiResultRequestConfigArrayOutput() GetApiAppApiResultRequestConfigArrayOutput + func (o GetApiAppApiResultRequestConfigArrayOutput) ToGetApiAppApiResultRequestConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultRequestConfigArrayOutput + type GetApiAppApiResultRequestConfigInput interface + ToGetApiAppApiResultRequestConfigOutput func() GetApiAppApiResultRequestConfigOutput + ToGetApiAppApiResultRequestConfigOutputWithContext func(context.Context) GetApiAppApiResultRequestConfigOutput + type GetApiAppApiResultRequestConfigOutput struct + func (GetApiAppApiResultRequestConfigOutput) ElementType() reflect.Type + func (o GetApiAppApiResultRequestConfigOutput) Method() pulumi.StringOutput + func (o GetApiAppApiResultRequestConfigOutput) Path() pulumi.StringOutput + func (o GetApiAppApiResultRequestConfigOutput) ToGetApiAppApiResultRequestConfigOutput() GetApiAppApiResultRequestConfigOutput + func (o GetApiAppApiResultRequestConfigOutput) ToGetApiAppApiResultRequestConfigOutputWithContext(ctx context.Context) GetApiAppApiResultRequestConfigOutput + type GetApiAppApiResultRequestParameter struct + DefaultValue string + Desc string + Name string + Position string + Required bool + Type string + type GetApiAppApiResultRequestParameterArgs struct + DefaultValue pulumi.StringInput + Desc pulumi.StringInput + Name pulumi.StringInput + Position pulumi.StringInput + Required pulumi.BoolInput + Type pulumi.StringInput + func (GetApiAppApiResultRequestParameterArgs) ElementType() reflect.Type + func (i GetApiAppApiResultRequestParameterArgs) ToGetApiAppApiResultRequestParameterOutput() GetApiAppApiResultRequestParameterOutput + func (i GetApiAppApiResultRequestParameterArgs) ToGetApiAppApiResultRequestParameterOutputWithContext(ctx context.Context) GetApiAppApiResultRequestParameterOutput + type GetApiAppApiResultRequestParameterArray []GetApiAppApiResultRequestParameterInput + func (GetApiAppApiResultRequestParameterArray) ElementType() reflect.Type + func (i GetApiAppApiResultRequestParameterArray) ToGetApiAppApiResultRequestParameterArrayOutput() GetApiAppApiResultRequestParameterArrayOutput + func (i GetApiAppApiResultRequestParameterArray) ToGetApiAppApiResultRequestParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultRequestParameterArrayOutput + type GetApiAppApiResultRequestParameterArrayInput interface + ToGetApiAppApiResultRequestParameterArrayOutput func() GetApiAppApiResultRequestParameterArrayOutput + ToGetApiAppApiResultRequestParameterArrayOutputWithContext func(context.Context) GetApiAppApiResultRequestParameterArrayOutput + type GetApiAppApiResultRequestParameterArrayOutput struct + func (GetApiAppApiResultRequestParameterArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultRequestParameterArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultRequestParameterOutput + func (o GetApiAppApiResultRequestParameterArrayOutput) ToGetApiAppApiResultRequestParameterArrayOutput() GetApiAppApiResultRequestParameterArrayOutput + func (o GetApiAppApiResultRequestParameterArrayOutput) ToGetApiAppApiResultRequestParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultRequestParameterArrayOutput + type GetApiAppApiResultRequestParameterInput interface + ToGetApiAppApiResultRequestParameterOutput func() GetApiAppApiResultRequestParameterOutput + ToGetApiAppApiResultRequestParameterOutputWithContext func(context.Context) GetApiAppApiResultRequestParameterOutput + type GetApiAppApiResultRequestParameterOutput struct + func (GetApiAppApiResultRequestParameterOutput) ElementType() reflect.Type + func (o GetApiAppApiResultRequestParameterOutput) DefaultValue() pulumi.StringOutput + func (o GetApiAppApiResultRequestParameterOutput) Desc() pulumi.StringOutput + func (o GetApiAppApiResultRequestParameterOutput) Name() pulumi.StringOutput + func (o GetApiAppApiResultRequestParameterOutput) Position() pulumi.StringOutput + func (o GetApiAppApiResultRequestParameterOutput) Required() pulumi.BoolOutput + func (o GetApiAppApiResultRequestParameterOutput) ToGetApiAppApiResultRequestParameterOutput() GetApiAppApiResultRequestParameterOutput + func (o GetApiAppApiResultRequestParameterOutput) ToGetApiAppApiResultRequestParameterOutputWithContext(ctx context.Context) GetApiAppApiResultRequestParameterOutput + func (o GetApiAppApiResultRequestParameterOutput) Type() pulumi.StringOutput + type GetApiAppApiResultResponseErrorCode struct + Code int + ConvertedCode int + Desc string + Msg string + NeedConvert bool + type GetApiAppApiResultResponseErrorCodeArgs struct + Code pulumi.IntInput + ConvertedCode pulumi.IntInput + Desc pulumi.StringInput + Msg pulumi.StringInput + NeedConvert pulumi.BoolInput + func (GetApiAppApiResultResponseErrorCodeArgs) ElementType() reflect.Type + func (i GetApiAppApiResultResponseErrorCodeArgs) ToGetApiAppApiResultResponseErrorCodeOutput() GetApiAppApiResultResponseErrorCodeOutput + func (i GetApiAppApiResultResponseErrorCodeArgs) ToGetApiAppApiResultResponseErrorCodeOutputWithContext(ctx context.Context) GetApiAppApiResultResponseErrorCodeOutput + type GetApiAppApiResultResponseErrorCodeArray []GetApiAppApiResultResponseErrorCodeInput + func (GetApiAppApiResultResponseErrorCodeArray) ElementType() reflect.Type + func (i GetApiAppApiResultResponseErrorCodeArray) ToGetApiAppApiResultResponseErrorCodeArrayOutput() GetApiAppApiResultResponseErrorCodeArrayOutput + func (i GetApiAppApiResultResponseErrorCodeArray) ToGetApiAppApiResultResponseErrorCodeArrayOutputWithContext(ctx context.Context) GetApiAppApiResultResponseErrorCodeArrayOutput + type GetApiAppApiResultResponseErrorCodeArrayInput interface + ToGetApiAppApiResultResponseErrorCodeArrayOutput func() GetApiAppApiResultResponseErrorCodeArrayOutput + ToGetApiAppApiResultResponseErrorCodeArrayOutputWithContext func(context.Context) GetApiAppApiResultResponseErrorCodeArrayOutput + type GetApiAppApiResultResponseErrorCodeArrayOutput struct + func (GetApiAppApiResultResponseErrorCodeArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultResponseErrorCodeArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultResponseErrorCodeOutput + func (o GetApiAppApiResultResponseErrorCodeArrayOutput) ToGetApiAppApiResultResponseErrorCodeArrayOutput() GetApiAppApiResultResponseErrorCodeArrayOutput + func (o GetApiAppApiResultResponseErrorCodeArrayOutput) ToGetApiAppApiResultResponseErrorCodeArrayOutputWithContext(ctx context.Context) GetApiAppApiResultResponseErrorCodeArrayOutput + type GetApiAppApiResultResponseErrorCodeInput interface + ToGetApiAppApiResultResponseErrorCodeOutput func() GetApiAppApiResultResponseErrorCodeOutput + ToGetApiAppApiResultResponseErrorCodeOutputWithContext func(context.Context) GetApiAppApiResultResponseErrorCodeOutput + type GetApiAppApiResultResponseErrorCodeOutput struct + func (GetApiAppApiResultResponseErrorCodeOutput) ElementType() reflect.Type + func (o GetApiAppApiResultResponseErrorCodeOutput) Code() pulumi.IntOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) ConvertedCode() pulumi.IntOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) Desc() pulumi.StringOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) Msg() pulumi.StringOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) NeedConvert() pulumi.BoolOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) ToGetApiAppApiResultResponseErrorCodeOutput() GetApiAppApiResultResponseErrorCodeOutput + func (o GetApiAppApiResultResponseErrorCodeOutput) ToGetApiAppApiResultResponseErrorCodeOutputWithContext(ctx context.Context) GetApiAppApiResultResponseErrorCodeOutput + type GetApiAppApiResultServiceConfig struct + Method string + Path string + Product string + UniqVpcId string + UpstreamId string + Url string + type GetApiAppApiResultServiceConfigArgs struct + Method pulumi.StringInput + Path pulumi.StringInput + Product pulumi.StringInput + UniqVpcId pulumi.StringInput + UpstreamId pulumi.StringInput + Url pulumi.StringInput + func (GetApiAppApiResultServiceConfigArgs) ElementType() reflect.Type + func (i GetApiAppApiResultServiceConfigArgs) ToGetApiAppApiResultServiceConfigOutput() GetApiAppApiResultServiceConfigOutput + func (i GetApiAppApiResultServiceConfigArgs) ToGetApiAppApiResultServiceConfigOutputWithContext(ctx context.Context) GetApiAppApiResultServiceConfigOutput + type GetApiAppApiResultServiceConfigArray []GetApiAppApiResultServiceConfigInput + func (GetApiAppApiResultServiceConfigArray) ElementType() reflect.Type + func (i GetApiAppApiResultServiceConfigArray) ToGetApiAppApiResultServiceConfigArrayOutput() GetApiAppApiResultServiceConfigArrayOutput + func (i GetApiAppApiResultServiceConfigArray) ToGetApiAppApiResultServiceConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceConfigArrayOutput + type GetApiAppApiResultServiceConfigArrayInput interface + ToGetApiAppApiResultServiceConfigArrayOutput func() GetApiAppApiResultServiceConfigArrayOutput + ToGetApiAppApiResultServiceConfigArrayOutputWithContext func(context.Context) GetApiAppApiResultServiceConfigArrayOutput + type GetApiAppApiResultServiceConfigArrayOutput struct + func (GetApiAppApiResultServiceConfigArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceConfigArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultServiceConfigOutput + func (o GetApiAppApiResultServiceConfigArrayOutput) ToGetApiAppApiResultServiceConfigArrayOutput() GetApiAppApiResultServiceConfigArrayOutput + func (o GetApiAppApiResultServiceConfigArrayOutput) ToGetApiAppApiResultServiceConfigArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceConfigArrayOutput + type GetApiAppApiResultServiceConfigInput interface + ToGetApiAppApiResultServiceConfigOutput func() GetApiAppApiResultServiceConfigOutput + ToGetApiAppApiResultServiceConfigOutputWithContext func(context.Context) GetApiAppApiResultServiceConfigOutput + type GetApiAppApiResultServiceConfigOutput struct + func (GetApiAppApiResultServiceConfigOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceConfigOutput) Method() pulumi.StringOutput + func (o GetApiAppApiResultServiceConfigOutput) Path() pulumi.StringOutput + func (o GetApiAppApiResultServiceConfigOutput) Product() pulumi.StringOutput + func (o GetApiAppApiResultServiceConfigOutput) ToGetApiAppApiResultServiceConfigOutput() GetApiAppApiResultServiceConfigOutput + func (o GetApiAppApiResultServiceConfigOutput) ToGetApiAppApiResultServiceConfigOutputWithContext(ctx context.Context) GetApiAppApiResultServiceConfigOutput + func (o GetApiAppApiResultServiceConfigOutput) UniqVpcId() pulumi.StringOutput + func (o GetApiAppApiResultServiceConfigOutput) UpstreamId() pulumi.StringOutput + func (o GetApiAppApiResultServiceConfigOutput) Url() pulumi.StringOutput + type GetApiAppApiResultServiceParameter struct + DefaultValue string + Name string + Position string + RelevantRequestParameterDesc string + RelevantRequestParameterName string + RelevantRequestParameterPosition string + type GetApiAppApiResultServiceParameterArgs struct + DefaultValue pulumi.StringInput + Name pulumi.StringInput + Position pulumi.StringInput + RelevantRequestParameterDesc pulumi.StringInput + RelevantRequestParameterName pulumi.StringInput + RelevantRequestParameterPosition pulumi.StringInput + func (GetApiAppApiResultServiceParameterArgs) ElementType() reflect.Type + func (i GetApiAppApiResultServiceParameterArgs) ToGetApiAppApiResultServiceParameterOutput() GetApiAppApiResultServiceParameterOutput + func (i GetApiAppApiResultServiceParameterArgs) ToGetApiAppApiResultServiceParameterOutputWithContext(ctx context.Context) GetApiAppApiResultServiceParameterOutput + type GetApiAppApiResultServiceParameterArray []GetApiAppApiResultServiceParameterInput + func (GetApiAppApiResultServiceParameterArray) ElementType() reflect.Type + func (i GetApiAppApiResultServiceParameterArray) ToGetApiAppApiResultServiceParameterArrayOutput() GetApiAppApiResultServiceParameterArrayOutput + func (i GetApiAppApiResultServiceParameterArray) ToGetApiAppApiResultServiceParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceParameterArrayOutput + type GetApiAppApiResultServiceParameterArrayInput interface + ToGetApiAppApiResultServiceParameterArrayOutput func() GetApiAppApiResultServiceParameterArrayOutput + ToGetApiAppApiResultServiceParameterArrayOutputWithContext func(context.Context) GetApiAppApiResultServiceParameterArrayOutput + type GetApiAppApiResultServiceParameterArrayOutput struct + func (GetApiAppApiResultServiceParameterArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceParameterArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultServiceParameterOutput + func (o GetApiAppApiResultServiceParameterArrayOutput) ToGetApiAppApiResultServiceParameterArrayOutput() GetApiAppApiResultServiceParameterArrayOutput + func (o GetApiAppApiResultServiceParameterArrayOutput) ToGetApiAppApiResultServiceParameterArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceParameterArrayOutput + type GetApiAppApiResultServiceParameterInput interface + ToGetApiAppApiResultServiceParameterOutput func() GetApiAppApiResultServiceParameterOutput + ToGetApiAppApiResultServiceParameterOutputWithContext func(context.Context) GetApiAppApiResultServiceParameterOutput + type GetApiAppApiResultServiceParameterOutput struct + func (GetApiAppApiResultServiceParameterOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceParameterOutput) DefaultValue() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) Name() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) Position() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) RelevantRequestParameterDesc() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) RelevantRequestParameterName() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) RelevantRequestParameterPosition() pulumi.StringOutput + func (o GetApiAppApiResultServiceParameterOutput) ToGetApiAppApiResultServiceParameterOutput() GetApiAppApiResultServiceParameterOutput + func (o GetApiAppApiResultServiceParameterOutput) ToGetApiAppApiResultServiceParameterOutputWithContext(ctx context.Context) GetApiAppApiResultServiceParameterOutput + type GetApiAppApiResultServiceTsfHealthCheckConf struct + ErrorThresholdPercentage int + IsHealthCheck bool + RequestVolumeThreshold int + SleepWindowInMilliseconds int + type GetApiAppApiResultServiceTsfHealthCheckConfArgs struct + ErrorThresholdPercentage pulumi.IntInput + IsHealthCheck pulumi.BoolInput + RequestVolumeThreshold pulumi.IntInput + SleepWindowInMilliseconds pulumi.IntInput + func (GetApiAppApiResultServiceTsfHealthCheckConfArgs) ElementType() reflect.Type + func (i GetApiAppApiResultServiceTsfHealthCheckConfArgs) ToGetApiAppApiResultServiceTsfHealthCheckConfOutput() GetApiAppApiResultServiceTsfHealthCheckConfOutput + func (i GetApiAppApiResultServiceTsfHealthCheckConfArgs) ToGetApiAppApiResultServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfHealthCheckConfOutput + type GetApiAppApiResultServiceTsfHealthCheckConfArray []GetApiAppApiResultServiceTsfHealthCheckConfInput + func (GetApiAppApiResultServiceTsfHealthCheckConfArray) ElementType() reflect.Type + func (i GetApiAppApiResultServiceTsfHealthCheckConfArray) ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutput() GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + func (i GetApiAppApiResultServiceTsfHealthCheckConfArray) ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + type GetApiAppApiResultServiceTsfHealthCheckConfArrayInput interface + ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutput func() GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutputWithContext func(context.Context) GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + type GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput struct + func (GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultServiceTsfHealthCheckConfOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput) ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutput() GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput) ToGetApiAppApiResultServiceTsfHealthCheckConfArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfHealthCheckConfArrayOutput + type GetApiAppApiResultServiceTsfHealthCheckConfInput interface + ToGetApiAppApiResultServiceTsfHealthCheckConfOutput func() GetApiAppApiResultServiceTsfHealthCheckConfOutput + ToGetApiAppApiResultServiceTsfHealthCheckConfOutputWithContext func(context.Context) GetApiAppApiResultServiceTsfHealthCheckConfOutput + type GetApiAppApiResultServiceTsfHealthCheckConfOutput struct + func (GetApiAppApiResultServiceTsfHealthCheckConfOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) ErrorThresholdPercentage() pulumi.IntOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) IsHealthCheck() pulumi.BoolOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) RequestVolumeThreshold() pulumi.IntOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) SleepWindowInMilliseconds() pulumi.IntOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) ToGetApiAppApiResultServiceTsfHealthCheckConfOutput() GetApiAppApiResultServiceTsfHealthCheckConfOutput + func (o GetApiAppApiResultServiceTsfHealthCheckConfOutput) ToGetApiAppApiResultServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfHealthCheckConfOutput + type GetApiAppApiResultServiceTsfLoadBalanceConf struct + IsLoadBalance bool + Method string + SessionStickRequired bool + SessionStickTimeout int + type GetApiAppApiResultServiceTsfLoadBalanceConfArgs struct + IsLoadBalance pulumi.BoolInput + Method pulumi.StringInput + SessionStickRequired pulumi.BoolInput + SessionStickTimeout pulumi.IntInput + func (GetApiAppApiResultServiceTsfLoadBalanceConfArgs) ElementType() reflect.Type + func (i GetApiAppApiResultServiceTsfLoadBalanceConfArgs) ToGetApiAppApiResultServiceTsfLoadBalanceConfOutput() GetApiAppApiResultServiceTsfLoadBalanceConfOutput + func (i GetApiAppApiResultServiceTsfLoadBalanceConfArgs) ToGetApiAppApiResultServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfOutput + type GetApiAppApiResultServiceTsfLoadBalanceConfArray []GetApiAppApiResultServiceTsfLoadBalanceConfInput + func (GetApiAppApiResultServiceTsfLoadBalanceConfArray) ElementType() reflect.Type + func (i GetApiAppApiResultServiceTsfLoadBalanceConfArray) ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput() GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + func (i GetApiAppApiResultServiceTsfLoadBalanceConfArray) ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + type GetApiAppApiResultServiceTsfLoadBalanceConfArrayInput interface + ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput func() GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutputWithContext func(context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + type GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput struct + func (GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultServiceTsfLoadBalanceConfOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput) ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput() GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput) ToGetApiAppApiResultServiceTsfLoadBalanceConfArrayOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfArrayOutput + type GetApiAppApiResultServiceTsfLoadBalanceConfInput interface + ToGetApiAppApiResultServiceTsfLoadBalanceConfOutput func() GetApiAppApiResultServiceTsfLoadBalanceConfOutput + ToGetApiAppApiResultServiceTsfLoadBalanceConfOutputWithContext func(context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfOutput + type GetApiAppApiResultServiceTsfLoadBalanceConfOutput struct + func (GetApiAppApiResultServiceTsfLoadBalanceConfOutput) ElementType() reflect.Type + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) IsLoadBalance() pulumi.BoolOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) Method() pulumi.StringOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) SessionStickRequired() pulumi.BoolOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) SessionStickTimeout() pulumi.IntOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) ToGetApiAppApiResultServiceTsfLoadBalanceConfOutput() GetApiAppApiResultServiceTsfLoadBalanceConfOutput + func (o GetApiAppApiResultServiceTsfLoadBalanceConfOutput) ToGetApiAppApiResultServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) GetApiAppApiResultServiceTsfLoadBalanceConfOutput + type GetApiAppApiResultTag struct + Key string + Value string + type GetApiAppApiResultTagArgs struct + Key pulumi.StringInput + Value pulumi.StringInput + func (GetApiAppApiResultTagArgs) ElementType() reflect.Type + func (i GetApiAppApiResultTagArgs) ToGetApiAppApiResultTagOutput() GetApiAppApiResultTagOutput + func (i GetApiAppApiResultTagArgs) ToGetApiAppApiResultTagOutputWithContext(ctx context.Context) GetApiAppApiResultTagOutput + type GetApiAppApiResultTagArray []GetApiAppApiResultTagInput + func (GetApiAppApiResultTagArray) ElementType() reflect.Type + func (i GetApiAppApiResultTagArray) ToGetApiAppApiResultTagArrayOutput() GetApiAppApiResultTagArrayOutput + func (i GetApiAppApiResultTagArray) ToGetApiAppApiResultTagArrayOutputWithContext(ctx context.Context) GetApiAppApiResultTagArrayOutput + type GetApiAppApiResultTagArrayInput interface + ToGetApiAppApiResultTagArrayOutput func() GetApiAppApiResultTagArrayOutput + ToGetApiAppApiResultTagArrayOutputWithContext func(context.Context) GetApiAppApiResultTagArrayOutput + type GetApiAppApiResultTagArrayOutput struct + func (GetApiAppApiResultTagArrayOutput) ElementType() reflect.Type + func (o GetApiAppApiResultTagArrayOutput) Index(i pulumi.IntInput) GetApiAppApiResultTagOutput + func (o GetApiAppApiResultTagArrayOutput) ToGetApiAppApiResultTagArrayOutput() GetApiAppApiResultTagArrayOutput + func (o GetApiAppApiResultTagArrayOutput) ToGetApiAppApiResultTagArrayOutputWithContext(ctx context.Context) GetApiAppApiResultTagArrayOutput + type GetApiAppApiResultTagInput interface + ToGetApiAppApiResultTagOutput func() GetApiAppApiResultTagOutput + ToGetApiAppApiResultTagOutputWithContext func(context.Context) GetApiAppApiResultTagOutput + type GetApiAppApiResultTagOutput struct + func (GetApiAppApiResultTagOutput) ElementType() reflect.Type + func (o GetApiAppApiResultTagOutput) Key() pulumi.StringOutput + func (o GetApiAppApiResultTagOutput) ToGetApiAppApiResultTagOutput() GetApiAppApiResultTagOutput + func (o GetApiAppApiResultTagOutput) ToGetApiAppApiResultTagOutputWithContext(ctx context.Context) GetApiAppApiResultTagOutput + func (o GetApiAppApiResultTagOutput) Value() pulumi.StringOutput + type GetApiAppServiceApiIdStatusSet struct + ApiBusinessType string + ApiDesc string + ApiId string + ApiName string + ApiType string + AuthRelationApiId string + AuthType string + CreatedTime string + IsDebugAfterCharge bool + Method string + ModifiedTime string + OauthConfigs []GetApiAppServiceApiIdStatusSetOauthConfig + Path string + Protocol string + ServiceId string + TokenLocation string + UniqVpcId string + type GetApiAppServiceApiIdStatusSetArgs struct + ApiBusinessType pulumi.StringInput + ApiDesc pulumi.StringInput + ApiId pulumi.StringInput + ApiName pulumi.StringInput + ApiType pulumi.StringInput + AuthRelationApiId pulumi.StringInput + AuthType pulumi.StringInput + CreatedTime pulumi.StringInput + IsDebugAfterCharge pulumi.BoolInput + Method pulumi.StringInput + ModifiedTime pulumi.StringInput + OauthConfigs GetApiAppServiceApiIdStatusSetOauthConfigArrayInput + Path pulumi.StringInput + Protocol pulumi.StringInput + ServiceId pulumi.StringInput + TokenLocation pulumi.StringInput + UniqVpcId pulumi.StringInput + func (GetApiAppServiceApiIdStatusSetArgs) ElementType() reflect.Type + func (i GetApiAppServiceApiIdStatusSetArgs) ToGetApiAppServiceApiIdStatusSetOutput() GetApiAppServiceApiIdStatusSetOutput + func (i GetApiAppServiceApiIdStatusSetArgs) ToGetApiAppServiceApiIdStatusSetOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOutput + type GetApiAppServiceApiIdStatusSetArray []GetApiAppServiceApiIdStatusSetInput + func (GetApiAppServiceApiIdStatusSetArray) ElementType() reflect.Type + func (i GetApiAppServiceApiIdStatusSetArray) ToGetApiAppServiceApiIdStatusSetArrayOutput() GetApiAppServiceApiIdStatusSetArrayOutput + func (i GetApiAppServiceApiIdStatusSetArray) ToGetApiAppServiceApiIdStatusSetArrayOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetArrayOutput + type GetApiAppServiceApiIdStatusSetArrayInput interface + ToGetApiAppServiceApiIdStatusSetArrayOutput func() GetApiAppServiceApiIdStatusSetArrayOutput + ToGetApiAppServiceApiIdStatusSetArrayOutputWithContext func(context.Context) GetApiAppServiceApiIdStatusSetArrayOutput + type GetApiAppServiceApiIdStatusSetArrayOutput struct + func (GetApiAppServiceApiIdStatusSetArrayOutput) ElementType() reflect.Type + func (o GetApiAppServiceApiIdStatusSetArrayOutput) Index(i pulumi.IntInput) GetApiAppServiceApiIdStatusSetOutput + func (o GetApiAppServiceApiIdStatusSetArrayOutput) ToGetApiAppServiceApiIdStatusSetArrayOutput() GetApiAppServiceApiIdStatusSetArrayOutput + func (o GetApiAppServiceApiIdStatusSetArrayOutput) ToGetApiAppServiceApiIdStatusSetArrayOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetArrayOutput + type GetApiAppServiceApiIdStatusSetInput interface + ToGetApiAppServiceApiIdStatusSetOutput func() GetApiAppServiceApiIdStatusSetOutput + ToGetApiAppServiceApiIdStatusSetOutputWithContext func(context.Context) GetApiAppServiceApiIdStatusSetOutput + type GetApiAppServiceApiIdStatusSetOauthConfig struct + LoginRedirectUrl string + PublicKey string + TokenLocation string + type GetApiAppServiceApiIdStatusSetOauthConfigArgs struct + LoginRedirectUrl pulumi.StringInput + PublicKey pulumi.StringInput + TokenLocation pulumi.StringInput + func (GetApiAppServiceApiIdStatusSetOauthConfigArgs) ElementType() reflect.Type + func (i GetApiAppServiceApiIdStatusSetOauthConfigArgs) ToGetApiAppServiceApiIdStatusSetOauthConfigOutput() GetApiAppServiceApiIdStatusSetOauthConfigOutput + func (i GetApiAppServiceApiIdStatusSetOauthConfigArgs) ToGetApiAppServiceApiIdStatusSetOauthConfigOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOauthConfigOutput + type GetApiAppServiceApiIdStatusSetOauthConfigArray []GetApiAppServiceApiIdStatusSetOauthConfigInput + func (GetApiAppServiceApiIdStatusSetOauthConfigArray) ElementType() reflect.Type + func (i GetApiAppServiceApiIdStatusSetOauthConfigArray) ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutput() GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + func (i GetApiAppServiceApiIdStatusSetOauthConfigArray) ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + type GetApiAppServiceApiIdStatusSetOauthConfigArrayInput interface + ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutput func() GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutputWithContext func(context.Context) GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + type GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput struct + func (GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput) ElementType() reflect.Type + func (o GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput) Index(i pulumi.IntInput) GetApiAppServiceApiIdStatusSetOauthConfigOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput) ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutput() GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput) ToGetApiAppServiceApiIdStatusSetOauthConfigArrayOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + type GetApiAppServiceApiIdStatusSetOauthConfigInput interface + ToGetApiAppServiceApiIdStatusSetOauthConfigOutput func() GetApiAppServiceApiIdStatusSetOauthConfigOutput + ToGetApiAppServiceApiIdStatusSetOauthConfigOutputWithContext func(context.Context) GetApiAppServiceApiIdStatusSetOauthConfigOutput + type GetApiAppServiceApiIdStatusSetOauthConfigOutput struct + func (GetApiAppServiceApiIdStatusSetOauthConfigOutput) ElementType() reflect.Type + func (o GetApiAppServiceApiIdStatusSetOauthConfigOutput) LoginRedirectUrl() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigOutput) PublicKey() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigOutput) ToGetApiAppServiceApiIdStatusSetOauthConfigOutput() GetApiAppServiceApiIdStatusSetOauthConfigOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigOutput) ToGetApiAppServiceApiIdStatusSetOauthConfigOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOauthConfigOutput + func (o GetApiAppServiceApiIdStatusSetOauthConfigOutput) TokenLocation() pulumi.StringOutput + type GetApiAppServiceApiIdStatusSetOutput struct + func (GetApiAppServiceApiIdStatusSetOutput) ElementType() reflect.Type + func (o GetApiAppServiceApiIdStatusSetOutput) ApiBusinessType() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ApiDesc() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ApiId() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ApiName() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ApiType() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) AuthRelationApiId() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) AuthType() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) CreatedTime() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) IsDebugAfterCharge() pulumi.BoolOutput + func (o GetApiAppServiceApiIdStatusSetOutput) Method() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) OauthConfigs() GetApiAppServiceApiIdStatusSetOauthConfigArrayOutput + func (o GetApiAppServiceApiIdStatusSetOutput) Path() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) Protocol() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ServiceId() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ToGetApiAppServiceApiIdStatusSetOutput() GetApiAppServiceApiIdStatusSetOutput + func (o GetApiAppServiceApiIdStatusSetOutput) ToGetApiAppServiceApiIdStatusSetOutputWithContext(ctx context.Context) GetApiAppServiceApiIdStatusSetOutput + func (o GetApiAppServiceApiIdStatusSetOutput) TokenLocation() pulumi.StringOutput + func (o GetApiAppServiceApiIdStatusSetOutput) UniqVpcId() pulumi.StringOutput + type GetApiAppServiceArgs struct + ApiRegion string + ResultOutputFile *string + ServiceId string + type GetApiAppServiceOutputArgs struct + ApiRegion pulumi.StringInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (GetApiAppServiceOutputArgs) ElementType() reflect.Type + type GetApiAppServiceResult struct + ApiIdStatusSets []GetApiAppServiceApiIdStatusSet + ApiRegion string + ApiTotalCount int + AvailableEnvironments []string + CreatedTime string + Id string + InnerHttpPort int + InnerHttpsPort int + InternalSubDomain string + IpVersion string + ModifiedTime string + NetTypes []string + OuterSubDomain string + Protocol string + ResultOutputFile *string + ServiceDesc string + ServiceId string + ServiceName string + SetId int + UsagePlanLists []GetApiAppServiceUsagePlanList + UsagePlanTotalCount int + UserType string + func GetApiAppService(ctx *pulumi.Context, args *GetApiAppServiceArgs, opts ...pulumi.InvokeOption) (*GetApiAppServiceResult, error) + type GetApiAppServiceResultOutput struct + func GetApiAppServiceOutput(ctx *pulumi.Context, args GetApiAppServiceOutputArgs, ...) GetApiAppServiceResultOutput + func (GetApiAppServiceResultOutput) ElementType() reflect.Type + func (o GetApiAppServiceResultOutput) ApiIdStatusSets() GetApiAppServiceApiIdStatusSetArrayOutput + func (o GetApiAppServiceResultOutput) ApiRegion() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) ApiTotalCount() pulumi.IntOutput + func (o GetApiAppServiceResultOutput) AvailableEnvironments() pulumi.StringArrayOutput + func (o GetApiAppServiceResultOutput) CreatedTime() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) Id() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) InnerHttpPort() pulumi.IntOutput + func (o GetApiAppServiceResultOutput) InnerHttpsPort() pulumi.IntOutput + func (o GetApiAppServiceResultOutput) InternalSubDomain() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) IpVersion() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) NetTypes() pulumi.StringArrayOutput + func (o GetApiAppServiceResultOutput) OuterSubDomain() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) Protocol() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetApiAppServiceResultOutput) ServiceDesc() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) ServiceId() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) ServiceName() pulumi.StringOutput + func (o GetApiAppServiceResultOutput) SetId() pulumi.IntOutput + func (o GetApiAppServiceResultOutput) ToGetApiAppServiceResultOutput() GetApiAppServiceResultOutput + func (o GetApiAppServiceResultOutput) ToGetApiAppServiceResultOutputWithContext(ctx context.Context) GetApiAppServiceResultOutput + func (o GetApiAppServiceResultOutput) UsagePlanLists() GetApiAppServiceUsagePlanListArrayOutput + func (o GetApiAppServiceResultOutput) UsagePlanTotalCount() pulumi.IntOutput + func (o GetApiAppServiceResultOutput) UserType() pulumi.StringOutput + type GetApiAppServiceUsagePlanList struct + CreatedTime string + Environment string + MaxRequestNumPreSec int + ModifiedTime string + UsagePlanDesc string + UsagePlanId string + UsagePlanName string + type GetApiAppServiceUsagePlanListArgs struct + CreatedTime pulumi.StringInput + Environment pulumi.StringInput + MaxRequestNumPreSec pulumi.IntInput + ModifiedTime pulumi.StringInput + UsagePlanDesc pulumi.StringInput + UsagePlanId pulumi.StringInput + UsagePlanName pulumi.StringInput + func (GetApiAppServiceUsagePlanListArgs) ElementType() reflect.Type + func (i GetApiAppServiceUsagePlanListArgs) ToGetApiAppServiceUsagePlanListOutput() GetApiAppServiceUsagePlanListOutput + func (i GetApiAppServiceUsagePlanListArgs) ToGetApiAppServiceUsagePlanListOutputWithContext(ctx context.Context) GetApiAppServiceUsagePlanListOutput + type GetApiAppServiceUsagePlanListArray []GetApiAppServiceUsagePlanListInput + func (GetApiAppServiceUsagePlanListArray) ElementType() reflect.Type + func (i GetApiAppServiceUsagePlanListArray) ToGetApiAppServiceUsagePlanListArrayOutput() GetApiAppServiceUsagePlanListArrayOutput + func (i GetApiAppServiceUsagePlanListArray) ToGetApiAppServiceUsagePlanListArrayOutputWithContext(ctx context.Context) GetApiAppServiceUsagePlanListArrayOutput + type GetApiAppServiceUsagePlanListArrayInput interface + ToGetApiAppServiceUsagePlanListArrayOutput func() GetApiAppServiceUsagePlanListArrayOutput + ToGetApiAppServiceUsagePlanListArrayOutputWithContext func(context.Context) GetApiAppServiceUsagePlanListArrayOutput + type GetApiAppServiceUsagePlanListArrayOutput struct + func (GetApiAppServiceUsagePlanListArrayOutput) ElementType() reflect.Type + func (o GetApiAppServiceUsagePlanListArrayOutput) Index(i pulumi.IntInput) GetApiAppServiceUsagePlanListOutput + func (o GetApiAppServiceUsagePlanListArrayOutput) ToGetApiAppServiceUsagePlanListArrayOutput() GetApiAppServiceUsagePlanListArrayOutput + func (o GetApiAppServiceUsagePlanListArrayOutput) ToGetApiAppServiceUsagePlanListArrayOutputWithContext(ctx context.Context) GetApiAppServiceUsagePlanListArrayOutput + type GetApiAppServiceUsagePlanListInput interface + ToGetApiAppServiceUsagePlanListOutput func() GetApiAppServiceUsagePlanListOutput + ToGetApiAppServiceUsagePlanListOutputWithContext func(context.Context) GetApiAppServiceUsagePlanListOutput + type GetApiAppServiceUsagePlanListOutput struct + func (GetApiAppServiceUsagePlanListOutput) ElementType() reflect.Type + func (o GetApiAppServiceUsagePlanListOutput) CreatedTime() pulumi.StringOutput + func (o GetApiAppServiceUsagePlanListOutput) Environment() pulumi.StringOutput + func (o GetApiAppServiceUsagePlanListOutput) MaxRequestNumPreSec() pulumi.IntOutput + func (o GetApiAppServiceUsagePlanListOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiAppServiceUsagePlanListOutput) ToGetApiAppServiceUsagePlanListOutput() GetApiAppServiceUsagePlanListOutput + func (o GetApiAppServiceUsagePlanListOutput) ToGetApiAppServiceUsagePlanListOutputWithContext(ctx context.Context) GetApiAppServiceUsagePlanListOutput + func (o GetApiAppServiceUsagePlanListOutput) UsagePlanDesc() pulumi.StringOutput + func (o GetApiAppServiceUsagePlanListOutput) UsagePlanId() pulumi.StringOutput + func (o GetApiAppServiceUsagePlanListOutput) UsagePlanName() pulumi.StringOutput + type GetApiAppsApiAppList struct + ApiAppDesc string + ApiAppId string + ApiAppKey string + ApiAppName string + ApiAppSecret string + CreatedTime string + ModifiedTime string + type GetApiAppsApiAppListArgs struct + ApiAppDesc pulumi.StringInput + ApiAppId pulumi.StringInput + ApiAppKey pulumi.StringInput + ApiAppName pulumi.StringInput + ApiAppSecret pulumi.StringInput + CreatedTime pulumi.StringInput + ModifiedTime pulumi.StringInput + func (GetApiAppsApiAppListArgs) ElementType() reflect.Type + func (i GetApiAppsApiAppListArgs) ToGetApiAppsApiAppListOutput() GetApiAppsApiAppListOutput + func (i GetApiAppsApiAppListArgs) ToGetApiAppsApiAppListOutputWithContext(ctx context.Context) GetApiAppsApiAppListOutput + type GetApiAppsApiAppListArray []GetApiAppsApiAppListInput + func (GetApiAppsApiAppListArray) ElementType() reflect.Type + func (i GetApiAppsApiAppListArray) ToGetApiAppsApiAppListArrayOutput() GetApiAppsApiAppListArrayOutput + func (i GetApiAppsApiAppListArray) ToGetApiAppsApiAppListArrayOutputWithContext(ctx context.Context) GetApiAppsApiAppListArrayOutput + type GetApiAppsApiAppListArrayInput interface + ToGetApiAppsApiAppListArrayOutput func() GetApiAppsApiAppListArrayOutput + ToGetApiAppsApiAppListArrayOutputWithContext func(context.Context) GetApiAppsApiAppListArrayOutput + type GetApiAppsApiAppListArrayOutput struct + func (GetApiAppsApiAppListArrayOutput) ElementType() reflect.Type + func (o GetApiAppsApiAppListArrayOutput) Index(i pulumi.IntInput) GetApiAppsApiAppListOutput + func (o GetApiAppsApiAppListArrayOutput) ToGetApiAppsApiAppListArrayOutput() GetApiAppsApiAppListArrayOutput + func (o GetApiAppsApiAppListArrayOutput) ToGetApiAppsApiAppListArrayOutputWithContext(ctx context.Context) GetApiAppsApiAppListArrayOutput + type GetApiAppsApiAppListInput interface + ToGetApiAppsApiAppListOutput func() GetApiAppsApiAppListOutput + ToGetApiAppsApiAppListOutputWithContext func(context.Context) GetApiAppsApiAppListOutput + type GetApiAppsApiAppListOutput struct + func (GetApiAppsApiAppListOutput) ElementType() reflect.Type + func (o GetApiAppsApiAppListOutput) ApiAppDesc() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ApiAppId() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ApiAppKey() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ApiAppName() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ApiAppSecret() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) CreatedTime() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiAppsApiAppListOutput) ToGetApiAppsApiAppListOutput() GetApiAppsApiAppListOutput + func (o GetApiAppsApiAppListOutput) ToGetApiAppsApiAppListOutputWithContext(ctx context.Context) GetApiAppsApiAppListOutput + type GetApiAppsArgs struct + ApiAppId *string + ApiAppName *string + ResultOutputFile *string + type GetApiAppsOutputArgs struct + ApiAppId pulumi.StringPtrInput + ApiAppName pulumi.StringPtrInput + ResultOutputFile pulumi.StringPtrInput + func (GetApiAppsOutputArgs) ElementType() reflect.Type + type GetApiAppsResult struct + ApiAppId *string + ApiAppLists []GetApiAppsApiAppList + ApiAppName *string + Id string + ResultOutputFile *string + func GetApiApps(ctx *pulumi.Context, args *GetApiAppsArgs, opts ...pulumi.InvokeOption) (*GetApiAppsResult, error) + type GetApiAppsResultOutput struct + func GetApiAppsOutput(ctx *pulumi.Context, args GetApiAppsOutputArgs, opts ...pulumi.InvokeOption) GetApiAppsResultOutput + func (GetApiAppsResultOutput) ElementType() reflect.Type + func (o GetApiAppsResultOutput) ApiAppId() pulumi.StringPtrOutput + func (o GetApiAppsResultOutput) ApiAppLists() GetApiAppsApiAppListArrayOutput + func (o GetApiAppsResultOutput) ApiAppName() pulumi.StringPtrOutput + func (o GetApiAppsResultOutput) Id() pulumi.StringOutput + func (o GetApiAppsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetApiAppsResultOutput) ToGetApiAppsResultOutput() GetApiAppsResultOutput + func (o GetApiAppsResultOutput) ToGetApiAppsResultOutputWithContext(ctx context.Context) GetApiAppsResultOutput + type GetApiDocsApiDocList struct + ApiDocId string + ApiDocName string + ApiDocStatus string + type GetApiDocsApiDocListArgs struct + ApiDocId pulumi.StringInput + ApiDocName pulumi.StringInput + ApiDocStatus pulumi.StringInput + func (GetApiDocsApiDocListArgs) ElementType() reflect.Type + func (i GetApiDocsApiDocListArgs) ToGetApiDocsApiDocListOutput() GetApiDocsApiDocListOutput + func (i GetApiDocsApiDocListArgs) ToGetApiDocsApiDocListOutputWithContext(ctx context.Context) GetApiDocsApiDocListOutput + type GetApiDocsApiDocListArray []GetApiDocsApiDocListInput + func (GetApiDocsApiDocListArray) ElementType() reflect.Type + func (i GetApiDocsApiDocListArray) ToGetApiDocsApiDocListArrayOutput() GetApiDocsApiDocListArrayOutput + func (i GetApiDocsApiDocListArray) ToGetApiDocsApiDocListArrayOutputWithContext(ctx context.Context) GetApiDocsApiDocListArrayOutput + type GetApiDocsApiDocListArrayInput interface + ToGetApiDocsApiDocListArrayOutput func() GetApiDocsApiDocListArrayOutput + ToGetApiDocsApiDocListArrayOutputWithContext func(context.Context) GetApiDocsApiDocListArrayOutput + type GetApiDocsApiDocListArrayOutput struct + func (GetApiDocsApiDocListArrayOutput) ElementType() reflect.Type + func (o GetApiDocsApiDocListArrayOutput) Index(i pulumi.IntInput) GetApiDocsApiDocListOutput + func (o GetApiDocsApiDocListArrayOutput) ToGetApiDocsApiDocListArrayOutput() GetApiDocsApiDocListArrayOutput + func (o GetApiDocsApiDocListArrayOutput) ToGetApiDocsApiDocListArrayOutputWithContext(ctx context.Context) GetApiDocsApiDocListArrayOutput + type GetApiDocsApiDocListInput interface + ToGetApiDocsApiDocListOutput func() GetApiDocsApiDocListOutput + ToGetApiDocsApiDocListOutputWithContext func(context.Context) GetApiDocsApiDocListOutput + type GetApiDocsApiDocListOutput struct + func (GetApiDocsApiDocListOutput) ElementType() reflect.Type + func (o GetApiDocsApiDocListOutput) ApiDocId() pulumi.StringOutput + func (o GetApiDocsApiDocListOutput) ApiDocName() pulumi.StringOutput + func (o GetApiDocsApiDocListOutput) ApiDocStatus() pulumi.StringOutput + func (o GetApiDocsApiDocListOutput) ToGetApiDocsApiDocListOutput() GetApiDocsApiDocListOutput + func (o GetApiDocsApiDocListOutput) ToGetApiDocsApiDocListOutputWithContext(ctx context.Context) GetApiDocsApiDocListOutput + type GetApiDocsArgs struct + ResultOutputFile *string + type GetApiDocsOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + func (GetApiDocsOutputArgs) ElementType() reflect.Type + type GetApiDocsResult struct + ApiDocLists []GetApiDocsApiDocList + Id string + ResultOutputFile *string + func GetApiDocs(ctx *pulumi.Context, args *GetApiDocsArgs, opts ...pulumi.InvokeOption) (*GetApiDocsResult, error) + type GetApiDocsResultOutput struct + func GetApiDocsOutput(ctx *pulumi.Context, args GetApiDocsOutputArgs, opts ...pulumi.InvokeOption) GetApiDocsResultOutput + func (GetApiDocsResultOutput) ElementType() reflect.Type + func (o GetApiDocsResultOutput) ApiDocLists() GetApiDocsApiDocListArrayOutput + func (o GetApiDocsResultOutput) Id() pulumi.StringOutput + func (o GetApiDocsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetApiDocsResultOutput) ToGetApiDocsResultOutput() GetApiDocsResultOutput + func (o GetApiDocsResultOutput) ToGetApiDocsResultOutputWithContext(ctx context.Context) GetApiDocsResultOutput + type GetApiKeysArgs struct + ApiKeyId *string + ResultOutputFile *string + SecretName *string + type GetApiKeysList struct + AccessKeySecret string + ApiKeyId string + CreateTime string + ModifyTime string + Status string + type GetApiKeysListArgs struct + AccessKeySecret pulumi.StringInput + ApiKeyId pulumi.StringInput + CreateTime pulumi.StringInput + ModifyTime pulumi.StringInput + Status pulumi.StringInput + func (GetApiKeysListArgs) ElementType() reflect.Type + func (i GetApiKeysListArgs) ToGetApiKeysListOutput() GetApiKeysListOutput + func (i GetApiKeysListArgs) ToGetApiKeysListOutputWithContext(ctx context.Context) GetApiKeysListOutput + type GetApiKeysListArray []GetApiKeysListInput + func (GetApiKeysListArray) ElementType() reflect.Type + func (i GetApiKeysListArray) ToGetApiKeysListArrayOutput() GetApiKeysListArrayOutput + func (i GetApiKeysListArray) ToGetApiKeysListArrayOutputWithContext(ctx context.Context) GetApiKeysListArrayOutput + type GetApiKeysListArrayInput interface + ToGetApiKeysListArrayOutput func() GetApiKeysListArrayOutput + ToGetApiKeysListArrayOutputWithContext func(context.Context) GetApiKeysListArrayOutput + type GetApiKeysListArrayOutput struct + func (GetApiKeysListArrayOutput) ElementType() reflect.Type + func (o GetApiKeysListArrayOutput) Index(i pulumi.IntInput) GetApiKeysListOutput + func (o GetApiKeysListArrayOutput) ToGetApiKeysListArrayOutput() GetApiKeysListArrayOutput + func (o GetApiKeysListArrayOutput) ToGetApiKeysListArrayOutputWithContext(ctx context.Context) GetApiKeysListArrayOutput + type GetApiKeysListInput interface + ToGetApiKeysListOutput func() GetApiKeysListOutput + ToGetApiKeysListOutputWithContext func(context.Context) GetApiKeysListOutput + type GetApiKeysListOutput struct + func (GetApiKeysListOutput) ElementType() reflect.Type + func (o GetApiKeysListOutput) AccessKeySecret() pulumi.StringOutput + func (o GetApiKeysListOutput) ApiKeyId() pulumi.StringOutput + func (o GetApiKeysListOutput) CreateTime() pulumi.StringOutput + func (o GetApiKeysListOutput) ModifyTime() pulumi.StringOutput + func (o GetApiKeysListOutput) Status() pulumi.StringOutput + func (o GetApiKeysListOutput) ToGetApiKeysListOutput() GetApiKeysListOutput + func (o GetApiKeysListOutput) ToGetApiKeysListOutputWithContext(ctx context.Context) GetApiKeysListOutput + type GetApiKeysOutputArgs struct + ApiKeyId pulumi.StringPtrInput + ResultOutputFile pulumi.StringPtrInput + SecretName pulumi.StringPtrInput + func (GetApiKeysOutputArgs) ElementType() reflect.Type + type GetApiKeysResult struct + ApiKeyId *string + Id string + Lists []GetApiKeysList + ResultOutputFile *string + SecretName *string + func GetApiKeys(ctx *pulumi.Context, args *GetApiKeysArgs, opts ...pulumi.InvokeOption) (*GetApiKeysResult, error) + type GetApiKeysResultOutput struct + func GetApiKeysOutput(ctx *pulumi.Context, args GetApiKeysOutputArgs, opts ...pulumi.InvokeOption) GetApiKeysResultOutput + func (GetApiKeysResultOutput) ElementType() reflect.Type + func (o GetApiKeysResultOutput) ApiKeyId() pulumi.StringPtrOutput + func (o GetApiKeysResultOutput) Id() pulumi.StringOutput + func (o GetApiKeysResultOutput) Lists() GetApiKeysListArrayOutput + func (o GetApiKeysResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetApiKeysResultOutput) SecretName() pulumi.StringPtrOutput + func (o GetApiKeysResultOutput) ToGetApiKeysResultOutput() GetApiKeysResultOutput + func (o GetApiKeysResultOutput) ToGetApiKeysResultOutputWithContext(ctx context.Context) GetApiKeysResultOutput + type GetApiPluginsResult struct + AttachedTime string + Description string + Environment string + PluginData string + PluginId string + PluginName string + PluginType string + type GetApiPluginsResultArgs struct + AttachedTime pulumi.StringInput + Description pulumi.StringInput + Environment pulumi.StringInput + PluginData pulumi.StringInput + PluginId pulumi.StringInput + PluginName pulumi.StringInput + PluginType pulumi.StringInput + func (GetApiPluginsResultArgs) ElementType() reflect.Type + func (i GetApiPluginsResultArgs) ToGetApiPluginsResultOutput() GetApiPluginsResultOutput + func (i GetApiPluginsResultArgs) ToGetApiPluginsResultOutputWithContext(ctx context.Context) GetApiPluginsResultOutput + type GetApiPluginsResultArray []GetApiPluginsResultInput + func (GetApiPluginsResultArray) ElementType() reflect.Type + func (i GetApiPluginsResultArray) ToGetApiPluginsResultArrayOutput() GetApiPluginsResultArrayOutput + func (i GetApiPluginsResultArray) ToGetApiPluginsResultArrayOutputWithContext(ctx context.Context) GetApiPluginsResultArrayOutput + type GetApiPluginsResultArrayInput interface + ToGetApiPluginsResultArrayOutput func() GetApiPluginsResultArrayOutput + ToGetApiPluginsResultArrayOutputWithContext func(context.Context) GetApiPluginsResultArrayOutput + type GetApiPluginsResultArrayOutput struct + func (GetApiPluginsResultArrayOutput) ElementType() reflect.Type + func (o GetApiPluginsResultArrayOutput) Index(i pulumi.IntInput) GetApiPluginsResultOutput + func (o GetApiPluginsResultArrayOutput) ToGetApiPluginsResultArrayOutput() GetApiPluginsResultArrayOutput + func (o GetApiPluginsResultArrayOutput) ToGetApiPluginsResultArrayOutputWithContext(ctx context.Context) GetApiPluginsResultArrayOutput + type GetApiPluginsResultInput interface + ToGetApiPluginsResultOutput func() GetApiPluginsResultOutput + ToGetApiPluginsResultOutputWithContext func(context.Context) GetApiPluginsResultOutput + type GetApiPluginsResultOutput struct + func (GetApiPluginsResultOutput) ElementType() reflect.Type + func (o GetApiPluginsResultOutput) AttachedTime() pulumi.StringOutput + func (o GetApiPluginsResultOutput) Description() pulumi.StringOutput + func (o GetApiPluginsResultOutput) Environment() pulumi.StringOutput + func (o GetApiPluginsResultOutput) PluginData() pulumi.StringOutput + func (o GetApiPluginsResultOutput) PluginId() pulumi.StringOutput + func (o GetApiPluginsResultOutput) PluginName() pulumi.StringOutput + func (o GetApiPluginsResultOutput) PluginType() pulumi.StringOutput + func (o GetApiPluginsResultOutput) ToGetApiPluginsResultOutput() GetApiPluginsResultOutput + func (o GetApiPluginsResultOutput) ToGetApiPluginsResultOutputWithContext(ctx context.Context) GetApiPluginsResultOutput + type GetApiUsagePlansResult struct + ApiId string + ApiName string + CreatedTime string + Environment string + InUseRequestNum int + MaxRequestNum int + MaxRequestNumPreSec int + Method string + ModifiedTime string + Path string + ServiceId string + ServiceName string + UsagePlanDesc string + UsagePlanId string + UsagePlanName string + type GetApiUsagePlansResultArgs struct + ApiId pulumi.StringInput + ApiName pulumi.StringInput + CreatedTime pulumi.StringInput + Environment pulumi.StringInput + InUseRequestNum pulumi.IntInput + MaxRequestNum pulumi.IntInput + MaxRequestNumPreSec pulumi.IntInput + Method pulumi.StringInput + ModifiedTime pulumi.StringInput + Path pulumi.StringInput + ServiceId pulumi.StringInput + ServiceName pulumi.StringInput + UsagePlanDesc pulumi.StringInput + UsagePlanId pulumi.StringInput + UsagePlanName pulumi.StringInput + func (GetApiUsagePlansResultArgs) ElementType() reflect.Type + func (i GetApiUsagePlansResultArgs) ToGetApiUsagePlansResultOutput() GetApiUsagePlansResultOutput + func (i GetApiUsagePlansResultArgs) ToGetApiUsagePlansResultOutputWithContext(ctx context.Context) GetApiUsagePlansResultOutput + type GetApiUsagePlansResultArray []GetApiUsagePlansResultInput + func (GetApiUsagePlansResultArray) ElementType() reflect.Type + func (i GetApiUsagePlansResultArray) ToGetApiUsagePlansResultArrayOutput() GetApiUsagePlansResultArrayOutput + func (i GetApiUsagePlansResultArray) ToGetApiUsagePlansResultArrayOutputWithContext(ctx context.Context) GetApiUsagePlansResultArrayOutput + type GetApiUsagePlansResultArrayInput interface + ToGetApiUsagePlansResultArrayOutput func() GetApiUsagePlansResultArrayOutput + ToGetApiUsagePlansResultArrayOutputWithContext func(context.Context) GetApiUsagePlansResultArrayOutput + type GetApiUsagePlansResultArrayOutput struct + func (GetApiUsagePlansResultArrayOutput) ElementType() reflect.Type + func (o GetApiUsagePlansResultArrayOutput) Index(i pulumi.IntInput) GetApiUsagePlansResultOutput + func (o GetApiUsagePlansResultArrayOutput) ToGetApiUsagePlansResultArrayOutput() GetApiUsagePlansResultArrayOutput + func (o GetApiUsagePlansResultArrayOutput) ToGetApiUsagePlansResultArrayOutputWithContext(ctx context.Context) GetApiUsagePlansResultArrayOutput + type GetApiUsagePlansResultInput interface + ToGetApiUsagePlansResultOutput func() GetApiUsagePlansResultOutput + ToGetApiUsagePlansResultOutputWithContext func(context.Context) GetApiUsagePlansResultOutput + type GetApiUsagePlansResultOutput struct + func (GetApiUsagePlansResultOutput) ElementType() reflect.Type + func (o GetApiUsagePlansResultOutput) ApiId() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) ApiName() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) CreatedTime() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) Environment() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) InUseRequestNum() pulumi.IntOutput + func (o GetApiUsagePlansResultOutput) MaxRequestNum() pulumi.IntOutput + func (o GetApiUsagePlansResultOutput) MaxRequestNumPreSec() pulumi.IntOutput + func (o GetApiUsagePlansResultOutput) Method() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) ModifiedTime() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) Path() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) ServiceId() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) ServiceName() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) ToGetApiUsagePlansResultOutput() GetApiUsagePlansResultOutput + func (o GetApiUsagePlansResultOutput) ToGetApiUsagePlansResultOutputWithContext(ctx context.Context) GetApiUsagePlansResultOutput + func (o GetApiUsagePlansResultOutput) UsagePlanDesc() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) UsagePlanId() pulumi.StringOutput + func (o GetApiUsagePlansResultOutput) UsagePlanName() pulumi.StringOutput + type GetApisArgs struct + ApiId *string + ApiName *string + ResultOutputFile *string + ServiceId string + type GetApisList struct + ApiDesc string + ApiName string + AuthType string + CreateTime string + EnableCors bool + ModifyTime string + Protocol string + RequestConfigMethod string + RequestConfigPath string + RequestParameters []GetApisListRequestParameter + ResponseErrorCodes []GetApisListResponseErrorCode + ResponseFailExample string + ResponseSuccessExample string + ResponseType string + ServiceConfigMethod string + ServiceConfigMockReturnMessage string + ServiceConfigPath string + ServiceConfigProduct string + ServiceConfigScfFunctionName string + ServiceConfigScfFunctionNamespace string + ServiceConfigScfFunctionQualifier string + ServiceConfigTimeout int + ServiceConfigType string + ServiceConfigUrl string + ServiceConfigVpcId string + ServiceId string + type GetApisListArgs struct + ApiDesc pulumi.StringInput + ApiName pulumi.StringInput + AuthType pulumi.StringInput + CreateTime pulumi.StringInput + EnableCors pulumi.BoolInput + ModifyTime pulumi.StringInput + Protocol pulumi.StringInput + RequestConfigMethod pulumi.StringInput + RequestConfigPath pulumi.StringInput + RequestParameters GetApisListRequestParameterArrayInput + ResponseErrorCodes GetApisListResponseErrorCodeArrayInput + ResponseFailExample pulumi.StringInput + ResponseSuccessExample pulumi.StringInput + ResponseType pulumi.StringInput + ServiceConfigMethod pulumi.StringInput + ServiceConfigMockReturnMessage pulumi.StringInput + ServiceConfigPath pulumi.StringInput + ServiceConfigProduct pulumi.StringInput + ServiceConfigScfFunctionName pulumi.StringInput + ServiceConfigScfFunctionNamespace pulumi.StringInput + ServiceConfigScfFunctionQualifier pulumi.StringInput + ServiceConfigTimeout pulumi.IntInput + ServiceConfigType pulumi.StringInput + ServiceConfigUrl pulumi.StringInput + ServiceConfigVpcId pulumi.StringInput + ServiceId pulumi.StringInput + func (GetApisListArgs) ElementType() reflect.Type + func (i GetApisListArgs) ToGetApisListOutput() GetApisListOutput + func (i GetApisListArgs) ToGetApisListOutputWithContext(ctx context.Context) GetApisListOutput + type GetApisListArray []GetApisListInput + func (GetApisListArray) ElementType() reflect.Type + func (i GetApisListArray) ToGetApisListArrayOutput() GetApisListArrayOutput + func (i GetApisListArray) ToGetApisListArrayOutputWithContext(ctx context.Context) GetApisListArrayOutput + type GetApisListArrayInput interface + ToGetApisListArrayOutput func() GetApisListArrayOutput + ToGetApisListArrayOutputWithContext func(context.Context) GetApisListArrayOutput + type GetApisListArrayOutput struct + func (GetApisListArrayOutput) ElementType() reflect.Type + func (o GetApisListArrayOutput) Index(i pulumi.IntInput) GetApisListOutput + func (o GetApisListArrayOutput) ToGetApisListArrayOutput() GetApisListArrayOutput + func (o GetApisListArrayOutput) ToGetApisListArrayOutputWithContext(ctx context.Context) GetApisListArrayOutput + type GetApisListInput interface + ToGetApisListOutput func() GetApisListOutput + ToGetApisListOutputWithContext func(context.Context) GetApisListOutput + type GetApisListOutput struct + func (GetApisListOutput) ElementType() reflect.Type + func (o GetApisListOutput) ApiDesc() pulumi.StringOutput + func (o GetApisListOutput) ApiName() pulumi.StringOutput + func (o GetApisListOutput) AuthType() pulumi.StringOutput + func (o GetApisListOutput) CreateTime() pulumi.StringOutput + func (o GetApisListOutput) EnableCors() pulumi.BoolOutput + func (o GetApisListOutput) ModifyTime() pulumi.StringOutput + func (o GetApisListOutput) Protocol() pulumi.StringOutput + func (o GetApisListOutput) RequestConfigMethod() pulumi.StringOutput + func (o GetApisListOutput) RequestConfigPath() pulumi.StringOutput + func (o GetApisListOutput) RequestParameters() GetApisListRequestParameterArrayOutput + func (o GetApisListOutput) ResponseErrorCodes() GetApisListResponseErrorCodeArrayOutput + func (o GetApisListOutput) ResponseFailExample() pulumi.StringOutput + func (o GetApisListOutput) ResponseSuccessExample() pulumi.StringOutput + func (o GetApisListOutput) ResponseType() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigMethod() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigMockReturnMessage() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigPath() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigProduct() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigScfFunctionName() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigScfFunctionNamespace() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigScfFunctionQualifier() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigTimeout() pulumi.IntOutput + func (o GetApisListOutput) ServiceConfigType() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigUrl() pulumi.StringOutput + func (o GetApisListOutput) ServiceConfigVpcId() pulumi.StringOutput + func (o GetApisListOutput) ServiceId() pulumi.StringOutput + func (o GetApisListOutput) ToGetApisListOutput() GetApisListOutput + func (o GetApisListOutput) ToGetApisListOutputWithContext(ctx context.Context) GetApisListOutput + type GetApisListRequestParameter struct + DefaultValue string + Desc string + Name string + Position string + Required bool + Type string + type GetApisListRequestParameterArgs struct + DefaultValue pulumi.StringInput + Desc pulumi.StringInput + Name pulumi.StringInput + Position pulumi.StringInput + Required pulumi.BoolInput + Type pulumi.StringInput + func (GetApisListRequestParameterArgs) ElementType() reflect.Type + func (i GetApisListRequestParameterArgs) ToGetApisListRequestParameterOutput() GetApisListRequestParameterOutput + func (i GetApisListRequestParameterArgs) ToGetApisListRequestParameterOutputWithContext(ctx context.Context) GetApisListRequestParameterOutput + type GetApisListRequestParameterArray []GetApisListRequestParameterInput + func (GetApisListRequestParameterArray) ElementType() reflect.Type + func (i GetApisListRequestParameterArray) ToGetApisListRequestParameterArrayOutput() GetApisListRequestParameterArrayOutput + func (i GetApisListRequestParameterArray) ToGetApisListRequestParameterArrayOutputWithContext(ctx context.Context) GetApisListRequestParameterArrayOutput + type GetApisListRequestParameterArrayInput interface + ToGetApisListRequestParameterArrayOutput func() GetApisListRequestParameterArrayOutput + ToGetApisListRequestParameterArrayOutputWithContext func(context.Context) GetApisListRequestParameterArrayOutput + type GetApisListRequestParameterArrayOutput struct + func (GetApisListRequestParameterArrayOutput) ElementType() reflect.Type + func (o GetApisListRequestParameterArrayOutput) Index(i pulumi.IntInput) GetApisListRequestParameterOutput + func (o GetApisListRequestParameterArrayOutput) ToGetApisListRequestParameterArrayOutput() GetApisListRequestParameterArrayOutput + func (o GetApisListRequestParameterArrayOutput) ToGetApisListRequestParameterArrayOutputWithContext(ctx context.Context) GetApisListRequestParameterArrayOutput + type GetApisListRequestParameterInput interface + ToGetApisListRequestParameterOutput func() GetApisListRequestParameterOutput + ToGetApisListRequestParameterOutputWithContext func(context.Context) GetApisListRequestParameterOutput + type GetApisListRequestParameterOutput struct + func (GetApisListRequestParameterOutput) ElementType() reflect.Type + func (o GetApisListRequestParameterOutput) DefaultValue() pulumi.StringOutput + func (o GetApisListRequestParameterOutput) Desc() pulumi.StringOutput + func (o GetApisListRequestParameterOutput) Name() pulumi.StringOutput + func (o GetApisListRequestParameterOutput) Position() pulumi.StringOutput + func (o GetApisListRequestParameterOutput) Required() pulumi.BoolOutput + func (o GetApisListRequestParameterOutput) ToGetApisListRequestParameterOutput() GetApisListRequestParameterOutput + func (o GetApisListRequestParameterOutput) ToGetApisListRequestParameterOutputWithContext(ctx context.Context) GetApisListRequestParameterOutput + func (o GetApisListRequestParameterOutput) Type() pulumi.StringOutput + type GetApisListResponseErrorCode struct + Code int + ConvertedCode int + Desc string + Msg string + NeedConvert bool + type GetApisListResponseErrorCodeArgs struct + Code pulumi.IntInput + ConvertedCode pulumi.IntInput + Desc pulumi.StringInput + Msg pulumi.StringInput + NeedConvert pulumi.BoolInput + func (GetApisListResponseErrorCodeArgs) ElementType() reflect.Type + func (i GetApisListResponseErrorCodeArgs) ToGetApisListResponseErrorCodeOutput() GetApisListResponseErrorCodeOutput + func (i GetApisListResponseErrorCodeArgs) ToGetApisListResponseErrorCodeOutputWithContext(ctx context.Context) GetApisListResponseErrorCodeOutput + type GetApisListResponseErrorCodeArray []GetApisListResponseErrorCodeInput + func (GetApisListResponseErrorCodeArray) ElementType() reflect.Type + func (i GetApisListResponseErrorCodeArray) ToGetApisListResponseErrorCodeArrayOutput() GetApisListResponseErrorCodeArrayOutput + func (i GetApisListResponseErrorCodeArray) ToGetApisListResponseErrorCodeArrayOutputWithContext(ctx context.Context) GetApisListResponseErrorCodeArrayOutput + type GetApisListResponseErrorCodeArrayInput interface + ToGetApisListResponseErrorCodeArrayOutput func() GetApisListResponseErrorCodeArrayOutput + ToGetApisListResponseErrorCodeArrayOutputWithContext func(context.Context) GetApisListResponseErrorCodeArrayOutput + type GetApisListResponseErrorCodeArrayOutput struct + func (GetApisListResponseErrorCodeArrayOutput) ElementType() reflect.Type + func (o GetApisListResponseErrorCodeArrayOutput) Index(i pulumi.IntInput) GetApisListResponseErrorCodeOutput + func (o GetApisListResponseErrorCodeArrayOutput) ToGetApisListResponseErrorCodeArrayOutput() GetApisListResponseErrorCodeArrayOutput + func (o GetApisListResponseErrorCodeArrayOutput) ToGetApisListResponseErrorCodeArrayOutputWithContext(ctx context.Context) GetApisListResponseErrorCodeArrayOutput + type GetApisListResponseErrorCodeInput interface + ToGetApisListResponseErrorCodeOutput func() GetApisListResponseErrorCodeOutput + ToGetApisListResponseErrorCodeOutputWithContext func(context.Context) GetApisListResponseErrorCodeOutput + type GetApisListResponseErrorCodeOutput struct + func (GetApisListResponseErrorCodeOutput) ElementType() reflect.Type + func (o GetApisListResponseErrorCodeOutput) Code() pulumi.IntOutput + func (o GetApisListResponseErrorCodeOutput) ConvertedCode() pulumi.IntOutput + func (o GetApisListResponseErrorCodeOutput) Desc() pulumi.StringOutput + func (o GetApisListResponseErrorCodeOutput) Msg() pulumi.StringOutput + func (o GetApisListResponseErrorCodeOutput) NeedConvert() pulumi.BoolOutput + func (o GetApisListResponseErrorCodeOutput) ToGetApisListResponseErrorCodeOutput() GetApisListResponseErrorCodeOutput + func (o GetApisListResponseErrorCodeOutput) ToGetApisListResponseErrorCodeOutputWithContext(ctx context.Context) GetApisListResponseErrorCodeOutput + type GetApisOutputArgs struct + ApiId pulumi.StringPtrInput + ApiName pulumi.StringPtrInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (GetApisOutputArgs) ElementType() reflect.Type + type GetApisResult struct + ApiId *string + ApiName *string + Id string + Lists []GetApisList + ResultOutputFile *string + ServiceId string + func GetApis(ctx *pulumi.Context, args *GetApisArgs, opts ...pulumi.InvokeOption) (*GetApisResult, error) + type GetApisResultOutput struct + func GetApisOutput(ctx *pulumi.Context, args GetApisOutputArgs, opts ...pulumi.InvokeOption) GetApisResultOutput + func (GetApisResultOutput) ElementType() reflect.Type + func (o GetApisResultOutput) ApiId() pulumi.StringPtrOutput + func (o GetApisResultOutput) ApiName() pulumi.StringPtrOutput + func (o GetApisResultOutput) Id() pulumi.StringOutput + func (o GetApisResultOutput) Lists() GetApisListArrayOutput + func (o GetApisResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetApisResultOutput) ServiceId() pulumi.StringOutput + func (o GetApisResultOutput) ToGetApisResultOutput() GetApisResultOutput + func (o GetApisResultOutput) ToGetApisResultOutputWithContext(ctx context.Context) GetApisResultOutput + type GetBindApiAppsStatusFilter struct + Name string + Values []string + type GetBindApiAppsStatusFilterArgs struct + Name pulumi.StringInput + Values pulumi.StringArrayInput + func (GetBindApiAppsStatusFilterArgs) ElementType() reflect.Type + func (i GetBindApiAppsStatusFilterArgs) ToGetBindApiAppsStatusFilterOutput() GetBindApiAppsStatusFilterOutput + func (i GetBindApiAppsStatusFilterArgs) ToGetBindApiAppsStatusFilterOutputWithContext(ctx context.Context) GetBindApiAppsStatusFilterOutput + type GetBindApiAppsStatusFilterArray []GetBindApiAppsStatusFilterInput + func (GetBindApiAppsStatusFilterArray) ElementType() reflect.Type + func (i GetBindApiAppsStatusFilterArray) ToGetBindApiAppsStatusFilterArrayOutput() GetBindApiAppsStatusFilterArrayOutput + func (i GetBindApiAppsStatusFilterArray) ToGetBindApiAppsStatusFilterArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusFilterArrayOutput + type GetBindApiAppsStatusFilterArrayInput interface + ToGetBindApiAppsStatusFilterArrayOutput func() GetBindApiAppsStatusFilterArrayOutput + ToGetBindApiAppsStatusFilterArrayOutputWithContext func(context.Context) GetBindApiAppsStatusFilterArrayOutput + type GetBindApiAppsStatusFilterArrayOutput struct + func (GetBindApiAppsStatusFilterArrayOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusFilterArrayOutput) Index(i pulumi.IntInput) GetBindApiAppsStatusFilterOutput + func (o GetBindApiAppsStatusFilterArrayOutput) ToGetBindApiAppsStatusFilterArrayOutput() GetBindApiAppsStatusFilterArrayOutput + func (o GetBindApiAppsStatusFilterArrayOutput) ToGetBindApiAppsStatusFilterArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusFilterArrayOutput + type GetBindApiAppsStatusFilterInput interface + ToGetBindApiAppsStatusFilterOutput func() GetBindApiAppsStatusFilterOutput + ToGetBindApiAppsStatusFilterOutputWithContext func(context.Context) GetBindApiAppsStatusFilterOutput + type GetBindApiAppsStatusFilterOutput struct + func (GetBindApiAppsStatusFilterOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusFilterOutput) Name() pulumi.StringOutput + func (o GetBindApiAppsStatusFilterOutput) ToGetBindApiAppsStatusFilterOutput() GetBindApiAppsStatusFilterOutput + func (o GetBindApiAppsStatusFilterOutput) ToGetBindApiAppsStatusFilterOutputWithContext(ctx context.Context) GetBindApiAppsStatusFilterOutput + func (o GetBindApiAppsStatusFilterOutput) Values() pulumi.StringArrayOutput + type GetBindApiAppsStatusResult struct + ApiAppApiSets []GetBindApiAppsStatusResultApiAppApiSet + type GetBindApiAppsStatusResultApiAppApiSet struct + ApiAppId string + ApiAppName string + ApiId string + ApiName string + ApiRegion string + AuthorizedTime string + EnvironmentName string + ServiceId string + type GetBindApiAppsStatusResultApiAppApiSetArgs struct + ApiAppId pulumi.StringInput + ApiAppName pulumi.StringInput + ApiId pulumi.StringInput + ApiName pulumi.StringInput + ApiRegion pulumi.StringInput + AuthorizedTime pulumi.StringInput + EnvironmentName pulumi.StringInput + ServiceId pulumi.StringInput + func (GetBindApiAppsStatusResultApiAppApiSetArgs) ElementType() reflect.Type + func (i GetBindApiAppsStatusResultApiAppApiSetArgs) ToGetBindApiAppsStatusResultApiAppApiSetOutput() GetBindApiAppsStatusResultApiAppApiSetOutput + func (i GetBindApiAppsStatusResultApiAppApiSetArgs) ToGetBindApiAppsStatusResultApiAppApiSetOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultApiAppApiSetOutput + type GetBindApiAppsStatusResultApiAppApiSetArray []GetBindApiAppsStatusResultApiAppApiSetInput + func (GetBindApiAppsStatusResultApiAppApiSetArray) ElementType() reflect.Type + func (i GetBindApiAppsStatusResultApiAppApiSetArray) ToGetBindApiAppsStatusResultApiAppApiSetArrayOutput() GetBindApiAppsStatusResultApiAppApiSetArrayOutput + func (i GetBindApiAppsStatusResultApiAppApiSetArray) ToGetBindApiAppsStatusResultApiAppApiSetArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultApiAppApiSetArrayOutput + type GetBindApiAppsStatusResultApiAppApiSetArrayInput interface + ToGetBindApiAppsStatusResultApiAppApiSetArrayOutput func() GetBindApiAppsStatusResultApiAppApiSetArrayOutput + ToGetBindApiAppsStatusResultApiAppApiSetArrayOutputWithContext func(context.Context) GetBindApiAppsStatusResultApiAppApiSetArrayOutput + type GetBindApiAppsStatusResultApiAppApiSetArrayOutput struct + func (GetBindApiAppsStatusResultApiAppApiSetArrayOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusResultApiAppApiSetArrayOutput) Index(i pulumi.IntInput) GetBindApiAppsStatusResultApiAppApiSetOutput + func (o GetBindApiAppsStatusResultApiAppApiSetArrayOutput) ToGetBindApiAppsStatusResultApiAppApiSetArrayOutput() GetBindApiAppsStatusResultApiAppApiSetArrayOutput + func (o GetBindApiAppsStatusResultApiAppApiSetArrayOutput) ToGetBindApiAppsStatusResultApiAppApiSetArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultApiAppApiSetArrayOutput + type GetBindApiAppsStatusResultApiAppApiSetInput interface + ToGetBindApiAppsStatusResultApiAppApiSetOutput func() GetBindApiAppsStatusResultApiAppApiSetOutput + ToGetBindApiAppsStatusResultApiAppApiSetOutputWithContext func(context.Context) GetBindApiAppsStatusResultApiAppApiSetOutput + type GetBindApiAppsStatusResultApiAppApiSetOutput struct + func (GetBindApiAppsStatusResultApiAppApiSetOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ApiAppId() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ApiAppName() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ApiId() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ApiName() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ApiRegion() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) AuthorizedTime() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) EnvironmentName() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ServiceId() pulumi.StringOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ToGetBindApiAppsStatusResultApiAppApiSetOutput() GetBindApiAppsStatusResultApiAppApiSetOutput + func (o GetBindApiAppsStatusResultApiAppApiSetOutput) ToGetBindApiAppsStatusResultApiAppApiSetOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultApiAppApiSetOutput + type GetBindApiAppsStatusResultArgs struct + ApiAppApiSets GetBindApiAppsStatusResultApiAppApiSetArrayInput + func (GetBindApiAppsStatusResultArgs) ElementType() reflect.Type + func (i GetBindApiAppsStatusResultArgs) ToGetBindApiAppsStatusResultOutput() GetBindApiAppsStatusResultOutput + func (i GetBindApiAppsStatusResultArgs) ToGetBindApiAppsStatusResultOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultOutput + type GetBindApiAppsStatusResultArray []GetBindApiAppsStatusResultInput + func (GetBindApiAppsStatusResultArray) ElementType() reflect.Type + func (i GetBindApiAppsStatusResultArray) ToGetBindApiAppsStatusResultArrayOutput() GetBindApiAppsStatusResultArrayOutput + func (i GetBindApiAppsStatusResultArray) ToGetBindApiAppsStatusResultArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultArrayOutput + type GetBindApiAppsStatusResultArrayInput interface + ToGetBindApiAppsStatusResultArrayOutput func() GetBindApiAppsStatusResultArrayOutput + ToGetBindApiAppsStatusResultArrayOutputWithContext func(context.Context) GetBindApiAppsStatusResultArrayOutput + type GetBindApiAppsStatusResultArrayOutput struct + func (GetBindApiAppsStatusResultArrayOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusResultArrayOutput) Index(i pulumi.IntInput) GetBindApiAppsStatusResultOutput + func (o GetBindApiAppsStatusResultArrayOutput) ToGetBindApiAppsStatusResultArrayOutput() GetBindApiAppsStatusResultArrayOutput + func (o GetBindApiAppsStatusResultArrayOutput) ToGetBindApiAppsStatusResultArrayOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultArrayOutput + type GetBindApiAppsStatusResultInput interface + ToGetBindApiAppsStatusResultOutput func() GetBindApiAppsStatusResultOutput + ToGetBindApiAppsStatusResultOutputWithContext func(context.Context) GetBindApiAppsStatusResultOutput + type GetBindApiAppsStatusResultOutput struct + func (GetBindApiAppsStatusResultOutput) ElementType() reflect.Type + func (o GetBindApiAppsStatusResultOutput) ApiAppApiSets() GetBindApiAppsStatusResultApiAppApiSetArrayOutput + func (o GetBindApiAppsStatusResultOutput) ToGetBindApiAppsStatusResultOutput() GetBindApiAppsStatusResultOutput + func (o GetBindApiAppsStatusResultOutput) ToGetBindApiAppsStatusResultOutputWithContext(ctx context.Context) GetBindApiAppsStatusResultOutput + type GetCustomerDomainsArgs struct + ResultOutputFile *string + ServiceId string + type GetCustomerDomainsList struct + CertificateId string + DomainName string + IsDefaultMapping bool + IsStatusOn bool + NetType string + PathMappings []GetCustomerDomainsListPathMapping + Protocol string + type GetCustomerDomainsListArgs struct + CertificateId pulumi.StringInput + DomainName pulumi.StringInput + IsDefaultMapping pulumi.BoolInput + IsStatusOn pulumi.BoolInput + NetType pulumi.StringInput + PathMappings GetCustomerDomainsListPathMappingArrayInput + Protocol pulumi.StringInput + func (GetCustomerDomainsListArgs) ElementType() reflect.Type + func (i GetCustomerDomainsListArgs) ToGetCustomerDomainsListOutput() GetCustomerDomainsListOutput + func (i GetCustomerDomainsListArgs) ToGetCustomerDomainsListOutputWithContext(ctx context.Context) GetCustomerDomainsListOutput + type GetCustomerDomainsListArray []GetCustomerDomainsListInput + func (GetCustomerDomainsListArray) ElementType() reflect.Type + func (i GetCustomerDomainsListArray) ToGetCustomerDomainsListArrayOutput() GetCustomerDomainsListArrayOutput + func (i GetCustomerDomainsListArray) ToGetCustomerDomainsListArrayOutputWithContext(ctx context.Context) GetCustomerDomainsListArrayOutput + type GetCustomerDomainsListArrayInput interface + ToGetCustomerDomainsListArrayOutput func() GetCustomerDomainsListArrayOutput + ToGetCustomerDomainsListArrayOutputWithContext func(context.Context) GetCustomerDomainsListArrayOutput + type GetCustomerDomainsListArrayOutput struct + func (GetCustomerDomainsListArrayOutput) ElementType() reflect.Type + func (o GetCustomerDomainsListArrayOutput) Index(i pulumi.IntInput) GetCustomerDomainsListOutput + func (o GetCustomerDomainsListArrayOutput) ToGetCustomerDomainsListArrayOutput() GetCustomerDomainsListArrayOutput + func (o GetCustomerDomainsListArrayOutput) ToGetCustomerDomainsListArrayOutputWithContext(ctx context.Context) GetCustomerDomainsListArrayOutput + type GetCustomerDomainsListInput interface + ToGetCustomerDomainsListOutput func() GetCustomerDomainsListOutput + ToGetCustomerDomainsListOutputWithContext func(context.Context) GetCustomerDomainsListOutput + type GetCustomerDomainsListOutput struct + func (GetCustomerDomainsListOutput) ElementType() reflect.Type + func (o GetCustomerDomainsListOutput) CertificateId() pulumi.StringOutput + func (o GetCustomerDomainsListOutput) DomainName() pulumi.StringOutput + func (o GetCustomerDomainsListOutput) IsDefaultMapping() pulumi.BoolOutput + func (o GetCustomerDomainsListOutput) IsStatusOn() pulumi.BoolOutput + func (o GetCustomerDomainsListOutput) NetType() pulumi.StringOutput + func (o GetCustomerDomainsListOutput) PathMappings() GetCustomerDomainsListPathMappingArrayOutput + func (o GetCustomerDomainsListOutput) Protocol() pulumi.StringOutput + func (o GetCustomerDomainsListOutput) ToGetCustomerDomainsListOutput() GetCustomerDomainsListOutput + func (o GetCustomerDomainsListOutput) ToGetCustomerDomainsListOutputWithContext(ctx context.Context) GetCustomerDomainsListOutput + type GetCustomerDomainsListPathMapping struct + Environment string + Path string + type GetCustomerDomainsListPathMappingArgs struct + Environment pulumi.StringInput + Path pulumi.StringInput + func (GetCustomerDomainsListPathMappingArgs) ElementType() reflect.Type + func (i GetCustomerDomainsListPathMappingArgs) ToGetCustomerDomainsListPathMappingOutput() GetCustomerDomainsListPathMappingOutput + func (i GetCustomerDomainsListPathMappingArgs) ToGetCustomerDomainsListPathMappingOutputWithContext(ctx context.Context) GetCustomerDomainsListPathMappingOutput + type GetCustomerDomainsListPathMappingArray []GetCustomerDomainsListPathMappingInput + func (GetCustomerDomainsListPathMappingArray) ElementType() reflect.Type + func (i GetCustomerDomainsListPathMappingArray) ToGetCustomerDomainsListPathMappingArrayOutput() GetCustomerDomainsListPathMappingArrayOutput + func (i GetCustomerDomainsListPathMappingArray) ToGetCustomerDomainsListPathMappingArrayOutputWithContext(ctx context.Context) GetCustomerDomainsListPathMappingArrayOutput + type GetCustomerDomainsListPathMappingArrayInput interface + ToGetCustomerDomainsListPathMappingArrayOutput func() GetCustomerDomainsListPathMappingArrayOutput + ToGetCustomerDomainsListPathMappingArrayOutputWithContext func(context.Context) GetCustomerDomainsListPathMappingArrayOutput + type GetCustomerDomainsListPathMappingArrayOutput struct + func (GetCustomerDomainsListPathMappingArrayOutput) ElementType() reflect.Type + func (o GetCustomerDomainsListPathMappingArrayOutput) Index(i pulumi.IntInput) GetCustomerDomainsListPathMappingOutput + func (o GetCustomerDomainsListPathMappingArrayOutput) ToGetCustomerDomainsListPathMappingArrayOutput() GetCustomerDomainsListPathMappingArrayOutput + func (o GetCustomerDomainsListPathMappingArrayOutput) ToGetCustomerDomainsListPathMappingArrayOutputWithContext(ctx context.Context) GetCustomerDomainsListPathMappingArrayOutput + type GetCustomerDomainsListPathMappingInput interface + ToGetCustomerDomainsListPathMappingOutput func() GetCustomerDomainsListPathMappingOutput + ToGetCustomerDomainsListPathMappingOutputWithContext func(context.Context) GetCustomerDomainsListPathMappingOutput + type GetCustomerDomainsListPathMappingOutput struct + func (GetCustomerDomainsListPathMappingOutput) ElementType() reflect.Type + func (o GetCustomerDomainsListPathMappingOutput) Environment() pulumi.StringOutput + func (o GetCustomerDomainsListPathMappingOutput) Path() pulumi.StringOutput + func (o GetCustomerDomainsListPathMappingOutput) ToGetCustomerDomainsListPathMappingOutput() GetCustomerDomainsListPathMappingOutput + func (o GetCustomerDomainsListPathMappingOutput) ToGetCustomerDomainsListPathMappingOutputWithContext(ctx context.Context) GetCustomerDomainsListPathMappingOutput + type GetCustomerDomainsOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (GetCustomerDomainsOutputArgs) ElementType() reflect.Type + type GetCustomerDomainsResult struct + Id string + Lists []GetCustomerDomainsList + ResultOutputFile *string + ServiceId string + func GetCustomerDomains(ctx *pulumi.Context, args *GetCustomerDomainsArgs, opts ...pulumi.InvokeOption) (*GetCustomerDomainsResult, error) + type GetCustomerDomainsResultOutput struct + func GetCustomerDomainsOutput(ctx *pulumi.Context, args GetCustomerDomainsOutputArgs, ...) GetCustomerDomainsResultOutput + func (GetCustomerDomainsResultOutput) ElementType() reflect.Type + func (o GetCustomerDomainsResultOutput) Id() pulumi.StringOutput + func (o GetCustomerDomainsResultOutput) Lists() GetCustomerDomainsListArrayOutput + func (o GetCustomerDomainsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetCustomerDomainsResultOutput) ServiceId() pulumi.StringOutput + func (o GetCustomerDomainsResultOutput) ToGetCustomerDomainsResultOutput() GetCustomerDomainsResultOutput + func (o GetCustomerDomainsResultOutput) ToGetCustomerDomainsResultOutputWithContext(ctx context.Context) GetCustomerDomainsResultOutput + type GetIpStrategiesArgs struct + ResultOutputFile *string + ServiceId string + StrategyName *string + type GetIpStrategiesList struct + AttachLists []GetIpStrategiesListAttachList + BindApiTotalCount int + CreateTime string + IpList string + ModifyTime string + ServiceId string + StrategyId string + StrategyName string + StrategyType string + type GetIpStrategiesListArgs struct + AttachLists GetIpStrategiesListAttachListArrayInput + BindApiTotalCount pulumi.IntInput + CreateTime pulumi.StringInput + IpList pulumi.StringInput + ModifyTime pulumi.StringInput + ServiceId pulumi.StringInput + StrategyId pulumi.StringInput + StrategyName pulumi.StringInput + StrategyType pulumi.StringInput + func (GetIpStrategiesListArgs) ElementType() reflect.Type + func (i GetIpStrategiesListArgs) ToGetIpStrategiesListOutput() GetIpStrategiesListOutput + func (i GetIpStrategiesListArgs) ToGetIpStrategiesListOutputWithContext(ctx context.Context) GetIpStrategiesListOutput + type GetIpStrategiesListArray []GetIpStrategiesListInput + func (GetIpStrategiesListArray) ElementType() reflect.Type + func (i GetIpStrategiesListArray) ToGetIpStrategiesListArrayOutput() GetIpStrategiesListArrayOutput + func (i GetIpStrategiesListArray) ToGetIpStrategiesListArrayOutputWithContext(ctx context.Context) GetIpStrategiesListArrayOutput + type GetIpStrategiesListArrayInput interface + ToGetIpStrategiesListArrayOutput func() GetIpStrategiesListArrayOutput + ToGetIpStrategiesListArrayOutputWithContext func(context.Context) GetIpStrategiesListArrayOutput + type GetIpStrategiesListArrayOutput struct + func (GetIpStrategiesListArrayOutput) ElementType() reflect.Type + func (o GetIpStrategiesListArrayOutput) Index(i pulumi.IntInput) GetIpStrategiesListOutput + func (o GetIpStrategiesListArrayOutput) ToGetIpStrategiesListArrayOutput() GetIpStrategiesListArrayOutput + func (o GetIpStrategiesListArrayOutput) ToGetIpStrategiesListArrayOutputWithContext(ctx context.Context) GetIpStrategiesListArrayOutput + type GetIpStrategiesListAttachList struct + ApiBusinessType string + ApiDesc string + ApiId string + ApiName string + ApiType string + AuthRelationApiId string + AuthType string + CreateTime string + Method string + ModifyTime string + OauthConfig map[string]interface{} + Path string + Protocol string + RelationBusinessApiIds []string + ServiceId string + Tags []string + UniqVpcId string + VpcId int + type GetIpStrategiesListAttachListArgs struct + ApiBusinessType pulumi.StringInput + ApiDesc pulumi.StringInput + ApiId pulumi.StringInput + ApiName pulumi.StringInput + ApiType pulumi.StringInput + AuthRelationApiId pulumi.StringInput + AuthType pulumi.StringInput + CreateTime pulumi.StringInput + Method pulumi.StringInput + ModifyTime pulumi.StringInput + OauthConfig pulumi.MapInput + Path pulumi.StringInput + Protocol pulumi.StringInput + RelationBusinessApiIds pulumi.StringArrayInput + ServiceId pulumi.StringInput + Tags pulumi.StringArrayInput + UniqVpcId pulumi.StringInput + VpcId pulumi.IntInput + func (GetIpStrategiesListAttachListArgs) ElementType() reflect.Type + func (i GetIpStrategiesListAttachListArgs) ToGetIpStrategiesListAttachListOutput() GetIpStrategiesListAttachListOutput + func (i GetIpStrategiesListAttachListArgs) ToGetIpStrategiesListAttachListOutputWithContext(ctx context.Context) GetIpStrategiesListAttachListOutput + type GetIpStrategiesListAttachListArray []GetIpStrategiesListAttachListInput + func (GetIpStrategiesListAttachListArray) ElementType() reflect.Type + func (i GetIpStrategiesListAttachListArray) ToGetIpStrategiesListAttachListArrayOutput() GetIpStrategiesListAttachListArrayOutput + func (i GetIpStrategiesListAttachListArray) ToGetIpStrategiesListAttachListArrayOutputWithContext(ctx context.Context) GetIpStrategiesListAttachListArrayOutput + type GetIpStrategiesListAttachListArrayInput interface + ToGetIpStrategiesListAttachListArrayOutput func() GetIpStrategiesListAttachListArrayOutput + ToGetIpStrategiesListAttachListArrayOutputWithContext func(context.Context) GetIpStrategiesListAttachListArrayOutput + type GetIpStrategiesListAttachListArrayOutput struct + func (GetIpStrategiesListAttachListArrayOutput) ElementType() reflect.Type + func (o GetIpStrategiesListAttachListArrayOutput) Index(i pulumi.IntInput) GetIpStrategiesListAttachListOutput + func (o GetIpStrategiesListAttachListArrayOutput) ToGetIpStrategiesListAttachListArrayOutput() GetIpStrategiesListAttachListArrayOutput + func (o GetIpStrategiesListAttachListArrayOutput) ToGetIpStrategiesListAttachListArrayOutputWithContext(ctx context.Context) GetIpStrategiesListAttachListArrayOutput + type GetIpStrategiesListAttachListInput interface + ToGetIpStrategiesListAttachListOutput func() GetIpStrategiesListAttachListOutput + ToGetIpStrategiesListAttachListOutputWithContext func(context.Context) GetIpStrategiesListAttachListOutput + type GetIpStrategiesListAttachListOutput struct + func (GetIpStrategiesListAttachListOutput) ElementType() reflect.Type + func (o GetIpStrategiesListAttachListOutput) ApiBusinessType() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) ApiDesc() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) ApiId() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) ApiName() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) ApiType() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) AuthRelationApiId() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) AuthType() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) CreateTime() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) Method() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) ModifyTime() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) OauthConfig() pulumi.MapOutput + func (o GetIpStrategiesListAttachListOutput) Path() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) Protocol() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) RelationBusinessApiIds() pulumi.StringArrayOutput + func (o GetIpStrategiesListAttachListOutput) ServiceId() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) Tags() pulumi.StringArrayOutput + func (o GetIpStrategiesListAttachListOutput) ToGetIpStrategiesListAttachListOutput() GetIpStrategiesListAttachListOutput + func (o GetIpStrategiesListAttachListOutput) ToGetIpStrategiesListAttachListOutputWithContext(ctx context.Context) GetIpStrategiesListAttachListOutput + func (o GetIpStrategiesListAttachListOutput) UniqVpcId() pulumi.StringOutput + func (o GetIpStrategiesListAttachListOutput) VpcId() pulumi.IntOutput + type GetIpStrategiesListInput interface + ToGetIpStrategiesListOutput func() GetIpStrategiesListOutput + ToGetIpStrategiesListOutputWithContext func(context.Context) GetIpStrategiesListOutput + type GetIpStrategiesListOutput struct + func (GetIpStrategiesListOutput) ElementType() reflect.Type + func (o GetIpStrategiesListOutput) AttachLists() GetIpStrategiesListAttachListArrayOutput + func (o GetIpStrategiesListOutput) BindApiTotalCount() pulumi.IntOutput + func (o GetIpStrategiesListOutput) CreateTime() pulumi.StringOutput + func (o GetIpStrategiesListOutput) IpList() pulumi.StringOutput + func (o GetIpStrategiesListOutput) ModifyTime() pulumi.StringOutput + func (o GetIpStrategiesListOutput) ServiceId() pulumi.StringOutput + func (o GetIpStrategiesListOutput) StrategyId() pulumi.StringOutput + func (o GetIpStrategiesListOutput) StrategyName() pulumi.StringOutput + func (o GetIpStrategiesListOutput) StrategyType() pulumi.StringOutput + func (o GetIpStrategiesListOutput) ToGetIpStrategiesListOutput() GetIpStrategiesListOutput + func (o GetIpStrategiesListOutput) ToGetIpStrategiesListOutputWithContext(ctx context.Context) GetIpStrategiesListOutput + type GetIpStrategiesOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + StrategyName pulumi.StringPtrInput + func (GetIpStrategiesOutputArgs) ElementType() reflect.Type + type GetIpStrategiesResult struct + Id string + Lists []GetIpStrategiesList + ResultOutputFile *string + ServiceId string + StrategyName *string + func GetIpStrategies(ctx *pulumi.Context, args *GetIpStrategiesArgs, opts ...pulumi.InvokeOption) (*GetIpStrategiesResult, error) + type GetIpStrategiesResultOutput struct + func GetIpStrategiesOutput(ctx *pulumi.Context, args GetIpStrategiesOutputArgs, ...) GetIpStrategiesResultOutput + func (GetIpStrategiesResultOutput) ElementType() reflect.Type + func (o GetIpStrategiesResultOutput) Id() pulumi.StringOutput + func (o GetIpStrategiesResultOutput) Lists() GetIpStrategiesListArrayOutput + func (o GetIpStrategiesResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetIpStrategiesResultOutput) ServiceId() pulumi.StringOutput + func (o GetIpStrategiesResultOutput) StrategyName() pulumi.StringPtrOutput + func (o GetIpStrategiesResultOutput) ToGetIpStrategiesResultOutput() GetIpStrategiesResultOutput + func (o GetIpStrategiesResultOutput) ToGetIpStrategiesResultOutputWithContext(ctx context.Context) GetIpStrategiesResultOutput + type GetPluginsResult struct + ApiId string + ApiName string + ApiType string + AttachedOtherPlugin bool + IsAttached bool + Method string + Path string + type GetPluginsResultArgs struct + ApiId pulumi.StringInput + ApiName pulumi.StringInput + ApiType pulumi.StringInput + AttachedOtherPlugin pulumi.BoolInput + IsAttached pulumi.BoolInput + Method pulumi.StringInput + Path pulumi.StringInput + func (GetPluginsResultArgs) ElementType() reflect.Type + func (i GetPluginsResultArgs) ToGetPluginsResultOutput() GetPluginsResultOutput + func (i GetPluginsResultArgs) ToGetPluginsResultOutputWithContext(ctx context.Context) GetPluginsResultOutput + type GetPluginsResultArray []GetPluginsResultInput + func (GetPluginsResultArray) ElementType() reflect.Type + func (i GetPluginsResultArray) ToGetPluginsResultArrayOutput() GetPluginsResultArrayOutput + func (i GetPluginsResultArray) ToGetPluginsResultArrayOutputWithContext(ctx context.Context) GetPluginsResultArrayOutput + type GetPluginsResultArrayInput interface + ToGetPluginsResultArrayOutput func() GetPluginsResultArrayOutput + ToGetPluginsResultArrayOutputWithContext func(context.Context) GetPluginsResultArrayOutput + type GetPluginsResultArrayOutput struct + func (GetPluginsResultArrayOutput) ElementType() reflect.Type + func (o GetPluginsResultArrayOutput) Index(i pulumi.IntInput) GetPluginsResultOutput + func (o GetPluginsResultArrayOutput) ToGetPluginsResultArrayOutput() GetPluginsResultArrayOutput + func (o GetPluginsResultArrayOutput) ToGetPluginsResultArrayOutputWithContext(ctx context.Context) GetPluginsResultArrayOutput + type GetPluginsResultInput interface + ToGetPluginsResultOutput func() GetPluginsResultOutput + ToGetPluginsResultOutputWithContext func(context.Context) GetPluginsResultOutput + type GetPluginsResultOutput struct + func (GetPluginsResultOutput) ElementType() reflect.Type + func (o GetPluginsResultOutput) ApiId() pulumi.StringOutput + func (o GetPluginsResultOutput) ApiName() pulumi.StringOutput + func (o GetPluginsResultOutput) ApiType() pulumi.StringOutput + func (o GetPluginsResultOutput) AttachedOtherPlugin() pulumi.BoolOutput + func (o GetPluginsResultOutput) IsAttached() pulumi.BoolOutput + func (o GetPluginsResultOutput) Method() pulumi.StringOutput + func (o GetPluginsResultOutput) Path() pulumi.StringOutput + func (o GetPluginsResultOutput) ToGetPluginsResultOutput() GetPluginsResultOutput + func (o GetPluginsResultOutput) ToGetPluginsResultOutputWithContext(ctx context.Context) GetPluginsResultOutput + type GetServiceEnvironmentListResult struct + EnvironmentName string + Status int + Url string + VersionName string + type GetServiceEnvironmentListResultArgs struct + EnvironmentName pulumi.StringInput + Status pulumi.IntInput + Url pulumi.StringInput + VersionName pulumi.StringInput + func (GetServiceEnvironmentListResultArgs) ElementType() reflect.Type + func (i GetServiceEnvironmentListResultArgs) ToGetServiceEnvironmentListResultOutput() GetServiceEnvironmentListResultOutput + func (i GetServiceEnvironmentListResultArgs) ToGetServiceEnvironmentListResultOutputWithContext(ctx context.Context) GetServiceEnvironmentListResultOutput + type GetServiceEnvironmentListResultArray []GetServiceEnvironmentListResultInput + func (GetServiceEnvironmentListResultArray) ElementType() reflect.Type + func (i GetServiceEnvironmentListResultArray) ToGetServiceEnvironmentListResultArrayOutput() GetServiceEnvironmentListResultArrayOutput + func (i GetServiceEnvironmentListResultArray) ToGetServiceEnvironmentListResultArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentListResultArrayOutput + type GetServiceEnvironmentListResultArrayInput interface + ToGetServiceEnvironmentListResultArrayOutput func() GetServiceEnvironmentListResultArrayOutput + ToGetServiceEnvironmentListResultArrayOutputWithContext func(context.Context) GetServiceEnvironmentListResultArrayOutput + type GetServiceEnvironmentListResultArrayOutput struct + func (GetServiceEnvironmentListResultArrayOutput) ElementType() reflect.Type + func (o GetServiceEnvironmentListResultArrayOutput) Index(i pulumi.IntInput) GetServiceEnvironmentListResultOutput + func (o GetServiceEnvironmentListResultArrayOutput) ToGetServiceEnvironmentListResultArrayOutput() GetServiceEnvironmentListResultArrayOutput + func (o GetServiceEnvironmentListResultArrayOutput) ToGetServiceEnvironmentListResultArrayOutputWithContext(ctx context.Context) GetServiceEnvironmentListResultArrayOutput + type GetServiceEnvironmentListResultInput interface + ToGetServiceEnvironmentListResultOutput func() GetServiceEnvironmentListResultOutput + ToGetServiceEnvironmentListResultOutputWithContext func(context.Context) GetServiceEnvironmentListResultOutput + type GetServiceEnvironmentListResultOutput struct + func (GetServiceEnvironmentListResultOutput) ElementType() reflect.Type + func (o GetServiceEnvironmentListResultOutput) EnvironmentName() pulumi.StringOutput + func (o GetServiceEnvironmentListResultOutput) Status() pulumi.IntOutput + func (o GetServiceEnvironmentListResultOutput) ToGetServiceEnvironmentListResultOutput() GetServiceEnvironmentListResultOutput + func (o GetServiceEnvironmentListResultOutput) ToGetServiceEnvironmentListResultOutputWithContext(ctx context.Context) GetServiceEnvironmentListResultOutput + func (o GetServiceEnvironmentListResultOutput) Url() pulumi.StringOutput + func (o GetServiceEnvironmentListResultOutput) VersionName() pulumi.StringOutput + type GetServiceReleaseVersionsResult struct + VersionDesc string + VersionName string + type GetServiceReleaseVersionsResultArgs struct + VersionDesc pulumi.StringInput + VersionName pulumi.StringInput + func (GetServiceReleaseVersionsResultArgs) ElementType() reflect.Type + func (i GetServiceReleaseVersionsResultArgs) ToGetServiceReleaseVersionsResultOutput() GetServiceReleaseVersionsResultOutput + func (i GetServiceReleaseVersionsResultArgs) ToGetServiceReleaseVersionsResultOutputWithContext(ctx context.Context) GetServiceReleaseVersionsResultOutput + type GetServiceReleaseVersionsResultArray []GetServiceReleaseVersionsResultInput + func (GetServiceReleaseVersionsResultArray) ElementType() reflect.Type + func (i GetServiceReleaseVersionsResultArray) ToGetServiceReleaseVersionsResultArrayOutput() GetServiceReleaseVersionsResultArrayOutput + func (i GetServiceReleaseVersionsResultArray) ToGetServiceReleaseVersionsResultArrayOutputWithContext(ctx context.Context) GetServiceReleaseVersionsResultArrayOutput + type GetServiceReleaseVersionsResultArrayInput interface + ToGetServiceReleaseVersionsResultArrayOutput func() GetServiceReleaseVersionsResultArrayOutput + ToGetServiceReleaseVersionsResultArrayOutputWithContext func(context.Context) GetServiceReleaseVersionsResultArrayOutput + type GetServiceReleaseVersionsResultArrayOutput struct + func (GetServiceReleaseVersionsResultArrayOutput) ElementType() reflect.Type + func (o GetServiceReleaseVersionsResultArrayOutput) Index(i pulumi.IntInput) GetServiceReleaseVersionsResultOutput + func (o GetServiceReleaseVersionsResultArrayOutput) ToGetServiceReleaseVersionsResultArrayOutput() GetServiceReleaseVersionsResultArrayOutput + func (o GetServiceReleaseVersionsResultArrayOutput) ToGetServiceReleaseVersionsResultArrayOutputWithContext(ctx context.Context) GetServiceReleaseVersionsResultArrayOutput + type GetServiceReleaseVersionsResultInput interface + ToGetServiceReleaseVersionsResultOutput func() GetServiceReleaseVersionsResultOutput + ToGetServiceReleaseVersionsResultOutputWithContext func(context.Context) GetServiceReleaseVersionsResultOutput + type GetServiceReleaseVersionsResultOutput struct + func (GetServiceReleaseVersionsResultOutput) ElementType() reflect.Type + func (o GetServiceReleaseVersionsResultOutput) ToGetServiceReleaseVersionsResultOutput() GetServiceReleaseVersionsResultOutput + func (o GetServiceReleaseVersionsResultOutput) ToGetServiceReleaseVersionsResultOutputWithContext(ctx context.Context) GetServiceReleaseVersionsResultOutput + func (o GetServiceReleaseVersionsResultOutput) VersionDesc() pulumi.StringOutput + func (o GetServiceReleaseVersionsResultOutput) VersionName() pulumi.StringOutput + type GetServicesArgs struct + ResultOutputFile *string + ServiceId *string + ServiceName *string + type GetServicesList struct + CreateTime string + ExclusiveSetName string + InnerHttpPort int + InnerHttpsPort int + InternalSubDomain string + IpVersion string + ModifyTime string + NetTypes []string + OuterSubDomain string + Protocol string + ServiceDesc string + ServiceId string + ServiceName string + UsagePlanLists []GetServicesListUsagePlanList + type GetServicesListArgs struct + CreateTime pulumi.StringInput + ExclusiveSetName pulumi.StringInput + InnerHttpPort pulumi.IntInput + InnerHttpsPort pulumi.IntInput + InternalSubDomain pulumi.StringInput + IpVersion pulumi.StringInput + ModifyTime pulumi.StringInput + NetTypes pulumi.StringArrayInput + OuterSubDomain pulumi.StringInput + Protocol pulumi.StringInput + ServiceDesc pulumi.StringInput + ServiceId pulumi.StringInput + ServiceName pulumi.StringInput + UsagePlanLists GetServicesListUsagePlanListArrayInput + func (GetServicesListArgs) ElementType() reflect.Type + func (i GetServicesListArgs) ToGetServicesListOutput() GetServicesListOutput + func (i GetServicesListArgs) ToGetServicesListOutputWithContext(ctx context.Context) GetServicesListOutput + type GetServicesListArray []GetServicesListInput + func (GetServicesListArray) ElementType() reflect.Type + func (i GetServicesListArray) ToGetServicesListArrayOutput() GetServicesListArrayOutput + func (i GetServicesListArray) ToGetServicesListArrayOutputWithContext(ctx context.Context) GetServicesListArrayOutput + type GetServicesListArrayInput interface + ToGetServicesListArrayOutput func() GetServicesListArrayOutput + ToGetServicesListArrayOutputWithContext func(context.Context) GetServicesListArrayOutput + type GetServicesListArrayOutput struct + func (GetServicesListArrayOutput) ElementType() reflect.Type + func (o GetServicesListArrayOutput) Index(i pulumi.IntInput) GetServicesListOutput + func (o GetServicesListArrayOutput) ToGetServicesListArrayOutput() GetServicesListArrayOutput + func (o GetServicesListArrayOutput) ToGetServicesListArrayOutputWithContext(ctx context.Context) GetServicesListArrayOutput + type GetServicesListInput interface + ToGetServicesListOutput func() GetServicesListOutput + ToGetServicesListOutputWithContext func(context.Context) GetServicesListOutput + type GetServicesListOutput struct + func (GetServicesListOutput) ElementType() reflect.Type + func (o GetServicesListOutput) CreateTime() pulumi.StringOutput + func (o GetServicesListOutput) ExclusiveSetName() pulumi.StringOutput + func (o GetServicesListOutput) InnerHttpPort() pulumi.IntOutput + func (o GetServicesListOutput) InnerHttpsPort() pulumi.IntOutput + func (o GetServicesListOutput) InternalSubDomain() pulumi.StringOutput + func (o GetServicesListOutput) IpVersion() pulumi.StringOutput + func (o GetServicesListOutput) ModifyTime() pulumi.StringOutput + func (o GetServicesListOutput) NetTypes() pulumi.StringArrayOutput + func (o GetServicesListOutput) OuterSubDomain() pulumi.StringOutput + func (o GetServicesListOutput) Protocol() pulumi.StringOutput + func (o GetServicesListOutput) ServiceDesc() pulumi.StringOutput + func (o GetServicesListOutput) ServiceId() pulumi.StringOutput + func (o GetServicesListOutput) ServiceName() pulumi.StringOutput + func (o GetServicesListOutput) ToGetServicesListOutput() GetServicesListOutput + func (o GetServicesListOutput) ToGetServicesListOutputWithContext(ctx context.Context) GetServicesListOutput + func (o GetServicesListOutput) UsagePlanLists() GetServicesListUsagePlanListArrayOutput + type GetServicesListUsagePlanList struct + ApiId string + BindType string + UsagePlanId string + UsagePlanName string + type GetServicesListUsagePlanListArgs struct + ApiId pulumi.StringInput + BindType pulumi.StringInput + UsagePlanId pulumi.StringInput + UsagePlanName pulumi.StringInput + func (GetServicesListUsagePlanListArgs) ElementType() reflect.Type + func (i GetServicesListUsagePlanListArgs) ToGetServicesListUsagePlanListOutput() GetServicesListUsagePlanListOutput + func (i GetServicesListUsagePlanListArgs) ToGetServicesListUsagePlanListOutputWithContext(ctx context.Context) GetServicesListUsagePlanListOutput + type GetServicesListUsagePlanListArray []GetServicesListUsagePlanListInput + func (GetServicesListUsagePlanListArray) ElementType() reflect.Type + func (i GetServicesListUsagePlanListArray) ToGetServicesListUsagePlanListArrayOutput() GetServicesListUsagePlanListArrayOutput + func (i GetServicesListUsagePlanListArray) ToGetServicesListUsagePlanListArrayOutputWithContext(ctx context.Context) GetServicesListUsagePlanListArrayOutput + type GetServicesListUsagePlanListArrayInput interface + ToGetServicesListUsagePlanListArrayOutput func() GetServicesListUsagePlanListArrayOutput + ToGetServicesListUsagePlanListArrayOutputWithContext func(context.Context) GetServicesListUsagePlanListArrayOutput + type GetServicesListUsagePlanListArrayOutput struct + func (GetServicesListUsagePlanListArrayOutput) ElementType() reflect.Type + func (o GetServicesListUsagePlanListArrayOutput) Index(i pulumi.IntInput) GetServicesListUsagePlanListOutput + func (o GetServicesListUsagePlanListArrayOutput) ToGetServicesListUsagePlanListArrayOutput() GetServicesListUsagePlanListArrayOutput + func (o GetServicesListUsagePlanListArrayOutput) ToGetServicesListUsagePlanListArrayOutputWithContext(ctx context.Context) GetServicesListUsagePlanListArrayOutput + type GetServicesListUsagePlanListInput interface + ToGetServicesListUsagePlanListOutput func() GetServicesListUsagePlanListOutput + ToGetServicesListUsagePlanListOutputWithContext func(context.Context) GetServicesListUsagePlanListOutput + type GetServicesListUsagePlanListOutput struct + func (GetServicesListUsagePlanListOutput) ElementType() reflect.Type + func (o GetServicesListUsagePlanListOutput) ApiId() pulumi.StringOutput + func (o GetServicesListUsagePlanListOutput) BindType() pulumi.StringOutput + func (o GetServicesListUsagePlanListOutput) ToGetServicesListUsagePlanListOutput() GetServicesListUsagePlanListOutput + func (o GetServicesListUsagePlanListOutput) ToGetServicesListUsagePlanListOutputWithContext(ctx context.Context) GetServicesListUsagePlanListOutput + func (o GetServicesListUsagePlanListOutput) UsagePlanId() pulumi.StringOutput + func (o GetServicesListUsagePlanListOutput) UsagePlanName() pulumi.StringOutput + type GetServicesOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + ServiceName pulumi.StringPtrInput + func (GetServicesOutputArgs) ElementType() reflect.Type + type GetServicesResult struct + Id string + Lists []GetServicesList + ResultOutputFile *string + ServiceId *string + ServiceName *string + func GetServices(ctx *pulumi.Context, args *GetServicesArgs, opts ...pulumi.InvokeOption) (*GetServicesResult, error) + type GetServicesResultOutput struct + func GetServicesOutput(ctx *pulumi.Context, args GetServicesOutputArgs, opts ...pulumi.InvokeOption) GetServicesResultOutput + func (GetServicesResultOutput) ElementType() reflect.Type + func (o GetServicesResultOutput) Id() pulumi.StringOutput + func (o GetServicesResultOutput) Lists() GetServicesListArrayOutput + func (o GetServicesResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetServicesResultOutput) ServiceId() pulumi.StringPtrOutput + func (o GetServicesResultOutput) ServiceName() pulumi.StringPtrOutput + func (o GetServicesResultOutput) ToGetServicesResultOutput() GetServicesResultOutput + func (o GetServicesResultOutput) ToGetServicesResultOutputWithContext(ctx context.Context) GetServicesResultOutput + type GetThrottlingApisArgs struct + EnvironmentNames []string + ResultOutputFile *string + ServiceId *string + type GetThrottlingApisList struct + ApiEnvironmentStrategies []GetThrottlingApisListApiEnvironmentStrategy + ServiceId string + type GetThrottlingApisListApiEnvironmentStrategy struct + ApiId string + ApiName string + Method string + Path string + StrategyLists []GetThrottlingApisListApiEnvironmentStrategyStrategyList + type GetThrottlingApisListApiEnvironmentStrategyArgs struct + ApiId pulumi.StringInput + ApiName pulumi.StringInput + Method pulumi.StringInput + Path pulumi.StringInput + StrategyLists GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput + func (GetThrottlingApisListApiEnvironmentStrategyArgs) ElementType() reflect.Type + func (i GetThrottlingApisListApiEnvironmentStrategyArgs) ToGetThrottlingApisListApiEnvironmentStrategyOutput() GetThrottlingApisListApiEnvironmentStrategyOutput + func (i GetThrottlingApisListApiEnvironmentStrategyArgs) ToGetThrottlingApisListApiEnvironmentStrategyOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyOutput + type GetThrottlingApisListApiEnvironmentStrategyArray []GetThrottlingApisListApiEnvironmentStrategyInput + func (GetThrottlingApisListApiEnvironmentStrategyArray) ElementType() reflect.Type + func (i GetThrottlingApisListApiEnvironmentStrategyArray) ToGetThrottlingApisListApiEnvironmentStrategyArrayOutput() GetThrottlingApisListApiEnvironmentStrategyArrayOutput + func (i GetThrottlingApisListApiEnvironmentStrategyArray) ToGetThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyArrayInput interface + ToGetThrottlingApisListApiEnvironmentStrategyArrayOutput func() GetThrottlingApisListApiEnvironmentStrategyArrayOutput + ToGetThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext func(context.Context) GetThrottlingApisListApiEnvironmentStrategyArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyArrayOutput struct + func (GetThrottlingApisListApiEnvironmentStrategyArrayOutput) ElementType() reflect.Type + func (o GetThrottlingApisListApiEnvironmentStrategyArrayOutput) Index(i pulumi.IntInput) GetThrottlingApisListApiEnvironmentStrategyOutput + func (o GetThrottlingApisListApiEnvironmentStrategyArrayOutput) ToGetThrottlingApisListApiEnvironmentStrategyArrayOutput() GetThrottlingApisListApiEnvironmentStrategyArrayOutput + func (o GetThrottlingApisListApiEnvironmentStrategyArrayOutput) ToGetThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyInput interface + ToGetThrottlingApisListApiEnvironmentStrategyOutput func() GetThrottlingApisListApiEnvironmentStrategyOutput + ToGetThrottlingApisListApiEnvironmentStrategyOutputWithContext func(context.Context) GetThrottlingApisListApiEnvironmentStrategyOutput + type GetThrottlingApisListApiEnvironmentStrategyOutput struct + func (GetThrottlingApisListApiEnvironmentStrategyOutput) ElementType() reflect.Type + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) ApiId() pulumi.StringOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) ApiName() pulumi.StringOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) Method() pulumi.StringOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) Path() pulumi.StringOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) StrategyLists() GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) ToGetThrottlingApisListApiEnvironmentStrategyOutput() GetThrottlingApisListApiEnvironmentStrategyOutput + func (o GetThrottlingApisListApiEnvironmentStrategyOutput) ToGetThrottlingApisListApiEnvironmentStrategyOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyList struct + EnvironmentName string + Quota int + type GetThrottlingApisListApiEnvironmentStrategyStrategyListArgs struct + EnvironmentName pulumi.StringInput + Quota pulumi.IntInput + func (GetThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ElementType() reflect.Type + func (i GetThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutput() GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + func (i GetThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyListArray []GetThrottlingApisListApiEnvironmentStrategyStrategyListInput + func (GetThrottlingApisListApiEnvironmentStrategyStrategyListArray) ElementType() reflect.Type + func (i GetThrottlingApisListApiEnvironmentStrategyStrategyListArray) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput() GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + func (i GetThrottlingApisListApiEnvironmentStrategyStrategyListArray) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput interface + ... func(context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + ToGetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput func() GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput struct + func (GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ElementType() reflect.Type + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) Index(i pulumi.IntInput) GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput() GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyListInput interface + ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutput func() GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext func(context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + type GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput struct + func (GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ElementType() reflect.Type + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput) EnvironmentName() pulumi.StringOutput + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput) Quota() pulumi.IntOutput + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutput() GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + func (o GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ToGetThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext(ctx context.Context) GetThrottlingApisListApiEnvironmentStrategyStrategyListOutput + type GetThrottlingApisListArgs struct + ApiEnvironmentStrategies GetThrottlingApisListApiEnvironmentStrategyArrayInput + ServiceId pulumi.StringInput + func (GetThrottlingApisListArgs) ElementType() reflect.Type + func (i GetThrottlingApisListArgs) ToGetThrottlingApisListOutput() GetThrottlingApisListOutput + func (i GetThrottlingApisListArgs) ToGetThrottlingApisListOutputWithContext(ctx context.Context) GetThrottlingApisListOutput + type GetThrottlingApisListArray []GetThrottlingApisListInput + func (GetThrottlingApisListArray) ElementType() reflect.Type + func (i GetThrottlingApisListArray) ToGetThrottlingApisListArrayOutput() GetThrottlingApisListArrayOutput + func (i GetThrottlingApisListArray) ToGetThrottlingApisListArrayOutputWithContext(ctx context.Context) GetThrottlingApisListArrayOutput + type GetThrottlingApisListArrayInput interface + ToGetThrottlingApisListArrayOutput func() GetThrottlingApisListArrayOutput + ToGetThrottlingApisListArrayOutputWithContext func(context.Context) GetThrottlingApisListArrayOutput + type GetThrottlingApisListArrayOutput struct + func (GetThrottlingApisListArrayOutput) ElementType() reflect.Type + func (o GetThrottlingApisListArrayOutput) Index(i pulumi.IntInput) GetThrottlingApisListOutput + func (o GetThrottlingApisListArrayOutput) ToGetThrottlingApisListArrayOutput() GetThrottlingApisListArrayOutput + func (o GetThrottlingApisListArrayOutput) ToGetThrottlingApisListArrayOutputWithContext(ctx context.Context) GetThrottlingApisListArrayOutput + type GetThrottlingApisListInput interface + ToGetThrottlingApisListOutput func() GetThrottlingApisListOutput + ToGetThrottlingApisListOutputWithContext func(context.Context) GetThrottlingApisListOutput + type GetThrottlingApisListOutput struct + func (GetThrottlingApisListOutput) ElementType() reflect.Type + func (o GetThrottlingApisListOutput) ApiEnvironmentStrategies() GetThrottlingApisListApiEnvironmentStrategyArrayOutput + func (o GetThrottlingApisListOutput) ServiceId() pulumi.StringOutput + func (o GetThrottlingApisListOutput) ToGetThrottlingApisListOutput() GetThrottlingApisListOutput + func (o GetThrottlingApisListOutput) ToGetThrottlingApisListOutputWithContext(ctx context.Context) GetThrottlingApisListOutput + type GetThrottlingApisOutputArgs struct + EnvironmentNames pulumi.StringArrayInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + func (GetThrottlingApisOutputArgs) ElementType() reflect.Type + type GetThrottlingApisResult struct + EnvironmentNames []string + Id string + Lists []GetThrottlingApisList + ResultOutputFile *string + ServiceId *string + func GetThrottlingApis(ctx *pulumi.Context, args *GetThrottlingApisArgs, opts ...pulumi.InvokeOption) (*GetThrottlingApisResult, error) + type GetThrottlingApisResultOutput struct + func GetThrottlingApisOutput(ctx *pulumi.Context, args GetThrottlingApisOutputArgs, ...) GetThrottlingApisResultOutput + func (GetThrottlingApisResultOutput) ElementType() reflect.Type + func (o GetThrottlingApisResultOutput) EnvironmentNames() pulumi.StringArrayOutput + func (o GetThrottlingApisResultOutput) Id() pulumi.StringOutput + func (o GetThrottlingApisResultOutput) Lists() GetThrottlingApisListArrayOutput + func (o GetThrottlingApisResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetThrottlingApisResultOutput) ServiceId() pulumi.StringPtrOutput + func (o GetThrottlingApisResultOutput) ToGetThrottlingApisResultOutput() GetThrottlingApisResultOutput + func (o GetThrottlingApisResultOutput) ToGetThrottlingApisResultOutputWithContext(ctx context.Context) GetThrottlingApisResultOutput + type GetThrottlingServicesArgs struct + ResultOutputFile *string + ServiceId *string + type GetThrottlingServicesList struct + Environments []GetThrottlingServicesListEnvironment + ServiceId string + type GetThrottlingServicesListArgs struct + Environments GetThrottlingServicesListEnvironmentArrayInput + ServiceId pulumi.StringInput + func (GetThrottlingServicesListArgs) ElementType() reflect.Type + func (i GetThrottlingServicesListArgs) ToGetThrottlingServicesListOutput() GetThrottlingServicesListOutput + func (i GetThrottlingServicesListArgs) ToGetThrottlingServicesListOutputWithContext(ctx context.Context) GetThrottlingServicesListOutput + type GetThrottlingServicesListArray []GetThrottlingServicesListInput + func (GetThrottlingServicesListArray) ElementType() reflect.Type + func (i GetThrottlingServicesListArray) ToGetThrottlingServicesListArrayOutput() GetThrottlingServicesListArrayOutput + func (i GetThrottlingServicesListArray) ToGetThrottlingServicesListArrayOutputWithContext(ctx context.Context) GetThrottlingServicesListArrayOutput + type GetThrottlingServicesListArrayInput interface + ToGetThrottlingServicesListArrayOutput func() GetThrottlingServicesListArrayOutput + ToGetThrottlingServicesListArrayOutputWithContext func(context.Context) GetThrottlingServicesListArrayOutput + type GetThrottlingServicesListArrayOutput struct + func (GetThrottlingServicesListArrayOutput) ElementType() reflect.Type + func (o GetThrottlingServicesListArrayOutput) Index(i pulumi.IntInput) GetThrottlingServicesListOutput + func (o GetThrottlingServicesListArrayOutput) ToGetThrottlingServicesListArrayOutput() GetThrottlingServicesListArrayOutput + func (o GetThrottlingServicesListArrayOutput) ToGetThrottlingServicesListArrayOutputWithContext(ctx context.Context) GetThrottlingServicesListArrayOutput + type GetThrottlingServicesListEnvironment struct + EnvironmentName string + Status int + Strategy int + Url string + VersionName string + type GetThrottlingServicesListEnvironmentArgs struct + EnvironmentName pulumi.StringInput + Status pulumi.IntInput + Strategy pulumi.IntInput + Url pulumi.StringInput + VersionName pulumi.StringInput + func (GetThrottlingServicesListEnvironmentArgs) ElementType() reflect.Type + func (i GetThrottlingServicesListEnvironmentArgs) ToGetThrottlingServicesListEnvironmentOutput() GetThrottlingServicesListEnvironmentOutput + func (i GetThrottlingServicesListEnvironmentArgs) ToGetThrottlingServicesListEnvironmentOutputWithContext(ctx context.Context) GetThrottlingServicesListEnvironmentOutput + type GetThrottlingServicesListEnvironmentArray []GetThrottlingServicesListEnvironmentInput + func (GetThrottlingServicesListEnvironmentArray) ElementType() reflect.Type + func (i GetThrottlingServicesListEnvironmentArray) ToGetThrottlingServicesListEnvironmentArrayOutput() GetThrottlingServicesListEnvironmentArrayOutput + func (i GetThrottlingServicesListEnvironmentArray) ToGetThrottlingServicesListEnvironmentArrayOutputWithContext(ctx context.Context) GetThrottlingServicesListEnvironmentArrayOutput + type GetThrottlingServicesListEnvironmentArrayInput interface + ToGetThrottlingServicesListEnvironmentArrayOutput func() GetThrottlingServicesListEnvironmentArrayOutput + ToGetThrottlingServicesListEnvironmentArrayOutputWithContext func(context.Context) GetThrottlingServicesListEnvironmentArrayOutput + type GetThrottlingServicesListEnvironmentArrayOutput struct + func (GetThrottlingServicesListEnvironmentArrayOutput) ElementType() reflect.Type + func (o GetThrottlingServicesListEnvironmentArrayOutput) Index(i pulumi.IntInput) GetThrottlingServicesListEnvironmentOutput + func (o GetThrottlingServicesListEnvironmentArrayOutput) ToGetThrottlingServicesListEnvironmentArrayOutput() GetThrottlingServicesListEnvironmentArrayOutput + func (o GetThrottlingServicesListEnvironmentArrayOutput) ToGetThrottlingServicesListEnvironmentArrayOutputWithContext(ctx context.Context) GetThrottlingServicesListEnvironmentArrayOutput + type GetThrottlingServicesListEnvironmentInput interface + ToGetThrottlingServicesListEnvironmentOutput func() GetThrottlingServicesListEnvironmentOutput + ToGetThrottlingServicesListEnvironmentOutputWithContext func(context.Context) GetThrottlingServicesListEnvironmentOutput + type GetThrottlingServicesListEnvironmentOutput struct + func (GetThrottlingServicesListEnvironmentOutput) ElementType() reflect.Type + func (o GetThrottlingServicesListEnvironmentOutput) EnvironmentName() pulumi.StringOutput + func (o GetThrottlingServicesListEnvironmentOutput) Status() pulumi.IntOutput + func (o GetThrottlingServicesListEnvironmentOutput) Strategy() pulumi.IntOutput + func (o GetThrottlingServicesListEnvironmentOutput) ToGetThrottlingServicesListEnvironmentOutput() GetThrottlingServicesListEnvironmentOutput + func (o GetThrottlingServicesListEnvironmentOutput) ToGetThrottlingServicesListEnvironmentOutputWithContext(ctx context.Context) GetThrottlingServicesListEnvironmentOutput + func (o GetThrottlingServicesListEnvironmentOutput) Url() pulumi.StringOutput + func (o GetThrottlingServicesListEnvironmentOutput) VersionName() pulumi.StringOutput + type GetThrottlingServicesListInput interface + ToGetThrottlingServicesListOutput func() GetThrottlingServicesListOutput + ToGetThrottlingServicesListOutputWithContext func(context.Context) GetThrottlingServicesListOutput + type GetThrottlingServicesListOutput struct + func (GetThrottlingServicesListOutput) ElementType() reflect.Type + func (o GetThrottlingServicesListOutput) Environments() GetThrottlingServicesListEnvironmentArrayOutput + func (o GetThrottlingServicesListOutput) ServiceId() pulumi.StringOutput + func (o GetThrottlingServicesListOutput) ToGetThrottlingServicesListOutput() GetThrottlingServicesListOutput + func (o GetThrottlingServicesListOutput) ToGetThrottlingServicesListOutputWithContext(ctx context.Context) GetThrottlingServicesListOutput + type GetThrottlingServicesOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + func (GetThrottlingServicesOutputArgs) ElementType() reflect.Type + type GetThrottlingServicesResult struct + Id string + Lists []GetThrottlingServicesList + ResultOutputFile *string + ServiceId *string + func GetThrottlingServices(ctx *pulumi.Context, args *GetThrottlingServicesArgs, ...) (*GetThrottlingServicesResult, error) + type GetThrottlingServicesResultOutput struct + func GetThrottlingServicesOutput(ctx *pulumi.Context, args GetThrottlingServicesOutputArgs, ...) GetThrottlingServicesResultOutput + func (GetThrottlingServicesResultOutput) ElementType() reflect.Type + func (o GetThrottlingServicesResultOutput) Id() pulumi.StringOutput + func (o GetThrottlingServicesResultOutput) Lists() GetThrottlingServicesListArrayOutput + func (o GetThrottlingServicesResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetThrottlingServicesResultOutput) ServiceId() pulumi.StringPtrOutput + func (o GetThrottlingServicesResultOutput) ToGetThrottlingServicesResultOutput() GetThrottlingServicesResultOutput + func (o GetThrottlingServicesResultOutput) ToGetThrottlingServicesResultOutputWithContext(ctx context.Context) GetThrottlingServicesResultOutput + type GetUpstreamsFilter struct + Name string + Values []string + type GetUpstreamsFilterArgs struct + Name pulumi.StringInput + Values pulumi.StringArrayInput + func (GetUpstreamsFilterArgs) ElementType() reflect.Type + func (i GetUpstreamsFilterArgs) ToGetUpstreamsFilterOutput() GetUpstreamsFilterOutput + func (i GetUpstreamsFilterArgs) ToGetUpstreamsFilterOutputWithContext(ctx context.Context) GetUpstreamsFilterOutput + type GetUpstreamsFilterArray []GetUpstreamsFilterInput + func (GetUpstreamsFilterArray) ElementType() reflect.Type + func (i GetUpstreamsFilterArray) ToGetUpstreamsFilterArrayOutput() GetUpstreamsFilterArrayOutput + func (i GetUpstreamsFilterArray) ToGetUpstreamsFilterArrayOutputWithContext(ctx context.Context) GetUpstreamsFilterArrayOutput + type GetUpstreamsFilterArrayInput interface + ToGetUpstreamsFilterArrayOutput func() GetUpstreamsFilterArrayOutput + ToGetUpstreamsFilterArrayOutputWithContext func(context.Context) GetUpstreamsFilterArrayOutput + type GetUpstreamsFilterArrayOutput struct + func (GetUpstreamsFilterArrayOutput) ElementType() reflect.Type + func (o GetUpstreamsFilterArrayOutput) Index(i pulumi.IntInput) GetUpstreamsFilterOutput + func (o GetUpstreamsFilterArrayOutput) ToGetUpstreamsFilterArrayOutput() GetUpstreamsFilterArrayOutput + func (o GetUpstreamsFilterArrayOutput) ToGetUpstreamsFilterArrayOutputWithContext(ctx context.Context) GetUpstreamsFilterArrayOutput + type GetUpstreamsFilterInput interface + ToGetUpstreamsFilterOutput func() GetUpstreamsFilterOutput + ToGetUpstreamsFilterOutputWithContext func(context.Context) GetUpstreamsFilterOutput + type GetUpstreamsFilterOutput struct + func (GetUpstreamsFilterOutput) ElementType() reflect.Type + func (o GetUpstreamsFilterOutput) Name() pulumi.StringOutput + func (o GetUpstreamsFilterOutput) ToGetUpstreamsFilterOutput() GetUpstreamsFilterOutput + func (o GetUpstreamsFilterOutput) ToGetUpstreamsFilterOutputWithContext(ctx context.Context) GetUpstreamsFilterOutput + func (o GetUpstreamsFilterOutput) Values() pulumi.StringArrayOutput + type GetUpstreamsResult struct + ApiId string + ApiName string + BindTime string + ServiceId string + ServiceName string + type GetUpstreamsResultArgs struct + ApiId pulumi.StringInput + ApiName pulumi.StringInput + BindTime pulumi.StringInput + ServiceId pulumi.StringInput + ServiceName pulumi.StringInput + func (GetUpstreamsResultArgs) ElementType() reflect.Type + func (i GetUpstreamsResultArgs) ToGetUpstreamsResultOutput() GetUpstreamsResultOutput + func (i GetUpstreamsResultArgs) ToGetUpstreamsResultOutputWithContext(ctx context.Context) GetUpstreamsResultOutput + type GetUpstreamsResultArray []GetUpstreamsResultInput + func (GetUpstreamsResultArray) ElementType() reflect.Type + func (i GetUpstreamsResultArray) ToGetUpstreamsResultArrayOutput() GetUpstreamsResultArrayOutput + func (i GetUpstreamsResultArray) ToGetUpstreamsResultArrayOutputWithContext(ctx context.Context) GetUpstreamsResultArrayOutput + type GetUpstreamsResultArrayInput interface + ToGetUpstreamsResultArrayOutput func() GetUpstreamsResultArrayOutput + ToGetUpstreamsResultArrayOutputWithContext func(context.Context) GetUpstreamsResultArrayOutput + type GetUpstreamsResultArrayOutput struct + func (GetUpstreamsResultArrayOutput) ElementType() reflect.Type + func (o GetUpstreamsResultArrayOutput) Index(i pulumi.IntInput) GetUpstreamsResultOutput + func (o GetUpstreamsResultArrayOutput) ToGetUpstreamsResultArrayOutput() GetUpstreamsResultArrayOutput + func (o GetUpstreamsResultArrayOutput) ToGetUpstreamsResultArrayOutputWithContext(ctx context.Context) GetUpstreamsResultArrayOutput + type GetUpstreamsResultInput interface + ToGetUpstreamsResultOutput func() GetUpstreamsResultOutput + ToGetUpstreamsResultOutputWithContext func(context.Context) GetUpstreamsResultOutput + type GetUpstreamsResultOutput struct + func (GetUpstreamsResultOutput) ElementType() reflect.Type + func (o GetUpstreamsResultOutput) ApiId() pulumi.StringOutput + func (o GetUpstreamsResultOutput) ApiName() pulumi.StringOutput + func (o GetUpstreamsResultOutput) BindTime() pulumi.StringOutput + func (o GetUpstreamsResultOutput) ServiceId() pulumi.StringOutput + func (o GetUpstreamsResultOutput) ServiceName() pulumi.StringOutput + func (o GetUpstreamsResultOutput) ToGetUpstreamsResultOutput() GetUpstreamsResultOutput + func (o GetUpstreamsResultOutput) ToGetUpstreamsResultOutputWithContext(ctx context.Context) GetUpstreamsResultOutput + type GetUsagePlanEnvironmentsArgs struct + BindType *string + ResultOutputFile *string + UsagePlanId string + type GetUsagePlanEnvironmentsList struct + ApiId string + ApiName string + CreateTime string + Environment string + Method string + ModifyTime string + Path string + ServiceId string + ServiceName string + type GetUsagePlanEnvironmentsListArgs struct + ApiId pulumi.StringInput + ApiName pulumi.StringInput + CreateTime pulumi.StringInput + Environment pulumi.StringInput + Method pulumi.StringInput + ModifyTime pulumi.StringInput + Path pulumi.StringInput + ServiceId pulumi.StringInput + ServiceName pulumi.StringInput + func (GetUsagePlanEnvironmentsListArgs) ElementType() reflect.Type + func (i GetUsagePlanEnvironmentsListArgs) ToGetUsagePlanEnvironmentsListOutput() GetUsagePlanEnvironmentsListOutput + func (i GetUsagePlanEnvironmentsListArgs) ToGetUsagePlanEnvironmentsListOutputWithContext(ctx context.Context) GetUsagePlanEnvironmentsListOutput + type GetUsagePlanEnvironmentsListArray []GetUsagePlanEnvironmentsListInput + func (GetUsagePlanEnvironmentsListArray) ElementType() reflect.Type + func (i GetUsagePlanEnvironmentsListArray) ToGetUsagePlanEnvironmentsListArrayOutput() GetUsagePlanEnvironmentsListArrayOutput + func (i GetUsagePlanEnvironmentsListArray) ToGetUsagePlanEnvironmentsListArrayOutputWithContext(ctx context.Context) GetUsagePlanEnvironmentsListArrayOutput + type GetUsagePlanEnvironmentsListArrayInput interface + ToGetUsagePlanEnvironmentsListArrayOutput func() GetUsagePlanEnvironmentsListArrayOutput + ToGetUsagePlanEnvironmentsListArrayOutputWithContext func(context.Context) GetUsagePlanEnvironmentsListArrayOutput + type GetUsagePlanEnvironmentsListArrayOutput struct + func (GetUsagePlanEnvironmentsListArrayOutput) ElementType() reflect.Type + func (o GetUsagePlanEnvironmentsListArrayOutput) Index(i pulumi.IntInput) GetUsagePlanEnvironmentsListOutput + func (o GetUsagePlanEnvironmentsListArrayOutput) ToGetUsagePlanEnvironmentsListArrayOutput() GetUsagePlanEnvironmentsListArrayOutput + func (o GetUsagePlanEnvironmentsListArrayOutput) ToGetUsagePlanEnvironmentsListArrayOutputWithContext(ctx context.Context) GetUsagePlanEnvironmentsListArrayOutput + type GetUsagePlanEnvironmentsListInput interface + ToGetUsagePlanEnvironmentsListOutput func() GetUsagePlanEnvironmentsListOutput + ToGetUsagePlanEnvironmentsListOutputWithContext func(context.Context) GetUsagePlanEnvironmentsListOutput + type GetUsagePlanEnvironmentsListOutput struct + func (GetUsagePlanEnvironmentsListOutput) ElementType() reflect.Type + func (o GetUsagePlanEnvironmentsListOutput) ApiId() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) ApiName() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) CreateTime() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) Environment() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) Method() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) ModifyTime() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) Path() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) ServiceId() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) ServiceName() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsListOutput) ToGetUsagePlanEnvironmentsListOutput() GetUsagePlanEnvironmentsListOutput + func (o GetUsagePlanEnvironmentsListOutput) ToGetUsagePlanEnvironmentsListOutputWithContext(ctx context.Context) GetUsagePlanEnvironmentsListOutput + type GetUsagePlanEnvironmentsOutputArgs struct + BindType pulumi.StringPtrInput + ResultOutputFile pulumi.StringPtrInput + UsagePlanId pulumi.StringInput + func (GetUsagePlanEnvironmentsOutputArgs) ElementType() reflect.Type + type GetUsagePlanEnvironmentsResult struct + BindType *string + Id string + Lists []GetUsagePlanEnvironmentsList + ResultOutputFile *string + UsagePlanId string + func GetUsagePlanEnvironments(ctx *pulumi.Context, args *GetUsagePlanEnvironmentsArgs, ...) (*GetUsagePlanEnvironmentsResult, error) + type GetUsagePlanEnvironmentsResultOutput struct + func GetUsagePlanEnvironmentsOutput(ctx *pulumi.Context, args GetUsagePlanEnvironmentsOutputArgs, ...) GetUsagePlanEnvironmentsResultOutput + func (GetUsagePlanEnvironmentsResultOutput) ElementType() reflect.Type + func (o GetUsagePlanEnvironmentsResultOutput) BindType() pulumi.StringPtrOutput + func (o GetUsagePlanEnvironmentsResultOutput) Id() pulumi.StringOutput + func (o GetUsagePlanEnvironmentsResultOutput) Lists() GetUsagePlanEnvironmentsListArrayOutput + func (o GetUsagePlanEnvironmentsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetUsagePlanEnvironmentsResultOutput) ToGetUsagePlanEnvironmentsResultOutput() GetUsagePlanEnvironmentsResultOutput + func (o GetUsagePlanEnvironmentsResultOutput) ToGetUsagePlanEnvironmentsResultOutputWithContext(ctx context.Context) GetUsagePlanEnvironmentsResultOutput + func (o GetUsagePlanEnvironmentsResultOutput) UsagePlanId() pulumi.StringOutput + type GetUsagePlansArgs struct + ResultOutputFile *string + UsagePlanId *string + UsagePlanName *string + type GetUsagePlansList struct + CreateTime string + MaxRequestNum int + MaxRequestNumPreSec int + ModifyTime string + UsagePlanDesc string + UsagePlanId string + UsagePlanName string + type GetUsagePlansListArgs struct + CreateTime pulumi.StringInput + MaxRequestNum pulumi.IntInput + MaxRequestNumPreSec pulumi.IntInput + ModifyTime pulumi.StringInput + UsagePlanDesc pulumi.StringInput + UsagePlanId pulumi.StringInput + UsagePlanName pulumi.StringInput + func (GetUsagePlansListArgs) ElementType() reflect.Type + func (i GetUsagePlansListArgs) ToGetUsagePlansListOutput() GetUsagePlansListOutput + func (i GetUsagePlansListArgs) ToGetUsagePlansListOutputWithContext(ctx context.Context) GetUsagePlansListOutput + type GetUsagePlansListArray []GetUsagePlansListInput + func (GetUsagePlansListArray) ElementType() reflect.Type + func (i GetUsagePlansListArray) ToGetUsagePlansListArrayOutput() GetUsagePlansListArrayOutput + func (i GetUsagePlansListArray) ToGetUsagePlansListArrayOutputWithContext(ctx context.Context) GetUsagePlansListArrayOutput + type GetUsagePlansListArrayInput interface + ToGetUsagePlansListArrayOutput func() GetUsagePlansListArrayOutput + ToGetUsagePlansListArrayOutputWithContext func(context.Context) GetUsagePlansListArrayOutput + type GetUsagePlansListArrayOutput struct + func (GetUsagePlansListArrayOutput) ElementType() reflect.Type + func (o GetUsagePlansListArrayOutput) Index(i pulumi.IntInput) GetUsagePlansListOutput + func (o GetUsagePlansListArrayOutput) ToGetUsagePlansListArrayOutput() GetUsagePlansListArrayOutput + func (o GetUsagePlansListArrayOutput) ToGetUsagePlansListArrayOutputWithContext(ctx context.Context) GetUsagePlansListArrayOutput + type GetUsagePlansListInput interface + ToGetUsagePlansListOutput func() GetUsagePlansListOutput + ToGetUsagePlansListOutputWithContext func(context.Context) GetUsagePlansListOutput + type GetUsagePlansListOutput struct + func (GetUsagePlansListOutput) ElementType() reflect.Type + func (o GetUsagePlansListOutput) CreateTime() pulumi.StringOutput + func (o GetUsagePlansListOutput) MaxRequestNum() pulumi.IntOutput + func (o GetUsagePlansListOutput) MaxRequestNumPreSec() pulumi.IntOutput + func (o GetUsagePlansListOutput) ModifyTime() pulumi.StringOutput + func (o GetUsagePlansListOutput) ToGetUsagePlansListOutput() GetUsagePlansListOutput + func (o GetUsagePlansListOutput) ToGetUsagePlansListOutputWithContext(ctx context.Context) GetUsagePlansListOutput + func (o GetUsagePlansListOutput) UsagePlanDesc() pulumi.StringOutput + func (o GetUsagePlansListOutput) UsagePlanId() pulumi.StringOutput + func (o GetUsagePlansListOutput) UsagePlanName() pulumi.StringOutput + type GetUsagePlansOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + UsagePlanId pulumi.StringPtrInput + UsagePlanName pulumi.StringPtrInput + func (GetUsagePlansOutputArgs) ElementType() reflect.Type + type GetUsagePlansResult struct + Id string + Lists []GetUsagePlansList + ResultOutputFile *string + UsagePlanId *string + UsagePlanName *string + func GetUsagePlans(ctx *pulumi.Context, args *GetUsagePlansArgs, opts ...pulumi.InvokeOption) (*GetUsagePlansResult, error) + type GetUsagePlansResultOutput struct + func GetUsagePlansOutput(ctx *pulumi.Context, args GetUsagePlansOutputArgs, opts ...pulumi.InvokeOption) GetUsagePlansResultOutput + func (GetUsagePlansResultOutput) ElementType() reflect.Type + func (o GetUsagePlansResultOutput) Id() pulumi.StringOutput + func (o GetUsagePlansResultOutput) Lists() GetUsagePlansListArrayOutput + func (o GetUsagePlansResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o GetUsagePlansResultOutput) ToGetUsagePlansResultOutput() GetUsagePlansResultOutput + func (o GetUsagePlansResultOutput) ToGetUsagePlansResultOutputWithContext(ctx context.Context) GetUsagePlansResultOutput + func (o GetUsagePlansResultOutput) UsagePlanId() pulumi.StringPtrOutput + func (o GetUsagePlansResultOutput) UsagePlanName() pulumi.StringPtrOutput + type ImportOpenApi struct + ApiBusinessType pulumi.StringOutput + ApiDesc pulumi.StringOutput + ApiId pulumi.StringOutput + ApiName pulumi.StringOutput + ApiType pulumi.StringOutput + AuthRelationApiId pulumi.StringOutput + AuthType pulumi.StringOutput + ConstantParameters ImportOpenApiConstantParameterArrayOutput + Content pulumi.StringOutput + ContentVersion pulumi.StringPtrOutput + CreateTime pulumi.StringOutput + EnableCors pulumi.BoolOutput + EncodeType pulumi.StringPtrOutput + IsBase64Encoded pulumi.BoolOutput + IsDebugAfterCharge pulumi.BoolOutput + IsDeleteResponseErrorCodes pulumi.BoolOutput + MicroServices ImportOpenApiMicroServiceArrayOutput + OauthConfigs ImportOpenApiOauthConfigArrayOutput + Protocol pulumi.StringOutput + RequestConfigMethod pulumi.StringOutput + RequestConfigPath pulumi.StringOutput + RequestParameters ImportOpenApiRequestParameterArrayOutput + ResponseErrorCodes ImportOpenApiResponseErrorCodeArrayOutput + ResponseFailExample pulumi.StringOutput + ResponseSuccessExample pulumi.StringOutput + ResponseType pulumi.StringOutput + ServiceConfigCosConfigs ImportOpenApiServiceConfigCosConfigArrayOutput + ServiceConfigMethod pulumi.StringOutput + ServiceConfigMockReturnMessage pulumi.StringOutput + ServiceConfigPath pulumi.StringOutput + ServiceConfigProduct pulumi.StringOutput + ServiceConfigScfFunctionName pulumi.StringOutput + ServiceConfigScfFunctionNamespace pulumi.StringOutput + ServiceConfigScfFunctionQualifier pulumi.StringOutput + ServiceConfigScfFunctionType pulumi.StringOutput + ServiceConfigScfIsIntegratedResponse pulumi.BoolOutput + ServiceConfigTimeout pulumi.IntOutput + ServiceConfigType pulumi.StringOutput + ServiceConfigUpstreamId pulumi.StringOutput + ServiceConfigUrl pulumi.StringOutput + ServiceConfigVpcId pulumi.StringOutput + ServiceConfigWebsocketCleanupFunctionName pulumi.StringOutput + ServiceConfigWebsocketCleanupFunctionNamespace pulumi.StringOutput + ServiceConfigWebsocketCleanupFunctionQualifier pulumi.StringOutput + ServiceConfigWebsocketRegisterFunctionName pulumi.StringOutput + ServiceConfigWebsocketRegisterFunctionNamespace pulumi.StringOutput + ServiceConfigWebsocketRegisterFunctionQualifier pulumi.StringOutput + ServiceConfigWebsocketTransportFunctionName pulumi.StringOutput + ServiceConfigWebsocketTransportFunctionNamespace pulumi.StringOutput + ServiceConfigWebsocketTransportFunctionQualifier pulumi.StringOutput + ServiceId pulumi.StringOutput + ServiceParameters ImportOpenApiServiceParameterArrayOutput + ServiceTsfHealthCheckConfs ImportOpenApiServiceTsfHealthCheckConfArrayOutput + ServiceTsfLoadBalanceConfs ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + UpdateTime pulumi.StringOutput + func GetImportOpenApi(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ImportOpenApiState, ...) (*ImportOpenApi, error) + func NewImportOpenApi(ctx *pulumi.Context, name string, args *ImportOpenApiArgs, ...) (*ImportOpenApi, error) + func (*ImportOpenApi) ElementType() reflect.Type + func (i *ImportOpenApi) ToImportOpenApiOutput() ImportOpenApiOutput + func (i *ImportOpenApi) ToImportOpenApiOutputWithContext(ctx context.Context) ImportOpenApiOutput + type ImportOpenApiArgs struct + Content pulumi.StringInput + ContentVersion pulumi.StringPtrInput + EncodeType pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (ImportOpenApiArgs) ElementType() reflect.Type + type ImportOpenApiArray []ImportOpenApiInput + func (ImportOpenApiArray) ElementType() reflect.Type + func (i ImportOpenApiArray) ToImportOpenApiArrayOutput() ImportOpenApiArrayOutput + func (i ImportOpenApiArray) ToImportOpenApiArrayOutputWithContext(ctx context.Context) ImportOpenApiArrayOutput + type ImportOpenApiArrayInput interface + ToImportOpenApiArrayOutput func() ImportOpenApiArrayOutput + ToImportOpenApiArrayOutputWithContext func(context.Context) ImportOpenApiArrayOutput + type ImportOpenApiArrayOutput struct + func (ImportOpenApiArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiArrayOutput) Index(i pulumi.IntInput) ImportOpenApiOutput + func (o ImportOpenApiArrayOutput) ToImportOpenApiArrayOutput() ImportOpenApiArrayOutput + func (o ImportOpenApiArrayOutput) ToImportOpenApiArrayOutputWithContext(ctx context.Context) ImportOpenApiArrayOutput + type ImportOpenApiConstantParameter struct + DefaultValue *string + Desc *string + Name *string + Position *string + type ImportOpenApiConstantParameterArgs struct + DefaultValue pulumi.StringPtrInput + Desc pulumi.StringPtrInput + Name pulumi.StringPtrInput + Position pulumi.StringPtrInput + func (ImportOpenApiConstantParameterArgs) ElementType() reflect.Type + func (i ImportOpenApiConstantParameterArgs) ToImportOpenApiConstantParameterOutput() ImportOpenApiConstantParameterOutput + func (i ImportOpenApiConstantParameterArgs) ToImportOpenApiConstantParameterOutputWithContext(ctx context.Context) ImportOpenApiConstantParameterOutput + type ImportOpenApiConstantParameterArray []ImportOpenApiConstantParameterInput + func (ImportOpenApiConstantParameterArray) ElementType() reflect.Type + func (i ImportOpenApiConstantParameterArray) ToImportOpenApiConstantParameterArrayOutput() ImportOpenApiConstantParameterArrayOutput + func (i ImportOpenApiConstantParameterArray) ToImportOpenApiConstantParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiConstantParameterArrayOutput + type ImportOpenApiConstantParameterArrayInput interface + ToImportOpenApiConstantParameterArrayOutput func() ImportOpenApiConstantParameterArrayOutput + ToImportOpenApiConstantParameterArrayOutputWithContext func(context.Context) ImportOpenApiConstantParameterArrayOutput + type ImportOpenApiConstantParameterArrayOutput struct + func (ImportOpenApiConstantParameterArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiConstantParameterArrayOutput) Index(i pulumi.IntInput) ImportOpenApiConstantParameterOutput + func (o ImportOpenApiConstantParameterArrayOutput) ToImportOpenApiConstantParameterArrayOutput() ImportOpenApiConstantParameterArrayOutput + func (o ImportOpenApiConstantParameterArrayOutput) ToImportOpenApiConstantParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiConstantParameterArrayOutput + type ImportOpenApiConstantParameterInput interface + ToImportOpenApiConstantParameterOutput func() ImportOpenApiConstantParameterOutput + ToImportOpenApiConstantParameterOutputWithContext func(context.Context) ImportOpenApiConstantParameterOutput + type ImportOpenApiConstantParameterOutput struct + func (ImportOpenApiConstantParameterOutput) ElementType() reflect.Type + func (o ImportOpenApiConstantParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ImportOpenApiConstantParameterOutput) Desc() pulumi.StringPtrOutput + func (o ImportOpenApiConstantParameterOutput) Name() pulumi.StringPtrOutput + func (o ImportOpenApiConstantParameterOutput) Position() pulumi.StringPtrOutput + func (o ImportOpenApiConstantParameterOutput) ToImportOpenApiConstantParameterOutput() ImportOpenApiConstantParameterOutput + func (o ImportOpenApiConstantParameterOutput) ToImportOpenApiConstantParameterOutputWithContext(ctx context.Context) ImportOpenApiConstantParameterOutput + type ImportOpenApiInput interface + ToImportOpenApiOutput func() ImportOpenApiOutput + ToImportOpenApiOutputWithContext func(ctx context.Context) ImportOpenApiOutput + type ImportOpenApiMap map[string]ImportOpenApiInput + func (ImportOpenApiMap) ElementType() reflect.Type + func (i ImportOpenApiMap) ToImportOpenApiMapOutput() ImportOpenApiMapOutput + func (i ImportOpenApiMap) ToImportOpenApiMapOutputWithContext(ctx context.Context) ImportOpenApiMapOutput + type ImportOpenApiMapInput interface + ToImportOpenApiMapOutput func() ImportOpenApiMapOutput + ToImportOpenApiMapOutputWithContext func(context.Context) ImportOpenApiMapOutput + type ImportOpenApiMapOutput struct + func (ImportOpenApiMapOutput) ElementType() reflect.Type + func (o ImportOpenApiMapOutput) MapIndex(k pulumi.StringInput) ImportOpenApiOutput + func (o ImportOpenApiMapOutput) ToImportOpenApiMapOutput() ImportOpenApiMapOutput + func (o ImportOpenApiMapOutput) ToImportOpenApiMapOutputWithContext(ctx context.Context) ImportOpenApiMapOutput + type ImportOpenApiMicroService struct + ClusterId *string + MicroServiceName *string + NamespaceId *string + type ImportOpenApiMicroServiceArgs struct + ClusterId pulumi.StringPtrInput + MicroServiceName pulumi.StringPtrInput + NamespaceId pulumi.StringPtrInput + func (ImportOpenApiMicroServiceArgs) ElementType() reflect.Type + func (i ImportOpenApiMicroServiceArgs) ToImportOpenApiMicroServiceOutput() ImportOpenApiMicroServiceOutput + func (i ImportOpenApiMicroServiceArgs) ToImportOpenApiMicroServiceOutputWithContext(ctx context.Context) ImportOpenApiMicroServiceOutput + type ImportOpenApiMicroServiceArray []ImportOpenApiMicroServiceInput + func (ImportOpenApiMicroServiceArray) ElementType() reflect.Type + func (i ImportOpenApiMicroServiceArray) ToImportOpenApiMicroServiceArrayOutput() ImportOpenApiMicroServiceArrayOutput + func (i ImportOpenApiMicroServiceArray) ToImportOpenApiMicroServiceArrayOutputWithContext(ctx context.Context) ImportOpenApiMicroServiceArrayOutput + type ImportOpenApiMicroServiceArrayInput interface + ToImportOpenApiMicroServiceArrayOutput func() ImportOpenApiMicroServiceArrayOutput + ToImportOpenApiMicroServiceArrayOutputWithContext func(context.Context) ImportOpenApiMicroServiceArrayOutput + type ImportOpenApiMicroServiceArrayOutput struct + func (ImportOpenApiMicroServiceArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiMicroServiceArrayOutput) Index(i pulumi.IntInput) ImportOpenApiMicroServiceOutput + func (o ImportOpenApiMicroServiceArrayOutput) ToImportOpenApiMicroServiceArrayOutput() ImportOpenApiMicroServiceArrayOutput + func (o ImportOpenApiMicroServiceArrayOutput) ToImportOpenApiMicroServiceArrayOutputWithContext(ctx context.Context) ImportOpenApiMicroServiceArrayOutput + type ImportOpenApiMicroServiceInput interface + ToImportOpenApiMicroServiceOutput func() ImportOpenApiMicroServiceOutput + ToImportOpenApiMicroServiceOutputWithContext func(context.Context) ImportOpenApiMicroServiceOutput + type ImportOpenApiMicroServiceOutput struct + func (ImportOpenApiMicroServiceOutput) ElementType() reflect.Type + func (o ImportOpenApiMicroServiceOutput) ClusterId() pulumi.StringPtrOutput + func (o ImportOpenApiMicroServiceOutput) MicroServiceName() pulumi.StringPtrOutput + func (o ImportOpenApiMicroServiceOutput) NamespaceId() pulumi.StringPtrOutput + func (o ImportOpenApiMicroServiceOutput) ToImportOpenApiMicroServiceOutput() ImportOpenApiMicroServiceOutput + func (o ImportOpenApiMicroServiceOutput) ToImportOpenApiMicroServiceOutputWithContext(ctx context.Context) ImportOpenApiMicroServiceOutput + type ImportOpenApiOauthConfig struct + LoginRedirectUrl *string + PublicKey *string + TokenLocation *string + type ImportOpenApiOauthConfigArgs struct + LoginRedirectUrl pulumi.StringPtrInput + PublicKey pulumi.StringPtrInput + TokenLocation pulumi.StringPtrInput + func (ImportOpenApiOauthConfigArgs) ElementType() reflect.Type + func (i ImportOpenApiOauthConfigArgs) ToImportOpenApiOauthConfigOutput() ImportOpenApiOauthConfigOutput + func (i ImportOpenApiOauthConfigArgs) ToImportOpenApiOauthConfigOutputWithContext(ctx context.Context) ImportOpenApiOauthConfigOutput + type ImportOpenApiOauthConfigArray []ImportOpenApiOauthConfigInput + func (ImportOpenApiOauthConfigArray) ElementType() reflect.Type + func (i ImportOpenApiOauthConfigArray) ToImportOpenApiOauthConfigArrayOutput() ImportOpenApiOauthConfigArrayOutput + func (i ImportOpenApiOauthConfigArray) ToImportOpenApiOauthConfigArrayOutputWithContext(ctx context.Context) ImportOpenApiOauthConfigArrayOutput + type ImportOpenApiOauthConfigArrayInput interface + ToImportOpenApiOauthConfigArrayOutput func() ImportOpenApiOauthConfigArrayOutput + ToImportOpenApiOauthConfigArrayOutputWithContext func(context.Context) ImportOpenApiOauthConfigArrayOutput + type ImportOpenApiOauthConfigArrayOutput struct + func (ImportOpenApiOauthConfigArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiOauthConfigArrayOutput) Index(i pulumi.IntInput) ImportOpenApiOauthConfigOutput + func (o ImportOpenApiOauthConfigArrayOutput) ToImportOpenApiOauthConfigArrayOutput() ImportOpenApiOauthConfigArrayOutput + func (o ImportOpenApiOauthConfigArrayOutput) ToImportOpenApiOauthConfigArrayOutputWithContext(ctx context.Context) ImportOpenApiOauthConfigArrayOutput + type ImportOpenApiOauthConfigInput interface + ToImportOpenApiOauthConfigOutput func() ImportOpenApiOauthConfigOutput + ToImportOpenApiOauthConfigOutputWithContext func(context.Context) ImportOpenApiOauthConfigOutput + type ImportOpenApiOauthConfigOutput struct + func (ImportOpenApiOauthConfigOutput) ElementType() reflect.Type + func (o ImportOpenApiOauthConfigOutput) LoginRedirectUrl() pulumi.StringPtrOutput + func (o ImportOpenApiOauthConfigOutput) PublicKey() pulumi.StringPtrOutput + func (o ImportOpenApiOauthConfigOutput) ToImportOpenApiOauthConfigOutput() ImportOpenApiOauthConfigOutput + func (o ImportOpenApiOauthConfigOutput) ToImportOpenApiOauthConfigOutputWithContext(ctx context.Context) ImportOpenApiOauthConfigOutput + func (o ImportOpenApiOauthConfigOutput) TokenLocation() pulumi.StringPtrOutput + type ImportOpenApiOutput struct + func (ImportOpenApiOutput) ElementType() reflect.Type + func (o ImportOpenApiOutput) ApiBusinessType() pulumi.StringOutput + func (o ImportOpenApiOutput) ApiDesc() pulumi.StringOutput + func (o ImportOpenApiOutput) ApiId() pulumi.StringOutput + func (o ImportOpenApiOutput) ApiName() pulumi.StringOutput + func (o ImportOpenApiOutput) ApiType() pulumi.StringOutput + func (o ImportOpenApiOutput) AuthRelationApiId() pulumi.StringOutput + func (o ImportOpenApiOutput) AuthType() pulumi.StringOutput + func (o ImportOpenApiOutput) ConstantParameters() ImportOpenApiConstantParameterArrayOutput + func (o ImportOpenApiOutput) Content() pulumi.StringOutput + func (o ImportOpenApiOutput) ContentVersion() pulumi.StringPtrOutput + func (o ImportOpenApiOutput) CreateTime() pulumi.StringOutput + func (o ImportOpenApiOutput) EnableCors() pulumi.BoolOutput + func (o ImportOpenApiOutput) EncodeType() pulumi.StringPtrOutput + func (o ImportOpenApiOutput) IsBase64Encoded() pulumi.BoolOutput + func (o ImportOpenApiOutput) IsDebugAfterCharge() pulumi.BoolOutput + func (o ImportOpenApiOutput) IsDeleteResponseErrorCodes() pulumi.BoolOutput + func (o ImportOpenApiOutput) MicroServices() ImportOpenApiMicroServiceArrayOutput + func (o ImportOpenApiOutput) OauthConfigs() ImportOpenApiOauthConfigArrayOutput + func (o ImportOpenApiOutput) Protocol() pulumi.StringOutput + func (o ImportOpenApiOutput) RequestConfigMethod() pulumi.StringOutput + func (o ImportOpenApiOutput) RequestConfigPath() pulumi.StringOutput + func (o ImportOpenApiOutput) RequestParameters() ImportOpenApiRequestParameterArrayOutput + func (o ImportOpenApiOutput) ResponseErrorCodes() ImportOpenApiResponseErrorCodeArrayOutput + func (o ImportOpenApiOutput) ResponseFailExample() pulumi.StringOutput + func (o ImportOpenApiOutput) ResponseSuccessExample() pulumi.StringOutput + func (o ImportOpenApiOutput) ResponseType() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigCosConfigs() ImportOpenApiServiceConfigCosConfigArrayOutput + func (o ImportOpenApiOutput) ServiceConfigMethod() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigMockReturnMessage() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigPath() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigProduct() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigScfFunctionName() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigScfFunctionNamespace() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigScfFunctionQualifier() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigScfFunctionType() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigScfIsIntegratedResponse() pulumi.BoolOutput + func (o ImportOpenApiOutput) ServiceConfigTimeout() pulumi.IntOutput + func (o ImportOpenApiOutput) ServiceConfigType() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigUpstreamId() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigUrl() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigVpcId() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketCleanupFunctionName() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketCleanupFunctionNamespace() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketCleanupFunctionQualifier() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketRegisterFunctionName() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketRegisterFunctionNamespace() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketRegisterFunctionQualifier() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketTransportFunctionName() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketTransportFunctionNamespace() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceConfigWebsocketTransportFunctionQualifier() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceId() pulumi.StringOutput + func (o ImportOpenApiOutput) ServiceParameters() ImportOpenApiServiceParameterArrayOutput + func (o ImportOpenApiOutput) ServiceTsfHealthCheckConfs() ImportOpenApiServiceTsfHealthCheckConfArrayOutput + func (o ImportOpenApiOutput) ServiceTsfLoadBalanceConfs() ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + func (o ImportOpenApiOutput) ToImportOpenApiOutput() ImportOpenApiOutput + func (o ImportOpenApiOutput) ToImportOpenApiOutputWithContext(ctx context.Context) ImportOpenApiOutput + func (o ImportOpenApiOutput) UpdateTime() pulumi.StringOutput + type ImportOpenApiRequestParameter struct + DefaultValue *string + Desc *string + Name *string + Position *string + Required *bool + Type *string + type ImportOpenApiRequestParameterArgs struct + DefaultValue pulumi.StringPtrInput + Desc pulumi.StringPtrInput + Name pulumi.StringPtrInput + Position pulumi.StringPtrInput + Required pulumi.BoolPtrInput + Type pulumi.StringPtrInput + func (ImportOpenApiRequestParameterArgs) ElementType() reflect.Type + func (i ImportOpenApiRequestParameterArgs) ToImportOpenApiRequestParameterOutput() ImportOpenApiRequestParameterOutput + func (i ImportOpenApiRequestParameterArgs) ToImportOpenApiRequestParameterOutputWithContext(ctx context.Context) ImportOpenApiRequestParameterOutput + type ImportOpenApiRequestParameterArray []ImportOpenApiRequestParameterInput + func (ImportOpenApiRequestParameterArray) ElementType() reflect.Type + func (i ImportOpenApiRequestParameterArray) ToImportOpenApiRequestParameterArrayOutput() ImportOpenApiRequestParameterArrayOutput + func (i ImportOpenApiRequestParameterArray) ToImportOpenApiRequestParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiRequestParameterArrayOutput + type ImportOpenApiRequestParameterArrayInput interface + ToImportOpenApiRequestParameterArrayOutput func() ImportOpenApiRequestParameterArrayOutput + ToImportOpenApiRequestParameterArrayOutputWithContext func(context.Context) ImportOpenApiRequestParameterArrayOutput + type ImportOpenApiRequestParameterArrayOutput struct + func (ImportOpenApiRequestParameterArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiRequestParameterArrayOutput) Index(i pulumi.IntInput) ImportOpenApiRequestParameterOutput + func (o ImportOpenApiRequestParameterArrayOutput) ToImportOpenApiRequestParameterArrayOutput() ImportOpenApiRequestParameterArrayOutput + func (o ImportOpenApiRequestParameterArrayOutput) ToImportOpenApiRequestParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiRequestParameterArrayOutput + type ImportOpenApiRequestParameterInput interface + ToImportOpenApiRequestParameterOutput func() ImportOpenApiRequestParameterOutput + ToImportOpenApiRequestParameterOutputWithContext func(context.Context) ImportOpenApiRequestParameterOutput + type ImportOpenApiRequestParameterOutput struct + func (ImportOpenApiRequestParameterOutput) ElementType() reflect.Type + func (o ImportOpenApiRequestParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ImportOpenApiRequestParameterOutput) Desc() pulumi.StringPtrOutput + func (o ImportOpenApiRequestParameterOutput) Name() pulumi.StringPtrOutput + func (o ImportOpenApiRequestParameterOutput) Position() pulumi.StringPtrOutput + func (o ImportOpenApiRequestParameterOutput) Required() pulumi.BoolPtrOutput + func (o ImportOpenApiRequestParameterOutput) ToImportOpenApiRequestParameterOutput() ImportOpenApiRequestParameterOutput + func (o ImportOpenApiRequestParameterOutput) ToImportOpenApiRequestParameterOutputWithContext(ctx context.Context) ImportOpenApiRequestParameterOutput + func (o ImportOpenApiRequestParameterOutput) Type() pulumi.StringPtrOutput + type ImportOpenApiResponseErrorCode struct + Code *int + ConvertedCode *int + Desc *string + Msg *string + NeedConvert *bool + type ImportOpenApiResponseErrorCodeArgs struct + Code pulumi.IntPtrInput + ConvertedCode pulumi.IntPtrInput + Desc pulumi.StringPtrInput + Msg pulumi.StringPtrInput + NeedConvert pulumi.BoolPtrInput + func (ImportOpenApiResponseErrorCodeArgs) ElementType() reflect.Type + func (i ImportOpenApiResponseErrorCodeArgs) ToImportOpenApiResponseErrorCodeOutput() ImportOpenApiResponseErrorCodeOutput + func (i ImportOpenApiResponseErrorCodeArgs) ToImportOpenApiResponseErrorCodeOutputWithContext(ctx context.Context) ImportOpenApiResponseErrorCodeOutput + type ImportOpenApiResponseErrorCodeArray []ImportOpenApiResponseErrorCodeInput + func (ImportOpenApiResponseErrorCodeArray) ElementType() reflect.Type + func (i ImportOpenApiResponseErrorCodeArray) ToImportOpenApiResponseErrorCodeArrayOutput() ImportOpenApiResponseErrorCodeArrayOutput + func (i ImportOpenApiResponseErrorCodeArray) ToImportOpenApiResponseErrorCodeArrayOutputWithContext(ctx context.Context) ImportOpenApiResponseErrorCodeArrayOutput + type ImportOpenApiResponseErrorCodeArrayInput interface + ToImportOpenApiResponseErrorCodeArrayOutput func() ImportOpenApiResponseErrorCodeArrayOutput + ToImportOpenApiResponseErrorCodeArrayOutputWithContext func(context.Context) ImportOpenApiResponseErrorCodeArrayOutput + type ImportOpenApiResponseErrorCodeArrayOutput struct + func (ImportOpenApiResponseErrorCodeArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiResponseErrorCodeArrayOutput) Index(i pulumi.IntInput) ImportOpenApiResponseErrorCodeOutput + func (o ImportOpenApiResponseErrorCodeArrayOutput) ToImportOpenApiResponseErrorCodeArrayOutput() ImportOpenApiResponseErrorCodeArrayOutput + func (o ImportOpenApiResponseErrorCodeArrayOutput) ToImportOpenApiResponseErrorCodeArrayOutputWithContext(ctx context.Context) ImportOpenApiResponseErrorCodeArrayOutput + type ImportOpenApiResponseErrorCodeInput interface + ToImportOpenApiResponseErrorCodeOutput func() ImportOpenApiResponseErrorCodeOutput + ToImportOpenApiResponseErrorCodeOutputWithContext func(context.Context) ImportOpenApiResponseErrorCodeOutput + type ImportOpenApiResponseErrorCodeOutput struct + func (ImportOpenApiResponseErrorCodeOutput) ElementType() reflect.Type + func (o ImportOpenApiResponseErrorCodeOutput) Code() pulumi.IntPtrOutput + func (o ImportOpenApiResponseErrorCodeOutput) ConvertedCode() pulumi.IntPtrOutput + func (o ImportOpenApiResponseErrorCodeOutput) Desc() pulumi.StringPtrOutput + func (o ImportOpenApiResponseErrorCodeOutput) Msg() pulumi.StringPtrOutput + func (o ImportOpenApiResponseErrorCodeOutput) NeedConvert() pulumi.BoolPtrOutput + func (o ImportOpenApiResponseErrorCodeOutput) ToImportOpenApiResponseErrorCodeOutput() ImportOpenApiResponseErrorCodeOutput + func (o ImportOpenApiResponseErrorCodeOutput) ToImportOpenApiResponseErrorCodeOutputWithContext(ctx context.Context) ImportOpenApiResponseErrorCodeOutput + type ImportOpenApiServiceConfigCosConfig struct + Action *string + Authorization *bool + BucketName *string + PathMatchMode *string + type ImportOpenApiServiceConfigCosConfigArgs struct + Action pulumi.StringPtrInput + Authorization pulumi.BoolPtrInput + BucketName pulumi.StringPtrInput + PathMatchMode pulumi.StringPtrInput + func (ImportOpenApiServiceConfigCosConfigArgs) ElementType() reflect.Type + func (i ImportOpenApiServiceConfigCosConfigArgs) ToImportOpenApiServiceConfigCosConfigOutput() ImportOpenApiServiceConfigCosConfigOutput + func (i ImportOpenApiServiceConfigCosConfigArgs) ToImportOpenApiServiceConfigCosConfigOutputWithContext(ctx context.Context) ImportOpenApiServiceConfigCosConfigOutput + type ImportOpenApiServiceConfigCosConfigArray []ImportOpenApiServiceConfigCosConfigInput + func (ImportOpenApiServiceConfigCosConfigArray) ElementType() reflect.Type + func (i ImportOpenApiServiceConfigCosConfigArray) ToImportOpenApiServiceConfigCosConfigArrayOutput() ImportOpenApiServiceConfigCosConfigArrayOutput + func (i ImportOpenApiServiceConfigCosConfigArray) ToImportOpenApiServiceConfigCosConfigArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceConfigCosConfigArrayOutput + type ImportOpenApiServiceConfigCosConfigArrayInput interface + ToImportOpenApiServiceConfigCosConfigArrayOutput func() ImportOpenApiServiceConfigCosConfigArrayOutput + ToImportOpenApiServiceConfigCosConfigArrayOutputWithContext func(context.Context) ImportOpenApiServiceConfigCosConfigArrayOutput + type ImportOpenApiServiceConfigCosConfigArrayOutput struct + func (ImportOpenApiServiceConfigCosConfigArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceConfigCosConfigArrayOutput) Index(i pulumi.IntInput) ImportOpenApiServiceConfigCosConfigOutput + func (o ImportOpenApiServiceConfigCosConfigArrayOutput) ToImportOpenApiServiceConfigCosConfigArrayOutput() ImportOpenApiServiceConfigCosConfigArrayOutput + func (o ImportOpenApiServiceConfigCosConfigArrayOutput) ToImportOpenApiServiceConfigCosConfigArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceConfigCosConfigArrayOutput + type ImportOpenApiServiceConfigCosConfigInput interface + ToImportOpenApiServiceConfigCosConfigOutput func() ImportOpenApiServiceConfigCosConfigOutput + ToImportOpenApiServiceConfigCosConfigOutputWithContext func(context.Context) ImportOpenApiServiceConfigCosConfigOutput + type ImportOpenApiServiceConfigCosConfigOutput struct + func (ImportOpenApiServiceConfigCosConfigOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceConfigCosConfigOutput) Action() pulumi.StringPtrOutput + func (o ImportOpenApiServiceConfigCosConfigOutput) Authorization() pulumi.BoolPtrOutput + func (o ImportOpenApiServiceConfigCosConfigOutput) BucketName() pulumi.StringPtrOutput + func (o ImportOpenApiServiceConfigCosConfigOutput) PathMatchMode() pulumi.StringPtrOutput + func (o ImportOpenApiServiceConfigCosConfigOutput) ToImportOpenApiServiceConfigCosConfigOutput() ImportOpenApiServiceConfigCosConfigOutput + func (o ImportOpenApiServiceConfigCosConfigOutput) ToImportOpenApiServiceConfigCosConfigOutputWithContext(ctx context.Context) ImportOpenApiServiceConfigCosConfigOutput + type ImportOpenApiServiceParameter struct + DefaultValue *string + Name *string + Position *string + RelevantRequestParameterDesc *string + RelevantRequestParameterName *string + RelevantRequestParameterPosition *string + RelevantRequestParameterType *string + type ImportOpenApiServiceParameterArgs struct + DefaultValue pulumi.StringPtrInput + Name pulumi.StringPtrInput + Position pulumi.StringPtrInput + RelevantRequestParameterDesc pulumi.StringPtrInput + RelevantRequestParameterName pulumi.StringPtrInput + RelevantRequestParameterPosition pulumi.StringPtrInput + RelevantRequestParameterType pulumi.StringPtrInput + func (ImportOpenApiServiceParameterArgs) ElementType() reflect.Type + func (i ImportOpenApiServiceParameterArgs) ToImportOpenApiServiceParameterOutput() ImportOpenApiServiceParameterOutput + func (i ImportOpenApiServiceParameterArgs) ToImportOpenApiServiceParameterOutputWithContext(ctx context.Context) ImportOpenApiServiceParameterOutput + type ImportOpenApiServiceParameterArray []ImportOpenApiServiceParameterInput + func (ImportOpenApiServiceParameterArray) ElementType() reflect.Type + func (i ImportOpenApiServiceParameterArray) ToImportOpenApiServiceParameterArrayOutput() ImportOpenApiServiceParameterArrayOutput + func (i ImportOpenApiServiceParameterArray) ToImportOpenApiServiceParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceParameterArrayOutput + type ImportOpenApiServiceParameterArrayInput interface + ToImportOpenApiServiceParameterArrayOutput func() ImportOpenApiServiceParameterArrayOutput + ToImportOpenApiServiceParameterArrayOutputWithContext func(context.Context) ImportOpenApiServiceParameterArrayOutput + type ImportOpenApiServiceParameterArrayOutput struct + func (ImportOpenApiServiceParameterArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceParameterArrayOutput) Index(i pulumi.IntInput) ImportOpenApiServiceParameterOutput + func (o ImportOpenApiServiceParameterArrayOutput) ToImportOpenApiServiceParameterArrayOutput() ImportOpenApiServiceParameterArrayOutput + func (o ImportOpenApiServiceParameterArrayOutput) ToImportOpenApiServiceParameterArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceParameterArrayOutput + type ImportOpenApiServiceParameterInput interface + ToImportOpenApiServiceParameterOutput func() ImportOpenApiServiceParameterOutput + ToImportOpenApiServiceParameterOutputWithContext func(context.Context) ImportOpenApiServiceParameterOutput + type ImportOpenApiServiceParameterOutput struct + func (ImportOpenApiServiceParameterOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceParameterOutput) DefaultValue() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) Name() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) Position() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) RelevantRequestParameterDesc() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) RelevantRequestParameterName() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) RelevantRequestParameterPosition() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) RelevantRequestParameterType() pulumi.StringPtrOutput + func (o ImportOpenApiServiceParameterOutput) ToImportOpenApiServiceParameterOutput() ImportOpenApiServiceParameterOutput + func (o ImportOpenApiServiceParameterOutput) ToImportOpenApiServiceParameterOutputWithContext(ctx context.Context) ImportOpenApiServiceParameterOutput + type ImportOpenApiServiceTsfHealthCheckConf struct + ErrorThresholdPercentage *int + IsHealthCheck *bool + RequestVolumeThreshold *int + SleepWindowInMilliseconds *int + type ImportOpenApiServiceTsfHealthCheckConfArgs struct + ErrorThresholdPercentage pulumi.IntPtrInput + IsHealthCheck pulumi.BoolPtrInput + RequestVolumeThreshold pulumi.IntPtrInput + SleepWindowInMilliseconds pulumi.IntPtrInput + func (ImportOpenApiServiceTsfHealthCheckConfArgs) ElementType() reflect.Type + func (i ImportOpenApiServiceTsfHealthCheckConfArgs) ToImportOpenApiServiceTsfHealthCheckConfOutput() ImportOpenApiServiceTsfHealthCheckConfOutput + func (i ImportOpenApiServiceTsfHealthCheckConfArgs) ToImportOpenApiServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfHealthCheckConfOutput + type ImportOpenApiServiceTsfHealthCheckConfArray []ImportOpenApiServiceTsfHealthCheckConfInput + func (ImportOpenApiServiceTsfHealthCheckConfArray) ElementType() reflect.Type + func (i ImportOpenApiServiceTsfHealthCheckConfArray) ToImportOpenApiServiceTsfHealthCheckConfArrayOutput() ImportOpenApiServiceTsfHealthCheckConfArrayOutput + func (i ImportOpenApiServiceTsfHealthCheckConfArray) ToImportOpenApiServiceTsfHealthCheckConfArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfHealthCheckConfArrayOutput + type ImportOpenApiServiceTsfHealthCheckConfArrayInput interface + ToImportOpenApiServiceTsfHealthCheckConfArrayOutput func() ImportOpenApiServiceTsfHealthCheckConfArrayOutput + ToImportOpenApiServiceTsfHealthCheckConfArrayOutputWithContext func(context.Context) ImportOpenApiServiceTsfHealthCheckConfArrayOutput + type ImportOpenApiServiceTsfHealthCheckConfArrayOutput struct + func (ImportOpenApiServiceTsfHealthCheckConfArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceTsfHealthCheckConfArrayOutput) Index(i pulumi.IntInput) ImportOpenApiServiceTsfHealthCheckConfOutput + func (o ImportOpenApiServiceTsfHealthCheckConfArrayOutput) ToImportOpenApiServiceTsfHealthCheckConfArrayOutput() ImportOpenApiServiceTsfHealthCheckConfArrayOutput + func (o ImportOpenApiServiceTsfHealthCheckConfArrayOutput) ToImportOpenApiServiceTsfHealthCheckConfArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfHealthCheckConfArrayOutput + type ImportOpenApiServiceTsfHealthCheckConfInput interface + ToImportOpenApiServiceTsfHealthCheckConfOutput func() ImportOpenApiServiceTsfHealthCheckConfOutput + ToImportOpenApiServiceTsfHealthCheckConfOutputWithContext func(context.Context) ImportOpenApiServiceTsfHealthCheckConfOutput + type ImportOpenApiServiceTsfHealthCheckConfOutput struct + func (ImportOpenApiServiceTsfHealthCheckConfOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) ErrorThresholdPercentage() pulumi.IntPtrOutput + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) IsHealthCheck() pulumi.BoolPtrOutput + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) RequestVolumeThreshold() pulumi.IntPtrOutput + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) SleepWindowInMilliseconds() pulumi.IntPtrOutput + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) ToImportOpenApiServiceTsfHealthCheckConfOutput() ImportOpenApiServiceTsfHealthCheckConfOutput + func (o ImportOpenApiServiceTsfHealthCheckConfOutput) ToImportOpenApiServiceTsfHealthCheckConfOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfHealthCheckConfOutput + type ImportOpenApiServiceTsfLoadBalanceConf struct + IsLoadBalance *bool + Method *string + SessionStickRequired *bool + SessionStickTimeout *int + type ImportOpenApiServiceTsfLoadBalanceConfArgs struct + IsLoadBalance pulumi.BoolPtrInput + Method pulumi.StringPtrInput + SessionStickRequired pulumi.BoolPtrInput + SessionStickTimeout pulumi.IntPtrInput + func (ImportOpenApiServiceTsfLoadBalanceConfArgs) ElementType() reflect.Type + func (i ImportOpenApiServiceTsfLoadBalanceConfArgs) ToImportOpenApiServiceTsfLoadBalanceConfOutput() ImportOpenApiServiceTsfLoadBalanceConfOutput + func (i ImportOpenApiServiceTsfLoadBalanceConfArgs) ToImportOpenApiServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfLoadBalanceConfOutput + type ImportOpenApiServiceTsfLoadBalanceConfArray []ImportOpenApiServiceTsfLoadBalanceConfInput + func (ImportOpenApiServiceTsfLoadBalanceConfArray) ElementType() reflect.Type + func (i ImportOpenApiServiceTsfLoadBalanceConfArray) ToImportOpenApiServiceTsfLoadBalanceConfArrayOutput() ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + func (i ImportOpenApiServiceTsfLoadBalanceConfArray) ToImportOpenApiServiceTsfLoadBalanceConfArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + type ImportOpenApiServiceTsfLoadBalanceConfArrayInput interface + ToImportOpenApiServiceTsfLoadBalanceConfArrayOutput func() ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + ToImportOpenApiServiceTsfLoadBalanceConfArrayOutputWithContext func(context.Context) ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + type ImportOpenApiServiceTsfLoadBalanceConfArrayOutput struct + func (ImportOpenApiServiceTsfLoadBalanceConfArrayOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceTsfLoadBalanceConfArrayOutput) Index(i pulumi.IntInput) ImportOpenApiServiceTsfLoadBalanceConfOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfArrayOutput) ToImportOpenApiServiceTsfLoadBalanceConfArrayOutput() ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfArrayOutput) ToImportOpenApiServiceTsfLoadBalanceConfArrayOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfLoadBalanceConfArrayOutput + type ImportOpenApiServiceTsfLoadBalanceConfInput interface + ToImportOpenApiServiceTsfLoadBalanceConfOutput func() ImportOpenApiServiceTsfLoadBalanceConfOutput + ToImportOpenApiServiceTsfLoadBalanceConfOutputWithContext func(context.Context) ImportOpenApiServiceTsfLoadBalanceConfOutput + type ImportOpenApiServiceTsfLoadBalanceConfOutput struct + func (ImportOpenApiServiceTsfLoadBalanceConfOutput) ElementType() reflect.Type + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) IsLoadBalance() pulumi.BoolPtrOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) Method() pulumi.StringPtrOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) SessionStickRequired() pulumi.BoolPtrOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) SessionStickTimeout() pulumi.IntPtrOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) ToImportOpenApiServiceTsfLoadBalanceConfOutput() ImportOpenApiServiceTsfLoadBalanceConfOutput + func (o ImportOpenApiServiceTsfLoadBalanceConfOutput) ToImportOpenApiServiceTsfLoadBalanceConfOutputWithContext(ctx context.Context) ImportOpenApiServiceTsfLoadBalanceConfOutput + type ImportOpenApiState struct + ApiBusinessType pulumi.StringPtrInput + ApiDesc pulumi.StringPtrInput + ApiId pulumi.StringPtrInput + ApiName pulumi.StringPtrInput + ApiType pulumi.StringPtrInput + AuthRelationApiId pulumi.StringPtrInput + AuthType pulumi.StringPtrInput + ConstantParameters ImportOpenApiConstantParameterArrayInput + Content pulumi.StringPtrInput + ContentVersion pulumi.StringPtrInput + CreateTime pulumi.StringPtrInput + EnableCors pulumi.BoolPtrInput + EncodeType pulumi.StringPtrInput + IsBase64Encoded pulumi.BoolPtrInput + IsDebugAfterCharge pulumi.BoolPtrInput + IsDeleteResponseErrorCodes pulumi.BoolPtrInput + MicroServices ImportOpenApiMicroServiceArrayInput + OauthConfigs ImportOpenApiOauthConfigArrayInput + Protocol pulumi.StringPtrInput + RequestConfigMethod pulumi.StringPtrInput + RequestConfigPath pulumi.StringPtrInput + RequestParameters ImportOpenApiRequestParameterArrayInput + ResponseErrorCodes ImportOpenApiResponseErrorCodeArrayInput + ResponseFailExample pulumi.StringPtrInput + ResponseSuccessExample pulumi.StringPtrInput + ResponseType pulumi.StringPtrInput + ServiceConfigCosConfigs ImportOpenApiServiceConfigCosConfigArrayInput + ServiceConfigMethod pulumi.StringPtrInput + ServiceConfigMockReturnMessage pulumi.StringPtrInput + ServiceConfigPath pulumi.StringPtrInput + ServiceConfigProduct pulumi.StringPtrInput + ServiceConfigScfFunctionName pulumi.StringPtrInput + ServiceConfigScfFunctionNamespace pulumi.StringPtrInput + ServiceConfigScfFunctionQualifier pulumi.StringPtrInput + ServiceConfigScfFunctionType pulumi.StringPtrInput + ServiceConfigScfIsIntegratedResponse pulumi.BoolPtrInput + ServiceConfigTimeout pulumi.IntPtrInput + ServiceConfigType pulumi.StringPtrInput + ServiceConfigUpstreamId pulumi.StringPtrInput + ServiceConfigUrl pulumi.StringPtrInput + ServiceConfigVpcId pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketCleanupFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketRegisterFunctionQualifier pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionName pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionNamespace pulumi.StringPtrInput + ServiceConfigWebsocketTransportFunctionQualifier pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + ServiceParameters ImportOpenApiServiceParameterArrayInput + ServiceTsfHealthCheckConfs ImportOpenApiServiceTsfHealthCheckConfArrayInput + ServiceTsfLoadBalanceConfs ImportOpenApiServiceTsfLoadBalanceConfArrayInput + UpdateTime pulumi.StringPtrInput + func (ImportOpenApiState) ElementType() reflect.Type + type IpStrategy struct + CreateTime pulumi.StringOutput + ServiceId pulumi.StringOutput + StrategyData pulumi.StringOutput + StrategyId pulumi.StringOutput + StrategyName pulumi.StringOutput + StrategyType pulumi.StringOutput + func GetIpStrategy(ctx *pulumi.Context, name string, id pulumi.IDInput, state *IpStrategyState, ...) (*IpStrategy, error) + func NewIpStrategy(ctx *pulumi.Context, name string, args *IpStrategyArgs, ...) (*IpStrategy, error) + func (*IpStrategy) ElementType() reflect.Type + func (i *IpStrategy) ToIpStrategyOutput() IpStrategyOutput + func (i *IpStrategy) ToIpStrategyOutputWithContext(ctx context.Context) IpStrategyOutput + type IpStrategyArgs struct + ServiceId pulumi.StringInput + StrategyData pulumi.StringInput + StrategyName pulumi.StringInput + StrategyType pulumi.StringInput + func (IpStrategyArgs) ElementType() reflect.Type + type IpStrategyArray []IpStrategyInput + func (IpStrategyArray) ElementType() reflect.Type + func (i IpStrategyArray) ToIpStrategyArrayOutput() IpStrategyArrayOutput + func (i IpStrategyArray) ToIpStrategyArrayOutputWithContext(ctx context.Context) IpStrategyArrayOutput + type IpStrategyArrayInput interface + ToIpStrategyArrayOutput func() IpStrategyArrayOutput + ToIpStrategyArrayOutputWithContext func(context.Context) IpStrategyArrayOutput + type IpStrategyArrayOutput struct + func (IpStrategyArrayOutput) ElementType() reflect.Type + func (o IpStrategyArrayOutput) Index(i pulumi.IntInput) IpStrategyOutput + func (o IpStrategyArrayOutput) ToIpStrategyArrayOutput() IpStrategyArrayOutput + func (o IpStrategyArrayOutput) ToIpStrategyArrayOutputWithContext(ctx context.Context) IpStrategyArrayOutput + type IpStrategyInput interface + ToIpStrategyOutput func() IpStrategyOutput + ToIpStrategyOutputWithContext func(ctx context.Context) IpStrategyOutput + type IpStrategyMap map[string]IpStrategyInput + func (IpStrategyMap) ElementType() reflect.Type + func (i IpStrategyMap) ToIpStrategyMapOutput() IpStrategyMapOutput + func (i IpStrategyMap) ToIpStrategyMapOutputWithContext(ctx context.Context) IpStrategyMapOutput + type IpStrategyMapInput interface + ToIpStrategyMapOutput func() IpStrategyMapOutput + ToIpStrategyMapOutputWithContext func(context.Context) IpStrategyMapOutput + type IpStrategyMapOutput struct + func (IpStrategyMapOutput) ElementType() reflect.Type + func (o IpStrategyMapOutput) MapIndex(k pulumi.StringInput) IpStrategyOutput + func (o IpStrategyMapOutput) ToIpStrategyMapOutput() IpStrategyMapOutput + func (o IpStrategyMapOutput) ToIpStrategyMapOutputWithContext(ctx context.Context) IpStrategyMapOutput + type IpStrategyOutput struct + func (IpStrategyOutput) ElementType() reflect.Type + func (o IpStrategyOutput) CreateTime() pulumi.StringOutput + func (o IpStrategyOutput) ServiceId() pulumi.StringOutput + func (o IpStrategyOutput) StrategyData() pulumi.StringOutput + func (o IpStrategyOutput) StrategyId() pulumi.StringOutput + func (o IpStrategyOutput) StrategyName() pulumi.StringOutput + func (o IpStrategyOutput) StrategyType() pulumi.StringOutput + func (o IpStrategyOutput) ToIpStrategyOutput() IpStrategyOutput + func (o IpStrategyOutput) ToIpStrategyOutputWithContext(ctx context.Context) IpStrategyOutput + type IpStrategyState struct + CreateTime pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + StrategyData pulumi.StringPtrInput + StrategyId pulumi.StringPtrInput + StrategyName pulumi.StringPtrInput + StrategyType pulumi.StringPtrInput + func (IpStrategyState) ElementType() reflect.Type + type LookupApiAppApiArgs struct + ApiId string + ApiRegion string + ResultOutputFile *string + ServiceId string + type LookupApiAppApiOutputArgs struct + ApiId pulumi.StringInput + ApiRegion pulumi.StringInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupApiAppApiOutputArgs) ElementType() reflect.Type + type LookupApiAppApiResult struct + ApiId string + ApiRegion string + Id string + ResultOutputFile *string + Results []GetApiAppApiResult + ServiceId string + func LookupApiAppApi(ctx *pulumi.Context, args *LookupApiAppApiArgs, opts ...pulumi.InvokeOption) (*LookupApiAppApiResult, error) + type LookupApiAppApiResultOutput struct + func LookupApiAppApiOutput(ctx *pulumi.Context, args LookupApiAppApiOutputArgs, ...) LookupApiAppApiResultOutput + func (LookupApiAppApiResultOutput) ElementType() reflect.Type + func (o LookupApiAppApiResultOutput) ApiId() pulumi.StringOutput + func (o LookupApiAppApiResultOutput) ApiRegion() pulumi.StringOutput + func (o LookupApiAppApiResultOutput) Id() pulumi.StringOutput + func (o LookupApiAppApiResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupApiAppApiResultOutput) Results() GetApiAppApiResultArrayOutput + func (o LookupApiAppApiResultOutput) ServiceId() pulumi.StringOutput + func (o LookupApiAppApiResultOutput) ToLookupApiAppApiResultOutput() LookupApiAppApiResultOutput + func (o LookupApiAppApiResultOutput) ToLookupApiAppApiResultOutputWithContext(ctx context.Context) LookupApiAppApiResultOutput + type LookupApiPluginsArgs struct + ApiId string + EnvironmentName *string + ResultOutputFile *string + ServiceId string + type LookupApiPluginsOutputArgs struct + ApiId pulumi.StringInput + EnvironmentName pulumi.StringPtrInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupApiPluginsOutputArgs) ElementType() reflect.Type + type LookupApiPluginsResult struct + ApiId string + EnvironmentName *string + Id string + ResultOutputFile *string + Results []GetApiPluginsResult + ServiceId string + func LookupApiPlugins(ctx *pulumi.Context, args *LookupApiPluginsArgs, opts ...pulumi.InvokeOption) (*LookupApiPluginsResult, error) + type LookupApiPluginsResultOutput struct + func LookupApiPluginsOutput(ctx *pulumi.Context, args LookupApiPluginsOutputArgs, ...) LookupApiPluginsResultOutput + func (LookupApiPluginsResultOutput) ElementType() reflect.Type + func (o LookupApiPluginsResultOutput) ApiId() pulumi.StringOutput + func (o LookupApiPluginsResultOutput) EnvironmentName() pulumi.StringPtrOutput + func (o LookupApiPluginsResultOutput) Id() pulumi.StringOutput + func (o LookupApiPluginsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupApiPluginsResultOutput) Results() GetApiPluginsResultArrayOutput + func (o LookupApiPluginsResultOutput) ServiceId() pulumi.StringOutput + func (o LookupApiPluginsResultOutput) ToLookupApiPluginsResultOutput() LookupApiPluginsResultOutput + func (o LookupApiPluginsResultOutput) ToLookupApiPluginsResultOutputWithContext(ctx context.Context) LookupApiPluginsResultOutput + type LookupApiUsagePlansArgs struct + ResultOutputFile *string + ServiceId string + type LookupApiUsagePlansOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupApiUsagePlansOutputArgs) ElementType() reflect.Type + type LookupApiUsagePlansResult struct + Id string + ResultOutputFile *string + Results []GetApiUsagePlansResult + ServiceId string + func LookupApiUsagePlans(ctx *pulumi.Context, args *LookupApiUsagePlansArgs, ...) (*LookupApiUsagePlansResult, error) + type LookupApiUsagePlansResultOutput struct + func LookupApiUsagePlansOutput(ctx *pulumi.Context, args LookupApiUsagePlansOutputArgs, ...) LookupApiUsagePlansResultOutput + func (LookupApiUsagePlansResultOutput) ElementType() reflect.Type + func (o LookupApiUsagePlansResultOutput) Id() pulumi.StringOutput + func (o LookupApiUsagePlansResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupApiUsagePlansResultOutput) Results() GetApiUsagePlansResultArrayOutput + func (o LookupApiUsagePlansResultOutput) ServiceId() pulumi.StringOutput + func (o LookupApiUsagePlansResultOutput) ToLookupApiUsagePlansResultOutput() LookupApiUsagePlansResultOutput + func (o LookupApiUsagePlansResultOutput) ToLookupApiUsagePlansResultOutputWithContext(ctx context.Context) LookupApiUsagePlansResultOutput + type LookupBindApiAppsStatusArgs struct + ApiIds []string + Filters []GetBindApiAppsStatusFilter + ResultOutputFile *string + ServiceId string + type LookupBindApiAppsStatusOutputArgs struct + ApiIds pulumi.StringArrayInput + Filters GetBindApiAppsStatusFilterArrayInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupBindApiAppsStatusOutputArgs) ElementType() reflect.Type + type LookupBindApiAppsStatusResult struct + ApiIds []string + Filters []GetBindApiAppsStatusFilter + Id string + ResultOutputFile *string + Results []GetBindApiAppsStatusResult + ServiceId string + func LookupBindApiAppsStatus(ctx *pulumi.Context, args *LookupBindApiAppsStatusArgs, ...) (*LookupBindApiAppsStatusResult, error) + type LookupBindApiAppsStatusResultOutput struct + func LookupBindApiAppsStatusOutput(ctx *pulumi.Context, args LookupBindApiAppsStatusOutputArgs, ...) LookupBindApiAppsStatusResultOutput + func (LookupBindApiAppsStatusResultOutput) ElementType() reflect.Type + func (o LookupBindApiAppsStatusResultOutput) ApiIds() pulumi.StringArrayOutput + func (o LookupBindApiAppsStatusResultOutput) Filters() GetBindApiAppsStatusFilterArrayOutput + func (o LookupBindApiAppsStatusResultOutput) Id() pulumi.StringOutput + func (o LookupBindApiAppsStatusResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupBindApiAppsStatusResultOutput) Results() GetBindApiAppsStatusResultArrayOutput + func (o LookupBindApiAppsStatusResultOutput) ServiceId() pulumi.StringOutput + func (o LookupBindApiAppsStatusResultOutput) ToLookupBindApiAppsStatusResultOutput() LookupBindApiAppsStatusResultOutput + func (o LookupBindApiAppsStatusResultOutput) ToLookupBindApiAppsStatusResultOutputWithContext(ctx context.Context) LookupBindApiAppsStatusResultOutput + type LookupPluginsArgs struct + EnvironmentName string + PluginId string + ResultOutputFile *string + ServiceId string + type LookupPluginsOutputArgs struct + EnvironmentName pulumi.StringInput + PluginId pulumi.StringInput + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupPluginsOutputArgs) ElementType() reflect.Type + type LookupPluginsResult struct + EnvironmentName string + Id string + PluginId string + ResultOutputFile *string + Results []GetPluginsResult + ServiceId string + func LookupPlugins(ctx *pulumi.Context, args *LookupPluginsArgs, opts ...pulumi.InvokeOption) (*LookupPluginsResult, error) + type LookupPluginsResultOutput struct + func LookupPluginsOutput(ctx *pulumi.Context, args LookupPluginsOutputArgs, opts ...pulumi.InvokeOption) LookupPluginsResultOutput + func (LookupPluginsResultOutput) ElementType() reflect.Type + func (o LookupPluginsResultOutput) EnvironmentName() pulumi.StringOutput + func (o LookupPluginsResultOutput) Id() pulumi.StringOutput + func (o LookupPluginsResultOutput) PluginId() pulumi.StringOutput + func (o LookupPluginsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupPluginsResultOutput) Results() GetPluginsResultArrayOutput + func (o LookupPluginsResultOutput) ServiceId() pulumi.StringOutput + func (o LookupPluginsResultOutput) ToLookupPluginsResultOutput() LookupPluginsResultOutput + func (o LookupPluginsResultOutput) ToLookupPluginsResultOutputWithContext(ctx context.Context) LookupPluginsResultOutput + type LookupServiceEnvironmentListArgs struct + ResultOutputFile *string + ServiceId string + type LookupServiceEnvironmentListOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupServiceEnvironmentListOutputArgs) ElementType() reflect.Type + type LookupServiceEnvironmentListResult struct + Id string + ResultOutputFile *string + Results []GetServiceEnvironmentListResult + ServiceId string + func LookupServiceEnvironmentList(ctx *pulumi.Context, args *LookupServiceEnvironmentListArgs, ...) (*LookupServiceEnvironmentListResult, error) + type LookupServiceEnvironmentListResultOutput struct + func LookupServiceEnvironmentListOutput(ctx *pulumi.Context, args LookupServiceEnvironmentListOutputArgs, ...) LookupServiceEnvironmentListResultOutput + func (LookupServiceEnvironmentListResultOutput) ElementType() reflect.Type + func (o LookupServiceEnvironmentListResultOutput) Id() pulumi.StringOutput + func (o LookupServiceEnvironmentListResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupServiceEnvironmentListResultOutput) Results() GetServiceEnvironmentListResultArrayOutput + func (o LookupServiceEnvironmentListResultOutput) ServiceId() pulumi.StringOutput + func (o LookupServiceEnvironmentListResultOutput) ToLookupServiceEnvironmentListResultOutput() LookupServiceEnvironmentListResultOutput + func (o LookupServiceEnvironmentListResultOutput) ToLookupServiceEnvironmentListResultOutputWithContext(ctx context.Context) LookupServiceEnvironmentListResultOutput + type LookupServiceReleaseVersionsArgs struct + ResultOutputFile *string + ServiceId string + type LookupServiceReleaseVersionsOutputArgs struct + ResultOutputFile pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (LookupServiceReleaseVersionsOutputArgs) ElementType() reflect.Type + type LookupServiceReleaseVersionsResult struct + Id string + ResultOutputFile *string + Results []GetServiceReleaseVersionsResult + ServiceId string + func LookupServiceReleaseVersions(ctx *pulumi.Context, args *LookupServiceReleaseVersionsArgs, ...) (*LookupServiceReleaseVersionsResult, error) + type LookupServiceReleaseVersionsResultOutput struct + func LookupServiceReleaseVersionsOutput(ctx *pulumi.Context, args LookupServiceReleaseVersionsOutputArgs, ...) LookupServiceReleaseVersionsResultOutput + func (LookupServiceReleaseVersionsResultOutput) ElementType() reflect.Type + func (o LookupServiceReleaseVersionsResultOutput) Id() pulumi.StringOutput + func (o LookupServiceReleaseVersionsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupServiceReleaseVersionsResultOutput) Results() GetServiceReleaseVersionsResultArrayOutput + func (o LookupServiceReleaseVersionsResultOutput) ServiceId() pulumi.StringOutput + func (o LookupServiceReleaseVersionsResultOutput) ToLookupServiceReleaseVersionsResultOutput() LookupServiceReleaseVersionsResultOutput + func (o LookupServiceReleaseVersionsResultOutput) ToLookupServiceReleaseVersionsResultOutputWithContext(ctx context.Context) LookupServiceReleaseVersionsResultOutput + type LookupUpstreamsArgs struct + Filters []GetUpstreamsFilter + ResultOutputFile *string + UpstreamId string + type LookupUpstreamsOutputArgs struct + Filters GetUpstreamsFilterArrayInput + ResultOutputFile pulumi.StringPtrInput + UpstreamId pulumi.StringInput + func (LookupUpstreamsOutputArgs) ElementType() reflect.Type + type LookupUpstreamsResult struct + Filters []GetUpstreamsFilter + Id string + ResultOutputFile *string + Results []GetUpstreamsResult + UpstreamId string + func LookupUpstreams(ctx *pulumi.Context, args *LookupUpstreamsArgs, opts ...pulumi.InvokeOption) (*LookupUpstreamsResult, error) + type LookupUpstreamsResultOutput struct + func LookupUpstreamsOutput(ctx *pulumi.Context, args LookupUpstreamsOutputArgs, ...) LookupUpstreamsResultOutput + func (LookupUpstreamsResultOutput) ElementType() reflect.Type + func (o LookupUpstreamsResultOutput) Filters() GetUpstreamsFilterArrayOutput + func (o LookupUpstreamsResultOutput) Id() pulumi.StringOutput + func (o LookupUpstreamsResultOutput) ResultOutputFile() pulumi.StringPtrOutput + func (o LookupUpstreamsResultOutput) Results() GetUpstreamsResultArrayOutput + func (o LookupUpstreamsResultOutput) ToLookupUpstreamsResultOutput() LookupUpstreamsResultOutput + func (o LookupUpstreamsResultOutput) ToLookupUpstreamsResultOutputWithContext(ctx context.Context) LookupUpstreamsResultOutput + func (o LookupUpstreamsResultOutput) UpstreamId() pulumi.StringOutput + type Plugin struct + Description pulumi.StringPtrOutput + PluginData pulumi.StringOutput + PluginName pulumi.StringOutput + PluginType pulumi.StringOutput + func GetPlugin(ctx *pulumi.Context, name string, id pulumi.IDInput, state *PluginState, ...) (*Plugin, error) + func NewPlugin(ctx *pulumi.Context, name string, args *PluginArgs, ...) (*Plugin, error) + func (*Plugin) ElementType() reflect.Type + func (i *Plugin) ToPluginOutput() PluginOutput + func (i *Plugin) ToPluginOutputWithContext(ctx context.Context) PluginOutput + type PluginArgs struct + Description pulumi.StringPtrInput + PluginData pulumi.StringInput + PluginName pulumi.StringInput + PluginType pulumi.StringInput + func (PluginArgs) ElementType() reflect.Type + type PluginArray []PluginInput + func (PluginArray) ElementType() reflect.Type + func (i PluginArray) ToPluginArrayOutput() PluginArrayOutput + func (i PluginArray) ToPluginArrayOutputWithContext(ctx context.Context) PluginArrayOutput + type PluginArrayInput interface + ToPluginArrayOutput func() PluginArrayOutput + ToPluginArrayOutputWithContext func(context.Context) PluginArrayOutput + type PluginArrayOutput struct + func (PluginArrayOutput) ElementType() reflect.Type + func (o PluginArrayOutput) Index(i pulumi.IntInput) PluginOutput + func (o PluginArrayOutput) ToPluginArrayOutput() PluginArrayOutput + func (o PluginArrayOutput) ToPluginArrayOutputWithContext(ctx context.Context) PluginArrayOutput + type PluginAttachment struct + ApiId pulumi.StringOutput + EnvironmentName pulumi.StringOutput + PluginId pulumi.StringOutput + ServiceId pulumi.StringOutput + func GetPluginAttachment(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*PluginAttachment, error) + func NewPluginAttachment(ctx *pulumi.Context, name string, args *PluginAttachmentArgs, ...) (*PluginAttachment, error) + func (*PluginAttachment) ElementType() reflect.Type + func (i *PluginAttachment) ToPluginAttachmentOutput() PluginAttachmentOutput + func (i *PluginAttachment) ToPluginAttachmentOutputWithContext(ctx context.Context) PluginAttachmentOutput + type PluginAttachmentArgs struct + ApiId pulumi.StringInput + EnvironmentName pulumi.StringInput + PluginId pulumi.StringInput + ServiceId pulumi.StringInput + func (PluginAttachmentArgs) ElementType() reflect.Type + type PluginAttachmentArray []PluginAttachmentInput + func (PluginAttachmentArray) ElementType() reflect.Type + func (i PluginAttachmentArray) ToPluginAttachmentArrayOutput() PluginAttachmentArrayOutput + func (i PluginAttachmentArray) ToPluginAttachmentArrayOutputWithContext(ctx context.Context) PluginAttachmentArrayOutput + type PluginAttachmentArrayInput interface + ToPluginAttachmentArrayOutput func() PluginAttachmentArrayOutput + ToPluginAttachmentArrayOutputWithContext func(context.Context) PluginAttachmentArrayOutput + type PluginAttachmentArrayOutput struct + func (PluginAttachmentArrayOutput) ElementType() reflect.Type + func (o PluginAttachmentArrayOutput) Index(i pulumi.IntInput) PluginAttachmentOutput + func (o PluginAttachmentArrayOutput) ToPluginAttachmentArrayOutput() PluginAttachmentArrayOutput + func (o PluginAttachmentArrayOutput) ToPluginAttachmentArrayOutputWithContext(ctx context.Context) PluginAttachmentArrayOutput + type PluginAttachmentInput interface + ToPluginAttachmentOutput func() PluginAttachmentOutput + ToPluginAttachmentOutputWithContext func(ctx context.Context) PluginAttachmentOutput + type PluginAttachmentMap map[string]PluginAttachmentInput + func (PluginAttachmentMap) ElementType() reflect.Type + func (i PluginAttachmentMap) ToPluginAttachmentMapOutput() PluginAttachmentMapOutput + func (i PluginAttachmentMap) ToPluginAttachmentMapOutputWithContext(ctx context.Context) PluginAttachmentMapOutput + type PluginAttachmentMapInput interface + ToPluginAttachmentMapOutput func() PluginAttachmentMapOutput + ToPluginAttachmentMapOutputWithContext func(context.Context) PluginAttachmentMapOutput + type PluginAttachmentMapOutput struct + func (PluginAttachmentMapOutput) ElementType() reflect.Type + func (o PluginAttachmentMapOutput) MapIndex(k pulumi.StringInput) PluginAttachmentOutput + func (o PluginAttachmentMapOutput) ToPluginAttachmentMapOutput() PluginAttachmentMapOutput + func (o PluginAttachmentMapOutput) ToPluginAttachmentMapOutputWithContext(ctx context.Context) PluginAttachmentMapOutput + type PluginAttachmentOutput struct + func (PluginAttachmentOutput) ElementType() reflect.Type + func (o PluginAttachmentOutput) ApiId() pulumi.StringOutput + func (o PluginAttachmentOutput) EnvironmentName() pulumi.StringOutput + func (o PluginAttachmentOutput) PluginId() pulumi.StringOutput + func (o PluginAttachmentOutput) ServiceId() pulumi.StringOutput + func (o PluginAttachmentOutput) ToPluginAttachmentOutput() PluginAttachmentOutput + func (o PluginAttachmentOutput) ToPluginAttachmentOutputWithContext(ctx context.Context) PluginAttachmentOutput + type PluginAttachmentState struct + ApiId pulumi.StringPtrInput + EnvironmentName pulumi.StringPtrInput + PluginId pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + func (PluginAttachmentState) ElementType() reflect.Type + type PluginInput interface + ToPluginOutput func() PluginOutput + ToPluginOutputWithContext func(ctx context.Context) PluginOutput + type PluginMap map[string]PluginInput + func (PluginMap) ElementType() reflect.Type + func (i PluginMap) ToPluginMapOutput() PluginMapOutput + func (i PluginMap) ToPluginMapOutputWithContext(ctx context.Context) PluginMapOutput + type PluginMapInput interface + ToPluginMapOutput func() PluginMapOutput + ToPluginMapOutputWithContext func(context.Context) PluginMapOutput + type PluginMapOutput struct + func (PluginMapOutput) ElementType() reflect.Type + func (o PluginMapOutput) MapIndex(k pulumi.StringInput) PluginOutput + func (o PluginMapOutput) ToPluginMapOutput() PluginMapOutput + func (o PluginMapOutput) ToPluginMapOutputWithContext(ctx context.Context) PluginMapOutput + type PluginOutput struct + func (PluginOutput) ElementType() reflect.Type + func (o PluginOutput) Description() pulumi.StringPtrOutput + func (o PluginOutput) PluginData() pulumi.StringOutput + func (o PluginOutput) PluginName() pulumi.StringOutput + func (o PluginOutput) PluginType() pulumi.StringOutput + func (o PluginOutput) ToPluginOutput() PluginOutput + func (o PluginOutput) ToPluginOutputWithContext(ctx context.Context) PluginOutput + type PluginState struct + Description pulumi.StringPtrInput + PluginData pulumi.StringPtrInput + PluginName pulumi.StringPtrInput + PluginType pulumi.StringPtrInput + func (PluginState) ElementType() reflect.Type + type Service struct + ApiLists ServiceApiListArrayOutput + CreateTime pulumi.StringOutput + ExclusiveSetName pulumi.StringPtrOutput + InnerHttpPort pulumi.IntOutput + InnerHttpsPort pulumi.IntOutput + InstanceId pulumi.StringPtrOutput + InternalSubDomain pulumi.StringOutput + IpVersion pulumi.StringPtrOutput + ModifyTime pulumi.StringOutput + NetTypes pulumi.StringArrayOutput + OuterSubDomain pulumi.StringOutput + PreLimit pulumi.IntOutput + Protocol pulumi.StringOutput + ReleaseLimit pulumi.IntOutput + ServiceDesc pulumi.StringPtrOutput + ServiceName pulumi.StringOutput + Tags pulumi.MapOutput + TestLimit pulumi.IntOutput + UniqVpcId pulumi.StringPtrOutput + UsagePlanLists ServiceUsagePlanListArrayOutput + func GetService(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ServiceState, ...) (*Service, error) + func NewService(ctx *pulumi.Context, name string, args *ServiceArgs, ...) (*Service, error) + func (*Service) ElementType() reflect.Type + func (i *Service) ToServiceOutput() ServiceOutput + func (i *Service) ToServiceOutputWithContext(ctx context.Context) ServiceOutput + type ServiceApiList struct + ApiDesc *string + ApiId *string + ApiName *string + Method *string + Path *string + type ServiceApiListArgs struct + ApiDesc pulumi.StringPtrInput + ApiId pulumi.StringPtrInput + ApiName pulumi.StringPtrInput + Method pulumi.StringPtrInput + Path pulumi.StringPtrInput + func (ServiceApiListArgs) ElementType() reflect.Type + func (i ServiceApiListArgs) ToServiceApiListOutput() ServiceApiListOutput + func (i ServiceApiListArgs) ToServiceApiListOutputWithContext(ctx context.Context) ServiceApiListOutput + type ServiceApiListArray []ServiceApiListInput + func (ServiceApiListArray) ElementType() reflect.Type + func (i ServiceApiListArray) ToServiceApiListArrayOutput() ServiceApiListArrayOutput + func (i ServiceApiListArray) ToServiceApiListArrayOutputWithContext(ctx context.Context) ServiceApiListArrayOutput + type ServiceApiListArrayInput interface + ToServiceApiListArrayOutput func() ServiceApiListArrayOutput + ToServiceApiListArrayOutputWithContext func(context.Context) ServiceApiListArrayOutput + type ServiceApiListArrayOutput struct + func (ServiceApiListArrayOutput) ElementType() reflect.Type + func (o ServiceApiListArrayOutput) Index(i pulumi.IntInput) ServiceApiListOutput + func (o ServiceApiListArrayOutput) ToServiceApiListArrayOutput() ServiceApiListArrayOutput + func (o ServiceApiListArrayOutput) ToServiceApiListArrayOutputWithContext(ctx context.Context) ServiceApiListArrayOutput + type ServiceApiListInput interface + ToServiceApiListOutput func() ServiceApiListOutput + ToServiceApiListOutputWithContext func(context.Context) ServiceApiListOutput + type ServiceApiListOutput struct + func (ServiceApiListOutput) ElementType() reflect.Type + func (o ServiceApiListOutput) ApiDesc() pulumi.StringPtrOutput + func (o ServiceApiListOutput) ApiId() pulumi.StringPtrOutput + func (o ServiceApiListOutput) ApiName() pulumi.StringPtrOutput + func (o ServiceApiListOutput) Method() pulumi.StringPtrOutput + func (o ServiceApiListOutput) Path() pulumi.StringPtrOutput + func (o ServiceApiListOutput) ToServiceApiListOutput() ServiceApiListOutput + func (o ServiceApiListOutput) ToServiceApiListOutputWithContext(ctx context.Context) ServiceApiListOutput + type ServiceArgs struct + ExclusiveSetName pulumi.StringPtrInput + InstanceId pulumi.StringPtrInput + IpVersion pulumi.StringPtrInput + NetTypes pulumi.StringArrayInput + PreLimit pulumi.IntPtrInput + Protocol pulumi.StringInput + ReleaseLimit pulumi.IntPtrInput + ServiceDesc pulumi.StringPtrInput + ServiceName pulumi.StringInput + Tags pulumi.MapInput + TestLimit pulumi.IntPtrInput + UniqVpcId pulumi.StringPtrInput + func (ServiceArgs) ElementType() reflect.Type + type ServiceArray []ServiceInput + func (ServiceArray) ElementType() reflect.Type + func (i ServiceArray) ToServiceArrayOutput() ServiceArrayOutput + func (i ServiceArray) ToServiceArrayOutputWithContext(ctx context.Context) ServiceArrayOutput + type ServiceArrayInput interface + ToServiceArrayOutput func() ServiceArrayOutput + ToServiceArrayOutputWithContext func(context.Context) ServiceArrayOutput + type ServiceArrayOutput struct + func (ServiceArrayOutput) ElementType() reflect.Type + func (o ServiceArrayOutput) Index(i pulumi.IntInput) ServiceOutput + func (o ServiceArrayOutput) ToServiceArrayOutput() ServiceArrayOutput + func (o ServiceArrayOutput) ToServiceArrayOutputWithContext(ctx context.Context) ServiceArrayOutput + type ServiceInput interface + ToServiceOutput func() ServiceOutput + ToServiceOutputWithContext func(ctx context.Context) ServiceOutput + type ServiceMap map[string]ServiceInput + func (ServiceMap) ElementType() reflect.Type + func (i ServiceMap) ToServiceMapOutput() ServiceMapOutput + func (i ServiceMap) ToServiceMapOutputWithContext(ctx context.Context) ServiceMapOutput + type ServiceMapInput interface + ToServiceMapOutput func() ServiceMapOutput + ToServiceMapOutputWithContext func(context.Context) ServiceMapOutput + type ServiceMapOutput struct + func (ServiceMapOutput) ElementType() reflect.Type + func (o ServiceMapOutput) MapIndex(k pulumi.StringInput) ServiceOutput + func (o ServiceMapOutput) ToServiceMapOutput() ServiceMapOutput + func (o ServiceMapOutput) ToServiceMapOutputWithContext(ctx context.Context) ServiceMapOutput + type ServiceOutput struct + func (ServiceOutput) ElementType() reflect.Type + func (o ServiceOutput) ApiLists() ServiceApiListArrayOutput + func (o ServiceOutput) CreateTime() pulumi.StringOutput + func (o ServiceOutput) ExclusiveSetName() pulumi.StringPtrOutput + func (o ServiceOutput) InnerHttpPort() pulumi.IntOutput + func (o ServiceOutput) InnerHttpsPort() pulumi.IntOutput + func (o ServiceOutput) InstanceId() pulumi.StringPtrOutput + func (o ServiceOutput) InternalSubDomain() pulumi.StringOutput + func (o ServiceOutput) IpVersion() pulumi.StringPtrOutput + func (o ServiceOutput) ModifyTime() pulumi.StringOutput + func (o ServiceOutput) NetTypes() pulumi.StringArrayOutput + func (o ServiceOutput) OuterSubDomain() pulumi.StringOutput + func (o ServiceOutput) PreLimit() pulumi.IntOutput + func (o ServiceOutput) Protocol() pulumi.StringOutput + func (o ServiceOutput) ReleaseLimit() pulumi.IntOutput + func (o ServiceOutput) ServiceDesc() pulumi.StringPtrOutput + func (o ServiceOutput) ServiceName() pulumi.StringOutput + func (o ServiceOutput) Tags() pulumi.MapOutput + func (o ServiceOutput) TestLimit() pulumi.IntOutput + func (o ServiceOutput) ToServiceOutput() ServiceOutput + func (o ServiceOutput) ToServiceOutputWithContext(ctx context.Context) ServiceOutput + func (o ServiceOutput) UniqVpcId() pulumi.StringPtrOutput + func (o ServiceOutput) UsagePlanLists() ServiceUsagePlanListArrayOutput + type ServiceRelease struct + EnvironmentName pulumi.StringOutput + ReleaseDesc pulumi.StringOutput + ReleaseVersion pulumi.StringOutput + ServiceId pulumi.StringOutput + func GetServiceRelease(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*ServiceRelease, error) + func NewServiceRelease(ctx *pulumi.Context, name string, args *ServiceReleaseArgs, ...) (*ServiceRelease, error) + func (*ServiceRelease) ElementType() reflect.Type + func (i *ServiceRelease) ToServiceReleaseOutput() ServiceReleaseOutput + func (i *ServiceRelease) ToServiceReleaseOutputWithContext(ctx context.Context) ServiceReleaseOutput + type ServiceReleaseArgs struct + EnvironmentName pulumi.StringInput + ReleaseDesc pulumi.StringInput + ReleaseVersion pulumi.StringPtrInput + ServiceId pulumi.StringInput + func (ServiceReleaseArgs) ElementType() reflect.Type + type ServiceReleaseArray []ServiceReleaseInput + func (ServiceReleaseArray) ElementType() reflect.Type + func (i ServiceReleaseArray) ToServiceReleaseArrayOutput() ServiceReleaseArrayOutput + func (i ServiceReleaseArray) ToServiceReleaseArrayOutputWithContext(ctx context.Context) ServiceReleaseArrayOutput + type ServiceReleaseArrayInput interface + ToServiceReleaseArrayOutput func() ServiceReleaseArrayOutput + ToServiceReleaseArrayOutputWithContext func(context.Context) ServiceReleaseArrayOutput + type ServiceReleaseArrayOutput struct + func (ServiceReleaseArrayOutput) ElementType() reflect.Type + func (o ServiceReleaseArrayOutput) Index(i pulumi.IntInput) ServiceReleaseOutput + func (o ServiceReleaseArrayOutput) ToServiceReleaseArrayOutput() ServiceReleaseArrayOutput + func (o ServiceReleaseArrayOutput) ToServiceReleaseArrayOutputWithContext(ctx context.Context) ServiceReleaseArrayOutput + type ServiceReleaseInput interface + ToServiceReleaseOutput func() ServiceReleaseOutput + ToServiceReleaseOutputWithContext func(ctx context.Context) ServiceReleaseOutput + type ServiceReleaseMap map[string]ServiceReleaseInput + func (ServiceReleaseMap) ElementType() reflect.Type + func (i ServiceReleaseMap) ToServiceReleaseMapOutput() ServiceReleaseMapOutput + func (i ServiceReleaseMap) ToServiceReleaseMapOutputWithContext(ctx context.Context) ServiceReleaseMapOutput + type ServiceReleaseMapInput interface + ToServiceReleaseMapOutput func() ServiceReleaseMapOutput + ToServiceReleaseMapOutputWithContext func(context.Context) ServiceReleaseMapOutput + type ServiceReleaseMapOutput struct + func (ServiceReleaseMapOutput) ElementType() reflect.Type + func (o ServiceReleaseMapOutput) MapIndex(k pulumi.StringInput) ServiceReleaseOutput + func (o ServiceReleaseMapOutput) ToServiceReleaseMapOutput() ServiceReleaseMapOutput + func (o ServiceReleaseMapOutput) ToServiceReleaseMapOutputWithContext(ctx context.Context) ServiceReleaseMapOutput + type ServiceReleaseOutput struct + func (ServiceReleaseOutput) ElementType() reflect.Type + func (o ServiceReleaseOutput) EnvironmentName() pulumi.StringOutput + func (o ServiceReleaseOutput) ReleaseDesc() pulumi.StringOutput + func (o ServiceReleaseOutput) ReleaseVersion() pulumi.StringOutput + func (o ServiceReleaseOutput) ServiceId() pulumi.StringOutput + func (o ServiceReleaseOutput) ToServiceReleaseOutput() ServiceReleaseOutput + func (o ServiceReleaseOutput) ToServiceReleaseOutputWithContext(ctx context.Context) ServiceReleaseOutput + type ServiceReleaseState struct + EnvironmentName pulumi.StringPtrInput + ReleaseDesc pulumi.StringPtrInput + ReleaseVersion pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + func (ServiceReleaseState) ElementType() reflect.Type + type ServiceState struct + ApiLists ServiceApiListArrayInput + CreateTime pulumi.StringPtrInput + ExclusiveSetName pulumi.StringPtrInput + InnerHttpPort pulumi.IntPtrInput + InnerHttpsPort pulumi.IntPtrInput + InstanceId pulumi.StringPtrInput + InternalSubDomain pulumi.StringPtrInput + IpVersion pulumi.StringPtrInput + ModifyTime pulumi.StringPtrInput + NetTypes pulumi.StringArrayInput + OuterSubDomain pulumi.StringPtrInput + PreLimit pulumi.IntPtrInput + Protocol pulumi.StringPtrInput + ReleaseLimit pulumi.IntPtrInput + ServiceDesc pulumi.StringPtrInput + ServiceName pulumi.StringPtrInput + Tags pulumi.MapInput + TestLimit pulumi.IntPtrInput + UniqVpcId pulumi.StringPtrInput + UsagePlanLists ServiceUsagePlanListArrayInput + func (ServiceState) ElementType() reflect.Type + type ServiceUsagePlanList struct + ApiId *string + BindType *string + UsagePlanId *string + UsagePlanName *string + type ServiceUsagePlanListArgs struct + ApiId pulumi.StringPtrInput + BindType pulumi.StringPtrInput + UsagePlanId pulumi.StringPtrInput + UsagePlanName pulumi.StringPtrInput + func (ServiceUsagePlanListArgs) ElementType() reflect.Type + func (i ServiceUsagePlanListArgs) ToServiceUsagePlanListOutput() ServiceUsagePlanListOutput + func (i ServiceUsagePlanListArgs) ToServiceUsagePlanListOutputWithContext(ctx context.Context) ServiceUsagePlanListOutput + type ServiceUsagePlanListArray []ServiceUsagePlanListInput + func (ServiceUsagePlanListArray) ElementType() reflect.Type + func (i ServiceUsagePlanListArray) ToServiceUsagePlanListArrayOutput() ServiceUsagePlanListArrayOutput + func (i ServiceUsagePlanListArray) ToServiceUsagePlanListArrayOutputWithContext(ctx context.Context) ServiceUsagePlanListArrayOutput + type ServiceUsagePlanListArrayInput interface + ToServiceUsagePlanListArrayOutput func() ServiceUsagePlanListArrayOutput + ToServiceUsagePlanListArrayOutputWithContext func(context.Context) ServiceUsagePlanListArrayOutput + type ServiceUsagePlanListArrayOutput struct + func (ServiceUsagePlanListArrayOutput) ElementType() reflect.Type + func (o ServiceUsagePlanListArrayOutput) Index(i pulumi.IntInput) ServiceUsagePlanListOutput + func (o ServiceUsagePlanListArrayOutput) ToServiceUsagePlanListArrayOutput() ServiceUsagePlanListArrayOutput + func (o ServiceUsagePlanListArrayOutput) ToServiceUsagePlanListArrayOutputWithContext(ctx context.Context) ServiceUsagePlanListArrayOutput + type ServiceUsagePlanListInput interface + ToServiceUsagePlanListOutput func() ServiceUsagePlanListOutput + ToServiceUsagePlanListOutputWithContext func(context.Context) ServiceUsagePlanListOutput + type ServiceUsagePlanListOutput struct + func (ServiceUsagePlanListOutput) ElementType() reflect.Type + func (o ServiceUsagePlanListOutput) ApiId() pulumi.StringPtrOutput + func (o ServiceUsagePlanListOutput) BindType() pulumi.StringPtrOutput + func (o ServiceUsagePlanListOutput) ToServiceUsagePlanListOutput() ServiceUsagePlanListOutput + func (o ServiceUsagePlanListOutput) ToServiceUsagePlanListOutputWithContext(ctx context.Context) ServiceUsagePlanListOutput + func (o ServiceUsagePlanListOutput) UsagePlanId() pulumi.StringPtrOutput + func (o ServiceUsagePlanListOutput) UsagePlanName() pulumi.StringPtrOutput + type StrategyAttachment struct + BindApiId pulumi.StringOutput + EnvironmentName pulumi.StringOutput + ServiceId pulumi.StringOutput + StrategyId pulumi.StringOutput + func GetStrategyAttachment(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*StrategyAttachment, error) + func NewStrategyAttachment(ctx *pulumi.Context, name string, args *StrategyAttachmentArgs, ...) (*StrategyAttachment, error) + func (*StrategyAttachment) ElementType() reflect.Type + func (i *StrategyAttachment) ToStrategyAttachmentOutput() StrategyAttachmentOutput + func (i *StrategyAttachment) ToStrategyAttachmentOutputWithContext(ctx context.Context) StrategyAttachmentOutput + type StrategyAttachmentArgs struct + BindApiId pulumi.StringInput + EnvironmentName pulumi.StringInput + ServiceId pulumi.StringInput + StrategyId pulumi.StringInput + func (StrategyAttachmentArgs) ElementType() reflect.Type + type StrategyAttachmentArray []StrategyAttachmentInput + func (StrategyAttachmentArray) ElementType() reflect.Type + func (i StrategyAttachmentArray) ToStrategyAttachmentArrayOutput() StrategyAttachmentArrayOutput + func (i StrategyAttachmentArray) ToStrategyAttachmentArrayOutputWithContext(ctx context.Context) StrategyAttachmentArrayOutput + type StrategyAttachmentArrayInput interface + ToStrategyAttachmentArrayOutput func() StrategyAttachmentArrayOutput + ToStrategyAttachmentArrayOutputWithContext func(context.Context) StrategyAttachmentArrayOutput + type StrategyAttachmentArrayOutput struct + func (StrategyAttachmentArrayOutput) ElementType() reflect.Type + func (o StrategyAttachmentArrayOutput) Index(i pulumi.IntInput) StrategyAttachmentOutput + func (o StrategyAttachmentArrayOutput) ToStrategyAttachmentArrayOutput() StrategyAttachmentArrayOutput + func (o StrategyAttachmentArrayOutput) ToStrategyAttachmentArrayOutputWithContext(ctx context.Context) StrategyAttachmentArrayOutput + type StrategyAttachmentInput interface + ToStrategyAttachmentOutput func() StrategyAttachmentOutput + ToStrategyAttachmentOutputWithContext func(ctx context.Context) StrategyAttachmentOutput + type StrategyAttachmentMap map[string]StrategyAttachmentInput + func (StrategyAttachmentMap) ElementType() reflect.Type + func (i StrategyAttachmentMap) ToStrategyAttachmentMapOutput() StrategyAttachmentMapOutput + func (i StrategyAttachmentMap) ToStrategyAttachmentMapOutputWithContext(ctx context.Context) StrategyAttachmentMapOutput + type StrategyAttachmentMapInput interface + ToStrategyAttachmentMapOutput func() StrategyAttachmentMapOutput + ToStrategyAttachmentMapOutputWithContext func(context.Context) StrategyAttachmentMapOutput + type StrategyAttachmentMapOutput struct + func (StrategyAttachmentMapOutput) ElementType() reflect.Type + func (o StrategyAttachmentMapOutput) MapIndex(k pulumi.StringInput) StrategyAttachmentOutput + func (o StrategyAttachmentMapOutput) ToStrategyAttachmentMapOutput() StrategyAttachmentMapOutput + func (o StrategyAttachmentMapOutput) ToStrategyAttachmentMapOutputWithContext(ctx context.Context) StrategyAttachmentMapOutput + type StrategyAttachmentOutput struct + func (StrategyAttachmentOutput) ElementType() reflect.Type + func (o StrategyAttachmentOutput) BindApiId() pulumi.StringOutput + func (o StrategyAttachmentOutput) EnvironmentName() pulumi.StringOutput + func (o StrategyAttachmentOutput) ServiceId() pulumi.StringOutput + func (o StrategyAttachmentOutput) StrategyId() pulumi.StringOutput + func (o StrategyAttachmentOutput) ToStrategyAttachmentOutput() StrategyAttachmentOutput + func (o StrategyAttachmentOutput) ToStrategyAttachmentOutputWithContext(ctx context.Context) StrategyAttachmentOutput + type StrategyAttachmentState struct + BindApiId pulumi.StringPtrInput + EnvironmentName pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + StrategyId pulumi.StringPtrInput + func (StrategyAttachmentState) ElementType() reflect.Type + type UpdateApiAppKey struct + ApiAppId pulumi.StringOutput + ApiAppKey pulumi.StringOutput + func GetUpdateApiAppKey(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*UpdateApiAppKey, error) + func NewUpdateApiAppKey(ctx *pulumi.Context, name string, args *UpdateApiAppKeyArgs, ...) (*UpdateApiAppKey, error) + func (*UpdateApiAppKey) ElementType() reflect.Type + func (i *UpdateApiAppKey) ToUpdateApiAppKeyOutput() UpdateApiAppKeyOutput + func (i *UpdateApiAppKey) ToUpdateApiAppKeyOutputWithContext(ctx context.Context) UpdateApiAppKeyOutput + type UpdateApiAppKeyArgs struct + ApiAppId pulumi.StringInput + ApiAppKey pulumi.StringInput + func (UpdateApiAppKeyArgs) ElementType() reflect.Type + type UpdateApiAppKeyArray []UpdateApiAppKeyInput + func (UpdateApiAppKeyArray) ElementType() reflect.Type + func (i UpdateApiAppKeyArray) ToUpdateApiAppKeyArrayOutput() UpdateApiAppKeyArrayOutput + func (i UpdateApiAppKeyArray) ToUpdateApiAppKeyArrayOutputWithContext(ctx context.Context) UpdateApiAppKeyArrayOutput + type UpdateApiAppKeyArrayInput interface + ToUpdateApiAppKeyArrayOutput func() UpdateApiAppKeyArrayOutput + ToUpdateApiAppKeyArrayOutputWithContext func(context.Context) UpdateApiAppKeyArrayOutput + type UpdateApiAppKeyArrayOutput struct + func (UpdateApiAppKeyArrayOutput) ElementType() reflect.Type + func (o UpdateApiAppKeyArrayOutput) Index(i pulumi.IntInput) UpdateApiAppKeyOutput + func (o UpdateApiAppKeyArrayOutput) ToUpdateApiAppKeyArrayOutput() UpdateApiAppKeyArrayOutput + func (o UpdateApiAppKeyArrayOutput) ToUpdateApiAppKeyArrayOutputWithContext(ctx context.Context) UpdateApiAppKeyArrayOutput + type UpdateApiAppKeyInput interface + ToUpdateApiAppKeyOutput func() UpdateApiAppKeyOutput + ToUpdateApiAppKeyOutputWithContext func(ctx context.Context) UpdateApiAppKeyOutput + type UpdateApiAppKeyMap map[string]UpdateApiAppKeyInput + func (UpdateApiAppKeyMap) ElementType() reflect.Type + func (i UpdateApiAppKeyMap) ToUpdateApiAppKeyMapOutput() UpdateApiAppKeyMapOutput + func (i UpdateApiAppKeyMap) ToUpdateApiAppKeyMapOutputWithContext(ctx context.Context) UpdateApiAppKeyMapOutput + type UpdateApiAppKeyMapInput interface + ToUpdateApiAppKeyMapOutput func() UpdateApiAppKeyMapOutput + ToUpdateApiAppKeyMapOutputWithContext func(context.Context) UpdateApiAppKeyMapOutput + type UpdateApiAppKeyMapOutput struct + func (UpdateApiAppKeyMapOutput) ElementType() reflect.Type + func (o UpdateApiAppKeyMapOutput) MapIndex(k pulumi.StringInput) UpdateApiAppKeyOutput + func (o UpdateApiAppKeyMapOutput) ToUpdateApiAppKeyMapOutput() UpdateApiAppKeyMapOutput + func (o UpdateApiAppKeyMapOutput) ToUpdateApiAppKeyMapOutputWithContext(ctx context.Context) UpdateApiAppKeyMapOutput + type UpdateApiAppKeyOutput struct + func (UpdateApiAppKeyOutput) ElementType() reflect.Type + func (o UpdateApiAppKeyOutput) ApiAppId() pulumi.StringOutput + func (o UpdateApiAppKeyOutput) ApiAppKey() pulumi.StringOutput + func (o UpdateApiAppKeyOutput) ToUpdateApiAppKeyOutput() UpdateApiAppKeyOutput + func (o UpdateApiAppKeyOutput) ToUpdateApiAppKeyOutputWithContext(ctx context.Context) UpdateApiAppKeyOutput + type UpdateApiAppKeyState struct + ApiAppId pulumi.StringPtrInput + ApiAppKey pulumi.StringPtrInput + func (UpdateApiAppKeyState) ElementType() reflect.Type + type Upstream struct + Algorithm pulumi.StringOutput + HealthChecker UpstreamHealthCheckerPtrOutput + K8sServices UpstreamK8sServiceArrayOutput + Nodes UpstreamNodeArrayOutput + Retries pulumi.IntPtrOutput + Scheme pulumi.StringOutput + Tags pulumi.MapOutput + UniqVpcId pulumi.StringOutput + UpstreamDescription pulumi.StringPtrOutput + UpstreamHost pulumi.StringPtrOutput + UpstreamName pulumi.StringPtrOutput + UpstreamType pulumi.StringPtrOutput + func GetUpstream(ctx *pulumi.Context, name string, id pulumi.IDInput, state *UpstreamState, ...) (*Upstream, error) + func NewUpstream(ctx *pulumi.Context, name string, args *UpstreamArgs, ...) (*Upstream, error) + func (*Upstream) ElementType() reflect.Type + func (i *Upstream) ToUpstreamOutput() UpstreamOutput + func (i *Upstream) ToUpstreamOutputWithContext(ctx context.Context) UpstreamOutput + type UpstreamArgs struct + Algorithm pulumi.StringInput + HealthChecker UpstreamHealthCheckerPtrInput + K8sServices UpstreamK8sServiceArrayInput + Nodes UpstreamNodeArrayInput + Retries pulumi.IntPtrInput + Scheme pulumi.StringInput + Tags pulumi.MapInput + UniqVpcId pulumi.StringInput + UpstreamDescription pulumi.StringPtrInput + UpstreamHost pulumi.StringPtrInput + UpstreamName pulumi.StringPtrInput + UpstreamType pulumi.StringPtrInput + func (UpstreamArgs) ElementType() reflect.Type + type UpstreamArray []UpstreamInput + func (UpstreamArray) ElementType() reflect.Type + func (i UpstreamArray) ToUpstreamArrayOutput() UpstreamArrayOutput + func (i UpstreamArray) ToUpstreamArrayOutputWithContext(ctx context.Context) UpstreamArrayOutput + type UpstreamArrayInput interface + ToUpstreamArrayOutput func() UpstreamArrayOutput + ToUpstreamArrayOutputWithContext func(context.Context) UpstreamArrayOutput + type UpstreamArrayOutput struct + func (UpstreamArrayOutput) ElementType() reflect.Type + func (o UpstreamArrayOutput) Index(i pulumi.IntInput) UpstreamOutput + func (o UpstreamArrayOutput) ToUpstreamArrayOutput() UpstreamArrayOutput + func (o UpstreamArrayOutput) ToUpstreamArrayOutputWithContext(ctx context.Context) UpstreamArrayOutput + type UpstreamHealthChecker struct + ActiveCheckHttpPath *string + ActiveCheckInterval *int + ActiveCheckTimeout *int + EnableActiveCheck bool + EnablePassiveCheck bool + HealthyHttpStatus string + HttpFailureThreshold int + TcpFailureThreshold int + TimeoutThreshold int + UnhealthyHttpStatus string + UnhealthyTimeout *int + type UpstreamHealthCheckerArgs struct + ActiveCheckHttpPath pulumi.StringPtrInput + ActiveCheckInterval pulumi.IntPtrInput + ActiveCheckTimeout pulumi.IntPtrInput + EnableActiveCheck pulumi.BoolInput + EnablePassiveCheck pulumi.BoolInput + HealthyHttpStatus pulumi.StringInput + HttpFailureThreshold pulumi.IntInput + TcpFailureThreshold pulumi.IntInput + TimeoutThreshold pulumi.IntInput + UnhealthyHttpStatus pulumi.StringInput + UnhealthyTimeout pulumi.IntPtrInput + func (UpstreamHealthCheckerArgs) ElementType() reflect.Type + func (i UpstreamHealthCheckerArgs) ToUpstreamHealthCheckerOutput() UpstreamHealthCheckerOutput + func (i UpstreamHealthCheckerArgs) ToUpstreamHealthCheckerOutputWithContext(ctx context.Context) UpstreamHealthCheckerOutput + func (i UpstreamHealthCheckerArgs) ToUpstreamHealthCheckerPtrOutput() UpstreamHealthCheckerPtrOutput + func (i UpstreamHealthCheckerArgs) ToUpstreamHealthCheckerPtrOutputWithContext(ctx context.Context) UpstreamHealthCheckerPtrOutput + type UpstreamHealthCheckerInput interface + ToUpstreamHealthCheckerOutput func() UpstreamHealthCheckerOutput + ToUpstreamHealthCheckerOutputWithContext func(context.Context) UpstreamHealthCheckerOutput + type UpstreamHealthCheckerOutput struct + func (UpstreamHealthCheckerOutput) ElementType() reflect.Type + func (o UpstreamHealthCheckerOutput) ActiveCheckHttpPath() pulumi.StringPtrOutput + func (o UpstreamHealthCheckerOutput) ActiveCheckInterval() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerOutput) ActiveCheckTimeout() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerOutput) EnableActiveCheck() pulumi.BoolOutput + func (o UpstreamHealthCheckerOutput) EnablePassiveCheck() pulumi.BoolOutput + func (o UpstreamHealthCheckerOutput) HealthyHttpStatus() pulumi.StringOutput + func (o UpstreamHealthCheckerOutput) HttpFailureThreshold() pulumi.IntOutput + func (o UpstreamHealthCheckerOutput) TcpFailureThreshold() pulumi.IntOutput + func (o UpstreamHealthCheckerOutput) TimeoutThreshold() pulumi.IntOutput + func (o UpstreamHealthCheckerOutput) ToUpstreamHealthCheckerOutput() UpstreamHealthCheckerOutput + func (o UpstreamHealthCheckerOutput) ToUpstreamHealthCheckerOutputWithContext(ctx context.Context) UpstreamHealthCheckerOutput + func (o UpstreamHealthCheckerOutput) ToUpstreamHealthCheckerPtrOutput() UpstreamHealthCheckerPtrOutput + func (o UpstreamHealthCheckerOutput) ToUpstreamHealthCheckerPtrOutputWithContext(ctx context.Context) UpstreamHealthCheckerPtrOutput + func (o UpstreamHealthCheckerOutput) UnhealthyHttpStatus() pulumi.StringOutput + func (o UpstreamHealthCheckerOutput) UnhealthyTimeout() pulumi.IntPtrOutput + type UpstreamHealthCheckerPtrInput interface + ToUpstreamHealthCheckerPtrOutput func() UpstreamHealthCheckerPtrOutput + ToUpstreamHealthCheckerPtrOutputWithContext func(context.Context) UpstreamHealthCheckerPtrOutput + func UpstreamHealthCheckerPtr(v *UpstreamHealthCheckerArgs) UpstreamHealthCheckerPtrInput + type UpstreamHealthCheckerPtrOutput struct + func (UpstreamHealthCheckerPtrOutput) ElementType() reflect.Type + func (o UpstreamHealthCheckerPtrOutput) ActiveCheckHttpPath() pulumi.StringPtrOutput + func (o UpstreamHealthCheckerPtrOutput) ActiveCheckInterval() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerPtrOutput) ActiveCheckTimeout() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerPtrOutput) Elem() UpstreamHealthCheckerOutput + func (o UpstreamHealthCheckerPtrOutput) EnableActiveCheck() pulumi.BoolPtrOutput + func (o UpstreamHealthCheckerPtrOutput) EnablePassiveCheck() pulumi.BoolPtrOutput + func (o UpstreamHealthCheckerPtrOutput) HealthyHttpStatus() pulumi.StringPtrOutput + func (o UpstreamHealthCheckerPtrOutput) HttpFailureThreshold() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerPtrOutput) TcpFailureThreshold() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerPtrOutput) TimeoutThreshold() pulumi.IntPtrOutput + func (o UpstreamHealthCheckerPtrOutput) ToUpstreamHealthCheckerPtrOutput() UpstreamHealthCheckerPtrOutput + func (o UpstreamHealthCheckerPtrOutput) ToUpstreamHealthCheckerPtrOutputWithContext(ctx context.Context) UpstreamHealthCheckerPtrOutput + func (o UpstreamHealthCheckerPtrOutput) UnhealthyHttpStatus() pulumi.StringPtrOutput + func (o UpstreamHealthCheckerPtrOutput) UnhealthyTimeout() pulumi.IntPtrOutput + type UpstreamInput interface + ToUpstreamOutput func() UpstreamOutput + ToUpstreamOutputWithContext func(ctx context.Context) UpstreamOutput + type UpstreamK8sService struct + ClusterId string + ExtraLabels []UpstreamK8sServiceExtraLabel + Name *string + Namespace string + Port int + ServiceName string + Weight int + type UpstreamK8sServiceArgs struct + ClusterId pulumi.StringInput + ExtraLabels UpstreamK8sServiceExtraLabelArrayInput + Name pulumi.StringPtrInput + Namespace pulumi.StringInput + Port pulumi.IntInput + ServiceName pulumi.StringInput + Weight pulumi.IntInput + func (UpstreamK8sServiceArgs) ElementType() reflect.Type + func (i UpstreamK8sServiceArgs) ToUpstreamK8sServiceOutput() UpstreamK8sServiceOutput + func (i UpstreamK8sServiceArgs) ToUpstreamK8sServiceOutputWithContext(ctx context.Context) UpstreamK8sServiceOutput + type UpstreamK8sServiceArray []UpstreamK8sServiceInput + func (UpstreamK8sServiceArray) ElementType() reflect.Type + func (i UpstreamK8sServiceArray) ToUpstreamK8sServiceArrayOutput() UpstreamK8sServiceArrayOutput + func (i UpstreamK8sServiceArray) ToUpstreamK8sServiceArrayOutputWithContext(ctx context.Context) UpstreamK8sServiceArrayOutput + type UpstreamK8sServiceArrayInput interface + ToUpstreamK8sServiceArrayOutput func() UpstreamK8sServiceArrayOutput + ToUpstreamK8sServiceArrayOutputWithContext func(context.Context) UpstreamK8sServiceArrayOutput + type UpstreamK8sServiceArrayOutput struct + func (UpstreamK8sServiceArrayOutput) ElementType() reflect.Type + func (o UpstreamK8sServiceArrayOutput) Index(i pulumi.IntInput) UpstreamK8sServiceOutput + func (o UpstreamK8sServiceArrayOutput) ToUpstreamK8sServiceArrayOutput() UpstreamK8sServiceArrayOutput + func (o UpstreamK8sServiceArrayOutput) ToUpstreamK8sServiceArrayOutputWithContext(ctx context.Context) UpstreamK8sServiceArrayOutput + type UpstreamK8sServiceExtraLabel struct + Key string + Value string + type UpstreamK8sServiceExtraLabelArgs struct + Key pulumi.StringInput + Value pulumi.StringInput + func (UpstreamK8sServiceExtraLabelArgs) ElementType() reflect.Type + func (i UpstreamK8sServiceExtraLabelArgs) ToUpstreamK8sServiceExtraLabelOutput() UpstreamK8sServiceExtraLabelOutput + func (i UpstreamK8sServiceExtraLabelArgs) ToUpstreamK8sServiceExtraLabelOutputWithContext(ctx context.Context) UpstreamK8sServiceExtraLabelOutput + type UpstreamK8sServiceExtraLabelArray []UpstreamK8sServiceExtraLabelInput + func (UpstreamK8sServiceExtraLabelArray) ElementType() reflect.Type + func (i UpstreamK8sServiceExtraLabelArray) ToUpstreamK8sServiceExtraLabelArrayOutput() UpstreamK8sServiceExtraLabelArrayOutput + func (i UpstreamK8sServiceExtraLabelArray) ToUpstreamK8sServiceExtraLabelArrayOutputWithContext(ctx context.Context) UpstreamK8sServiceExtraLabelArrayOutput + type UpstreamK8sServiceExtraLabelArrayInput interface + ToUpstreamK8sServiceExtraLabelArrayOutput func() UpstreamK8sServiceExtraLabelArrayOutput + ToUpstreamK8sServiceExtraLabelArrayOutputWithContext func(context.Context) UpstreamK8sServiceExtraLabelArrayOutput + type UpstreamK8sServiceExtraLabelArrayOutput struct + func (UpstreamK8sServiceExtraLabelArrayOutput) ElementType() reflect.Type + func (o UpstreamK8sServiceExtraLabelArrayOutput) Index(i pulumi.IntInput) UpstreamK8sServiceExtraLabelOutput + func (o UpstreamK8sServiceExtraLabelArrayOutput) ToUpstreamK8sServiceExtraLabelArrayOutput() UpstreamK8sServiceExtraLabelArrayOutput + func (o UpstreamK8sServiceExtraLabelArrayOutput) ToUpstreamK8sServiceExtraLabelArrayOutputWithContext(ctx context.Context) UpstreamK8sServiceExtraLabelArrayOutput + type UpstreamK8sServiceExtraLabelInput interface + ToUpstreamK8sServiceExtraLabelOutput func() UpstreamK8sServiceExtraLabelOutput + ToUpstreamK8sServiceExtraLabelOutputWithContext func(context.Context) UpstreamK8sServiceExtraLabelOutput + type UpstreamK8sServiceExtraLabelOutput struct + func (UpstreamK8sServiceExtraLabelOutput) ElementType() reflect.Type + func (o UpstreamK8sServiceExtraLabelOutput) Key() pulumi.StringOutput + func (o UpstreamK8sServiceExtraLabelOutput) ToUpstreamK8sServiceExtraLabelOutput() UpstreamK8sServiceExtraLabelOutput + func (o UpstreamK8sServiceExtraLabelOutput) ToUpstreamK8sServiceExtraLabelOutputWithContext(ctx context.Context) UpstreamK8sServiceExtraLabelOutput + func (o UpstreamK8sServiceExtraLabelOutput) Value() pulumi.StringOutput + type UpstreamK8sServiceInput interface + ToUpstreamK8sServiceOutput func() UpstreamK8sServiceOutput + ToUpstreamK8sServiceOutputWithContext func(context.Context) UpstreamK8sServiceOutput + type UpstreamK8sServiceOutput struct + func (UpstreamK8sServiceOutput) ElementType() reflect.Type + func (o UpstreamK8sServiceOutput) ClusterId() pulumi.StringOutput + func (o UpstreamK8sServiceOutput) ExtraLabels() UpstreamK8sServiceExtraLabelArrayOutput + func (o UpstreamK8sServiceOutput) Name() pulumi.StringPtrOutput + func (o UpstreamK8sServiceOutput) Namespace() pulumi.StringOutput + func (o UpstreamK8sServiceOutput) Port() pulumi.IntOutput + func (o UpstreamK8sServiceOutput) ServiceName() pulumi.StringOutput + func (o UpstreamK8sServiceOutput) ToUpstreamK8sServiceOutput() UpstreamK8sServiceOutput + func (o UpstreamK8sServiceOutput) ToUpstreamK8sServiceOutputWithContext(ctx context.Context) UpstreamK8sServiceOutput + func (o UpstreamK8sServiceOutput) Weight() pulumi.IntOutput + type UpstreamMap map[string]UpstreamInput + func (UpstreamMap) ElementType() reflect.Type + func (i UpstreamMap) ToUpstreamMapOutput() UpstreamMapOutput + func (i UpstreamMap) ToUpstreamMapOutputWithContext(ctx context.Context) UpstreamMapOutput + type UpstreamMapInput interface + ToUpstreamMapOutput func() UpstreamMapOutput + ToUpstreamMapOutputWithContext func(context.Context) UpstreamMapOutput + type UpstreamMapOutput struct + func (UpstreamMapOutput) ElementType() reflect.Type + func (o UpstreamMapOutput) MapIndex(k pulumi.StringInput) UpstreamOutput + func (o UpstreamMapOutput) ToUpstreamMapOutput() UpstreamMapOutput + func (o UpstreamMapOutput) ToUpstreamMapOutputWithContext(ctx context.Context) UpstreamMapOutput + type UpstreamNode struct + ClusterId *string + Host string + NameSpace *string + Port int + ServiceName *string + Source *string + Tags []string + UniqueServiceName *string + VmInstanceId *string + Weight int + type UpstreamNodeArgs struct + ClusterId pulumi.StringPtrInput + Host pulumi.StringInput + NameSpace pulumi.StringPtrInput + Port pulumi.IntInput + ServiceName pulumi.StringPtrInput + Source pulumi.StringPtrInput + Tags pulumi.StringArrayInput + UniqueServiceName pulumi.StringPtrInput + VmInstanceId pulumi.StringPtrInput + Weight pulumi.IntInput + func (UpstreamNodeArgs) ElementType() reflect.Type + func (i UpstreamNodeArgs) ToUpstreamNodeOutput() UpstreamNodeOutput + func (i UpstreamNodeArgs) ToUpstreamNodeOutputWithContext(ctx context.Context) UpstreamNodeOutput + type UpstreamNodeArray []UpstreamNodeInput + func (UpstreamNodeArray) ElementType() reflect.Type + func (i UpstreamNodeArray) ToUpstreamNodeArrayOutput() UpstreamNodeArrayOutput + func (i UpstreamNodeArray) ToUpstreamNodeArrayOutputWithContext(ctx context.Context) UpstreamNodeArrayOutput + type UpstreamNodeArrayInput interface + ToUpstreamNodeArrayOutput func() UpstreamNodeArrayOutput + ToUpstreamNodeArrayOutputWithContext func(context.Context) UpstreamNodeArrayOutput + type UpstreamNodeArrayOutput struct + func (UpstreamNodeArrayOutput) ElementType() reflect.Type + func (o UpstreamNodeArrayOutput) Index(i pulumi.IntInput) UpstreamNodeOutput + func (o UpstreamNodeArrayOutput) ToUpstreamNodeArrayOutput() UpstreamNodeArrayOutput + func (o UpstreamNodeArrayOutput) ToUpstreamNodeArrayOutputWithContext(ctx context.Context) UpstreamNodeArrayOutput + type UpstreamNodeInput interface + ToUpstreamNodeOutput func() UpstreamNodeOutput + ToUpstreamNodeOutputWithContext func(context.Context) UpstreamNodeOutput + type UpstreamNodeOutput struct + func (UpstreamNodeOutput) ElementType() reflect.Type + func (o UpstreamNodeOutput) ClusterId() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) Host() pulumi.StringOutput + func (o UpstreamNodeOutput) NameSpace() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) Port() pulumi.IntOutput + func (o UpstreamNodeOutput) ServiceName() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) Source() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) Tags() pulumi.StringArrayOutput + func (o UpstreamNodeOutput) ToUpstreamNodeOutput() UpstreamNodeOutput + func (o UpstreamNodeOutput) ToUpstreamNodeOutputWithContext(ctx context.Context) UpstreamNodeOutput + func (o UpstreamNodeOutput) UniqueServiceName() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) VmInstanceId() pulumi.StringPtrOutput + func (o UpstreamNodeOutput) Weight() pulumi.IntOutput + type UpstreamOutput struct + func (UpstreamOutput) ElementType() reflect.Type + func (o UpstreamOutput) Algorithm() pulumi.StringOutput + func (o UpstreamOutput) HealthChecker() UpstreamHealthCheckerPtrOutput + func (o UpstreamOutput) K8sServices() UpstreamK8sServiceArrayOutput + func (o UpstreamOutput) Nodes() UpstreamNodeArrayOutput + func (o UpstreamOutput) Retries() pulumi.IntPtrOutput + func (o UpstreamOutput) Scheme() pulumi.StringOutput + func (o UpstreamOutput) Tags() pulumi.MapOutput + func (o UpstreamOutput) ToUpstreamOutput() UpstreamOutput + func (o UpstreamOutput) ToUpstreamOutputWithContext(ctx context.Context) UpstreamOutput + func (o UpstreamOutput) UniqVpcId() pulumi.StringOutput + func (o UpstreamOutput) UpstreamDescription() pulumi.StringPtrOutput + func (o UpstreamOutput) UpstreamHost() pulumi.StringPtrOutput + func (o UpstreamOutput) UpstreamName() pulumi.StringPtrOutput + func (o UpstreamOutput) UpstreamType() pulumi.StringPtrOutput + type UpstreamState struct + Algorithm pulumi.StringPtrInput + HealthChecker UpstreamHealthCheckerPtrInput + K8sServices UpstreamK8sServiceArrayInput + Nodes UpstreamNodeArrayInput + Retries pulumi.IntPtrInput + Scheme pulumi.StringPtrInput + Tags pulumi.MapInput + UniqVpcId pulumi.StringPtrInput + UpstreamDescription pulumi.StringPtrInput + UpstreamHost pulumi.StringPtrInput + UpstreamName pulumi.StringPtrInput + UpstreamType pulumi.StringPtrInput + func (UpstreamState) ElementType() reflect.Type + type UsagePlan struct + AttachApiKeys pulumi.StringArrayOutput + AttachLists UsagePlanAttachListArrayOutput + CreateTime pulumi.StringOutput + MaxRequestNum pulumi.IntPtrOutput + MaxRequestNumPreSec pulumi.IntPtrOutput + ModifyTime pulumi.StringOutput + UsagePlanDesc pulumi.StringPtrOutput + UsagePlanName pulumi.StringOutput + func GetUsagePlan(ctx *pulumi.Context, name string, id pulumi.IDInput, state *UsagePlanState, ...) (*UsagePlan, error) + func NewUsagePlan(ctx *pulumi.Context, name string, args *UsagePlanArgs, ...) (*UsagePlan, error) + func (*UsagePlan) ElementType() reflect.Type + func (i *UsagePlan) ToUsagePlanOutput() UsagePlanOutput + func (i *UsagePlan) ToUsagePlanOutputWithContext(ctx context.Context) UsagePlanOutput + type UsagePlanArgs struct + MaxRequestNum pulumi.IntPtrInput + MaxRequestNumPreSec pulumi.IntPtrInput + UsagePlanDesc pulumi.StringPtrInput + UsagePlanName pulumi.StringInput + func (UsagePlanArgs) ElementType() reflect.Type + type UsagePlanArray []UsagePlanInput + func (UsagePlanArray) ElementType() reflect.Type + func (i UsagePlanArray) ToUsagePlanArrayOutput() UsagePlanArrayOutput + func (i UsagePlanArray) ToUsagePlanArrayOutputWithContext(ctx context.Context) UsagePlanArrayOutput + type UsagePlanArrayInput interface + ToUsagePlanArrayOutput func() UsagePlanArrayOutput + ToUsagePlanArrayOutputWithContext func(context.Context) UsagePlanArrayOutput + type UsagePlanArrayOutput struct + func (UsagePlanArrayOutput) ElementType() reflect.Type + func (o UsagePlanArrayOutput) Index(i pulumi.IntInput) UsagePlanOutput + func (o UsagePlanArrayOutput) ToUsagePlanArrayOutput() UsagePlanArrayOutput + func (o UsagePlanArrayOutput) ToUsagePlanArrayOutputWithContext(ctx context.Context) UsagePlanArrayOutput + type UsagePlanAttachList struct + ApiId *string + ApiName *string + CreateTime *string + Environment *string + Method *string + ModifyTime *string + Path *string + ServiceId *string + ServiceName *string + type UsagePlanAttachListArgs struct + ApiId pulumi.StringPtrInput + ApiName pulumi.StringPtrInput + CreateTime pulumi.StringPtrInput + Environment pulumi.StringPtrInput + Method pulumi.StringPtrInput + ModifyTime pulumi.StringPtrInput + Path pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + ServiceName pulumi.StringPtrInput + func (UsagePlanAttachListArgs) ElementType() reflect.Type + func (i UsagePlanAttachListArgs) ToUsagePlanAttachListOutput() UsagePlanAttachListOutput + func (i UsagePlanAttachListArgs) ToUsagePlanAttachListOutputWithContext(ctx context.Context) UsagePlanAttachListOutput + type UsagePlanAttachListArray []UsagePlanAttachListInput + func (UsagePlanAttachListArray) ElementType() reflect.Type + func (i UsagePlanAttachListArray) ToUsagePlanAttachListArrayOutput() UsagePlanAttachListArrayOutput + func (i UsagePlanAttachListArray) ToUsagePlanAttachListArrayOutputWithContext(ctx context.Context) UsagePlanAttachListArrayOutput + type UsagePlanAttachListArrayInput interface + ToUsagePlanAttachListArrayOutput func() UsagePlanAttachListArrayOutput + ToUsagePlanAttachListArrayOutputWithContext func(context.Context) UsagePlanAttachListArrayOutput + type UsagePlanAttachListArrayOutput struct + func (UsagePlanAttachListArrayOutput) ElementType() reflect.Type + func (o UsagePlanAttachListArrayOutput) Index(i pulumi.IntInput) UsagePlanAttachListOutput + func (o UsagePlanAttachListArrayOutput) ToUsagePlanAttachListArrayOutput() UsagePlanAttachListArrayOutput + func (o UsagePlanAttachListArrayOutput) ToUsagePlanAttachListArrayOutputWithContext(ctx context.Context) UsagePlanAttachListArrayOutput + type UsagePlanAttachListInput interface + ToUsagePlanAttachListOutput func() UsagePlanAttachListOutput + ToUsagePlanAttachListOutputWithContext func(context.Context) UsagePlanAttachListOutput + type UsagePlanAttachListOutput struct + func (UsagePlanAttachListOutput) ElementType() reflect.Type + func (o UsagePlanAttachListOutput) ApiId() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) ApiName() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) CreateTime() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) Environment() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) Method() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) ModifyTime() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) Path() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) ServiceId() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) ServiceName() pulumi.StringPtrOutput + func (o UsagePlanAttachListOutput) ToUsagePlanAttachListOutput() UsagePlanAttachListOutput + func (o UsagePlanAttachListOutput) ToUsagePlanAttachListOutputWithContext(ctx context.Context) UsagePlanAttachListOutput + type UsagePlanAttachment struct + AccessKeyIds pulumi.StringArrayOutput + ApiId pulumi.StringPtrOutput + BindType pulumi.StringPtrOutput + Environment pulumi.StringOutput + ServiceId pulumi.StringOutput + UsagePlanId pulumi.StringOutput + func GetUsagePlanAttachment(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*UsagePlanAttachment, error) + func NewUsagePlanAttachment(ctx *pulumi.Context, name string, args *UsagePlanAttachmentArgs, ...) (*UsagePlanAttachment, error) + func (*UsagePlanAttachment) ElementType() reflect.Type + func (i *UsagePlanAttachment) ToUsagePlanAttachmentOutput() UsagePlanAttachmentOutput + func (i *UsagePlanAttachment) ToUsagePlanAttachmentOutputWithContext(ctx context.Context) UsagePlanAttachmentOutput + type UsagePlanAttachmentArgs struct + AccessKeyIds pulumi.StringArrayInput + ApiId pulumi.StringPtrInput + BindType pulumi.StringPtrInput + Environment pulumi.StringInput + ServiceId pulumi.StringInput + UsagePlanId pulumi.StringInput + func (UsagePlanAttachmentArgs) ElementType() reflect.Type + type UsagePlanAttachmentArray []UsagePlanAttachmentInput + func (UsagePlanAttachmentArray) ElementType() reflect.Type + func (i UsagePlanAttachmentArray) ToUsagePlanAttachmentArrayOutput() UsagePlanAttachmentArrayOutput + func (i UsagePlanAttachmentArray) ToUsagePlanAttachmentArrayOutputWithContext(ctx context.Context) UsagePlanAttachmentArrayOutput + type UsagePlanAttachmentArrayInput interface + ToUsagePlanAttachmentArrayOutput func() UsagePlanAttachmentArrayOutput + ToUsagePlanAttachmentArrayOutputWithContext func(context.Context) UsagePlanAttachmentArrayOutput + type UsagePlanAttachmentArrayOutput struct + func (UsagePlanAttachmentArrayOutput) ElementType() reflect.Type + func (o UsagePlanAttachmentArrayOutput) Index(i pulumi.IntInput) UsagePlanAttachmentOutput + func (o UsagePlanAttachmentArrayOutput) ToUsagePlanAttachmentArrayOutput() UsagePlanAttachmentArrayOutput + func (o UsagePlanAttachmentArrayOutput) ToUsagePlanAttachmentArrayOutputWithContext(ctx context.Context) UsagePlanAttachmentArrayOutput + type UsagePlanAttachmentInput interface + ToUsagePlanAttachmentOutput func() UsagePlanAttachmentOutput + ToUsagePlanAttachmentOutputWithContext func(ctx context.Context) UsagePlanAttachmentOutput + type UsagePlanAttachmentMap map[string]UsagePlanAttachmentInput + func (UsagePlanAttachmentMap) ElementType() reflect.Type + func (i UsagePlanAttachmentMap) ToUsagePlanAttachmentMapOutput() UsagePlanAttachmentMapOutput + func (i UsagePlanAttachmentMap) ToUsagePlanAttachmentMapOutputWithContext(ctx context.Context) UsagePlanAttachmentMapOutput + type UsagePlanAttachmentMapInput interface + ToUsagePlanAttachmentMapOutput func() UsagePlanAttachmentMapOutput + ToUsagePlanAttachmentMapOutputWithContext func(context.Context) UsagePlanAttachmentMapOutput + type UsagePlanAttachmentMapOutput struct + func (UsagePlanAttachmentMapOutput) ElementType() reflect.Type + func (o UsagePlanAttachmentMapOutput) MapIndex(k pulumi.StringInput) UsagePlanAttachmentOutput + func (o UsagePlanAttachmentMapOutput) ToUsagePlanAttachmentMapOutput() UsagePlanAttachmentMapOutput + func (o UsagePlanAttachmentMapOutput) ToUsagePlanAttachmentMapOutputWithContext(ctx context.Context) UsagePlanAttachmentMapOutput + type UsagePlanAttachmentOutput struct + func (UsagePlanAttachmentOutput) ElementType() reflect.Type + func (o UsagePlanAttachmentOutput) AccessKeyIds() pulumi.StringArrayOutput + func (o UsagePlanAttachmentOutput) ApiId() pulumi.StringPtrOutput + func (o UsagePlanAttachmentOutput) BindType() pulumi.StringPtrOutput + func (o UsagePlanAttachmentOutput) Environment() pulumi.StringOutput + func (o UsagePlanAttachmentOutput) ServiceId() pulumi.StringOutput + func (o UsagePlanAttachmentOutput) ToUsagePlanAttachmentOutput() UsagePlanAttachmentOutput + func (o UsagePlanAttachmentOutput) ToUsagePlanAttachmentOutputWithContext(ctx context.Context) UsagePlanAttachmentOutput + func (o UsagePlanAttachmentOutput) UsagePlanId() pulumi.StringOutput + type UsagePlanAttachmentState struct + AccessKeyIds pulumi.StringArrayInput + ApiId pulumi.StringPtrInput + BindType pulumi.StringPtrInput + Environment pulumi.StringPtrInput + ServiceId pulumi.StringPtrInput + UsagePlanId pulumi.StringPtrInput + func (UsagePlanAttachmentState) ElementType() reflect.Type + type UsagePlanInput interface + ToUsagePlanOutput func() UsagePlanOutput + ToUsagePlanOutputWithContext func(ctx context.Context) UsagePlanOutput + type UsagePlanMap map[string]UsagePlanInput + func (UsagePlanMap) ElementType() reflect.Type + func (i UsagePlanMap) ToUsagePlanMapOutput() UsagePlanMapOutput + func (i UsagePlanMap) ToUsagePlanMapOutputWithContext(ctx context.Context) UsagePlanMapOutput + type UsagePlanMapInput interface + ToUsagePlanMapOutput func() UsagePlanMapOutput + ToUsagePlanMapOutputWithContext func(context.Context) UsagePlanMapOutput + type UsagePlanMapOutput struct + func (UsagePlanMapOutput) ElementType() reflect.Type + func (o UsagePlanMapOutput) MapIndex(k pulumi.StringInput) UsagePlanOutput + func (o UsagePlanMapOutput) ToUsagePlanMapOutput() UsagePlanMapOutput + func (o UsagePlanMapOutput) ToUsagePlanMapOutputWithContext(ctx context.Context) UsagePlanMapOutput + type UsagePlanOutput struct + func (UsagePlanOutput) ElementType() reflect.Type + func (o UsagePlanOutput) AttachApiKeys() pulumi.StringArrayOutput + func (o UsagePlanOutput) AttachLists() UsagePlanAttachListArrayOutput + func (o UsagePlanOutput) CreateTime() pulumi.StringOutput + func (o UsagePlanOutput) MaxRequestNum() pulumi.IntPtrOutput + func (o UsagePlanOutput) MaxRequestNumPreSec() pulumi.IntPtrOutput + func (o UsagePlanOutput) ModifyTime() pulumi.StringOutput + func (o UsagePlanOutput) ToUsagePlanOutput() UsagePlanOutput + func (o UsagePlanOutput) ToUsagePlanOutputWithContext(ctx context.Context) UsagePlanOutput + func (o UsagePlanOutput) UsagePlanDesc() pulumi.StringPtrOutput + func (o UsagePlanOutput) UsagePlanName() pulumi.StringOutput + type UsagePlanState struct + AttachApiKeys pulumi.StringArrayInput + AttachLists UsagePlanAttachListArrayInput + CreateTime pulumi.StringPtrInput + MaxRequestNum pulumi.IntPtrInput + MaxRequestNumPreSec pulumi.IntPtrInput + ModifyTime pulumi.StringPtrInput + UsagePlanDesc pulumi.StringPtrInput + UsagePlanName pulumi.StringPtrInput + func (UsagePlanState) ElementType() reflect.Type