cloud

package
v0.0.0-...-9ab2e28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIGatewayAPIKeysArgs

type APIGatewayAPIKeysArgs struct {
	ApiKeyId         *string `pulumi:"apiKeyId"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	SecretName       *string `pulumi:"secretName"`
}

A collection of arguments for invoking APIGatewayAPIKeys.

type APIGatewayAPIKeysList

type APIGatewayAPIKeysList struct {
	AccessKeySecret string `pulumi:"accessKeySecret"`
	ApiKeyId        string `pulumi:"apiKeyId"`
	CreateTime      string `pulumi:"createTime"`
	ModifyTime      string `pulumi:"modifyTime"`
	Status          string `pulumi:"status"`
}

type APIGatewayAPIKeysListArgs

type APIGatewayAPIKeysListArgs struct {
	AccessKeySecret pulumi.StringInput `pulumi:"accessKeySecret"`
	ApiKeyId        pulumi.StringInput `pulumi:"apiKeyId"`
	CreateTime      pulumi.StringInput `pulumi:"createTime"`
	ModifyTime      pulumi.StringInput `pulumi:"modifyTime"`
	Status          pulumi.StringInput `pulumi:"status"`
}

func (APIGatewayAPIKeysListArgs) ElementType

func (APIGatewayAPIKeysListArgs) ElementType() reflect.Type

func (APIGatewayAPIKeysListArgs) ToAPIGatewayAPIKeysListOutput

func (i APIGatewayAPIKeysListArgs) ToAPIGatewayAPIKeysListOutput() APIGatewayAPIKeysListOutput

func (APIGatewayAPIKeysListArgs) ToAPIGatewayAPIKeysListOutputWithContext

func (i APIGatewayAPIKeysListArgs) ToAPIGatewayAPIKeysListOutputWithContext(ctx context.Context) APIGatewayAPIKeysListOutput

type APIGatewayAPIKeysListArray

type APIGatewayAPIKeysListArray []APIGatewayAPIKeysListInput

func (APIGatewayAPIKeysListArray) ElementType

func (APIGatewayAPIKeysListArray) ElementType() reflect.Type

func (APIGatewayAPIKeysListArray) ToAPIGatewayAPIKeysListArrayOutput

func (i APIGatewayAPIKeysListArray) ToAPIGatewayAPIKeysListArrayOutput() APIGatewayAPIKeysListArrayOutput

func (APIGatewayAPIKeysListArray) ToAPIGatewayAPIKeysListArrayOutputWithContext

func (i APIGatewayAPIKeysListArray) ToAPIGatewayAPIKeysListArrayOutputWithContext(ctx context.Context) APIGatewayAPIKeysListArrayOutput

type APIGatewayAPIKeysListArrayInput

type APIGatewayAPIKeysListArrayInput interface {
	pulumi.Input

	ToAPIGatewayAPIKeysListArrayOutput() APIGatewayAPIKeysListArrayOutput
	ToAPIGatewayAPIKeysListArrayOutputWithContext(context.Context) APIGatewayAPIKeysListArrayOutput
}

APIGatewayAPIKeysListArrayInput is an input type that accepts APIGatewayAPIKeysListArray and APIGatewayAPIKeysListArrayOutput values. You can construct a concrete instance of `APIGatewayAPIKeysListArrayInput` via:

APIGatewayAPIKeysListArray{ APIGatewayAPIKeysListArgs{...} }

type APIGatewayAPIKeysListArrayOutput

type APIGatewayAPIKeysListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIKeysListArrayOutput) ElementType

func (APIGatewayAPIKeysListArrayOutput) Index

func (APIGatewayAPIKeysListArrayOutput) ToAPIGatewayAPIKeysListArrayOutput

func (o APIGatewayAPIKeysListArrayOutput) ToAPIGatewayAPIKeysListArrayOutput() APIGatewayAPIKeysListArrayOutput

func (APIGatewayAPIKeysListArrayOutput) ToAPIGatewayAPIKeysListArrayOutputWithContext

func (o APIGatewayAPIKeysListArrayOutput) ToAPIGatewayAPIKeysListArrayOutputWithContext(ctx context.Context) APIGatewayAPIKeysListArrayOutput

type APIGatewayAPIKeysListInput

type APIGatewayAPIKeysListInput interface {
	pulumi.Input

	ToAPIGatewayAPIKeysListOutput() APIGatewayAPIKeysListOutput
	ToAPIGatewayAPIKeysListOutputWithContext(context.Context) APIGatewayAPIKeysListOutput
}

APIGatewayAPIKeysListInput is an input type that accepts APIGatewayAPIKeysListArgs and APIGatewayAPIKeysListOutput values. You can construct a concrete instance of `APIGatewayAPIKeysListInput` via:

APIGatewayAPIKeysListArgs{...}

type APIGatewayAPIKeysListOutput

type APIGatewayAPIKeysListOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIKeysListOutput) AccessKeySecret

func (o APIGatewayAPIKeysListOutput) AccessKeySecret() pulumi.StringOutput

func (APIGatewayAPIKeysListOutput) ApiKeyId

func (APIGatewayAPIKeysListOutput) CreateTime

func (APIGatewayAPIKeysListOutput) ElementType

func (APIGatewayAPIKeysListOutput) ModifyTime

func (APIGatewayAPIKeysListOutput) Status

func (APIGatewayAPIKeysListOutput) ToAPIGatewayAPIKeysListOutput

func (o APIGatewayAPIKeysListOutput) ToAPIGatewayAPIKeysListOutput() APIGatewayAPIKeysListOutput

func (APIGatewayAPIKeysListOutput) ToAPIGatewayAPIKeysListOutputWithContext

func (o APIGatewayAPIKeysListOutput) ToAPIGatewayAPIKeysListOutputWithContext(ctx context.Context) APIGatewayAPIKeysListOutput

type APIGatewayAPIKeysOutputArgs

type APIGatewayAPIKeysOutputArgs struct {
	ApiKeyId         pulumi.StringPtrInput `pulumi:"apiKeyId"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	SecretName       pulumi.StringPtrInput `pulumi:"secretName"`
}

A collection of arguments for invoking APIGatewayAPIKeys.

func (APIGatewayAPIKeysOutputArgs) ElementType

type APIGatewayAPIKeysResult

type APIGatewayAPIKeysResult struct {
	ApiKeyId *string `pulumi:"apiKeyId"`
	// The provider-assigned unique ID for this managed resource.
	Id               string                  `pulumi:"id"`
	Lists            []APIGatewayAPIKeysList `pulumi:"lists"`
	ResultOutputFile *string                 `pulumi:"resultOutputFile"`
	SecretName       *string                 `pulumi:"secretName"`
}

A collection of values returned by APIGatewayAPIKeys.

type APIGatewayAPIKeysResultOutput

type APIGatewayAPIKeysResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayAPIKeys.

func (APIGatewayAPIKeysResultOutput) ApiKeyId

func (APIGatewayAPIKeysResultOutput) ElementType

func (APIGatewayAPIKeysResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayAPIKeysResultOutput) Lists

func (APIGatewayAPIKeysResultOutput) ResultOutputFile

func (APIGatewayAPIKeysResultOutput) SecretName

func (APIGatewayAPIKeysResultOutput) ToAPIGatewayAPIKeysResultOutput

func (o APIGatewayAPIKeysResultOutput) ToAPIGatewayAPIKeysResultOutput() APIGatewayAPIKeysResultOutput

func (APIGatewayAPIKeysResultOutput) ToAPIGatewayAPIKeysResultOutputWithContext

func (o APIGatewayAPIKeysResultOutput) ToAPIGatewayAPIKeysResultOutputWithContext(ctx context.Context) APIGatewayAPIKeysResultOutput

type APIGatewayAPIsArgs

type APIGatewayAPIsArgs struct {
	ApiId            *string `pulumi:"apiId"`
	ApiName          *string `pulumi:"apiName"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	ServiceId        string  `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayAPIs.

type APIGatewayAPIsList

type APIGatewayAPIsList struct {
	ApiDesc                           string                                `pulumi:"apiDesc"`
	ApiName                           string                                `pulumi:"apiName"`
	AuthType                          string                                `pulumi:"authType"`
	CreateTime                        string                                `pulumi:"createTime"`
	EnableCors                        bool                                  `pulumi:"enableCors"`
	ModifyTime                        string                                `pulumi:"modifyTime"`
	Protocol                          string                                `pulumi:"protocol"`
	RequestConfigMethod               string                                `pulumi:"requestConfigMethod"`
	RequestConfigPath                 string                                `pulumi:"requestConfigPath"`
	RequestParameters                 []APIGatewayAPIsListRequestParameter  `pulumi:"requestParameters"`
	ResponseErrorCodes                []APIGatewayAPIsListResponseErrorCode `pulumi:"responseErrorCodes"`
	ResponseFailExample               string                                `pulumi:"responseFailExample"`
	ResponseSuccessExample            string                                `pulumi:"responseSuccessExample"`
	ResponseType                      string                                `pulumi:"responseType"`
	ServiceConfigMethod               string                                `pulumi:"serviceConfigMethod"`
	ServiceConfigMockReturnMessage    string                                `pulumi:"serviceConfigMockReturnMessage"`
	ServiceConfigPath                 string                                `pulumi:"serviceConfigPath"`
	ServiceConfigProduct              string                                `pulumi:"serviceConfigProduct"`
	ServiceConfigScfFunctionName      string                                `pulumi:"serviceConfigScfFunctionName"`
	ServiceConfigScfFunctionNamespace string                                `pulumi:"serviceConfigScfFunctionNamespace"`
	ServiceConfigScfFunctionQualifier string                                `pulumi:"serviceConfigScfFunctionQualifier"`
	ServiceConfigTimeout              int                                   `pulumi:"serviceConfigTimeout"`
	ServiceConfigType                 string                                `pulumi:"serviceConfigType"`
	ServiceConfigUrl                  string                                `pulumi:"serviceConfigUrl"`
	ServiceConfigVpcId                string                                `pulumi:"serviceConfigVpcId"`
	ServiceId                         string                                `pulumi:"serviceId"`
}

type APIGatewayAPIsListArgs

type APIGatewayAPIsListArgs struct {
	ApiDesc                           pulumi.StringInput                            `pulumi:"apiDesc"`
	ApiName                           pulumi.StringInput                            `pulumi:"apiName"`
	AuthType                          pulumi.StringInput                            `pulumi:"authType"`
	CreateTime                        pulumi.StringInput                            `pulumi:"createTime"`
	EnableCors                        pulumi.BoolInput                              `pulumi:"enableCors"`
	ModifyTime                        pulumi.StringInput                            `pulumi:"modifyTime"`
	Protocol                          pulumi.StringInput                            `pulumi:"protocol"`
	RequestConfigMethod               pulumi.StringInput                            `pulumi:"requestConfigMethod"`
	RequestConfigPath                 pulumi.StringInput                            `pulumi:"requestConfigPath"`
	RequestParameters                 APIGatewayAPIsListRequestParameterArrayInput  `pulumi:"requestParameters"`
	ResponseErrorCodes                APIGatewayAPIsListResponseErrorCodeArrayInput `pulumi:"responseErrorCodes"`
	ResponseFailExample               pulumi.StringInput                            `pulumi:"responseFailExample"`
	ResponseSuccessExample            pulumi.StringInput                            `pulumi:"responseSuccessExample"`
	ResponseType                      pulumi.StringInput                            `pulumi:"responseType"`
	ServiceConfigMethod               pulumi.StringInput                            `pulumi:"serviceConfigMethod"`
	ServiceConfigMockReturnMessage    pulumi.StringInput                            `pulumi:"serviceConfigMockReturnMessage"`
	ServiceConfigPath                 pulumi.StringInput                            `pulumi:"serviceConfigPath"`
	ServiceConfigProduct              pulumi.StringInput                            `pulumi:"serviceConfigProduct"`
	ServiceConfigScfFunctionName      pulumi.StringInput                            `pulumi:"serviceConfigScfFunctionName"`
	ServiceConfigScfFunctionNamespace pulumi.StringInput                            `pulumi:"serviceConfigScfFunctionNamespace"`
	ServiceConfigScfFunctionQualifier pulumi.StringInput                            `pulumi:"serviceConfigScfFunctionQualifier"`
	ServiceConfigTimeout              pulumi.IntInput                               `pulumi:"serviceConfigTimeout"`
	ServiceConfigType                 pulumi.StringInput                            `pulumi:"serviceConfigType"`
	ServiceConfigUrl                  pulumi.StringInput                            `pulumi:"serviceConfigUrl"`
	ServiceConfigVpcId                pulumi.StringInput                            `pulumi:"serviceConfigVpcId"`
	ServiceId                         pulumi.StringInput                            `pulumi:"serviceId"`
}

func (APIGatewayAPIsListArgs) ElementType

func (APIGatewayAPIsListArgs) ElementType() reflect.Type

func (APIGatewayAPIsListArgs) ToAPIGatewayAPIsListOutput

func (i APIGatewayAPIsListArgs) ToAPIGatewayAPIsListOutput() APIGatewayAPIsListOutput

func (APIGatewayAPIsListArgs) ToAPIGatewayAPIsListOutputWithContext

func (i APIGatewayAPIsListArgs) ToAPIGatewayAPIsListOutputWithContext(ctx context.Context) APIGatewayAPIsListOutput

type APIGatewayAPIsListArray

type APIGatewayAPIsListArray []APIGatewayAPIsListInput

func (APIGatewayAPIsListArray) ElementType

func (APIGatewayAPIsListArray) ElementType() reflect.Type

func (APIGatewayAPIsListArray) ToAPIGatewayAPIsListArrayOutput

func (i APIGatewayAPIsListArray) ToAPIGatewayAPIsListArrayOutput() APIGatewayAPIsListArrayOutput

func (APIGatewayAPIsListArray) ToAPIGatewayAPIsListArrayOutputWithContext

func (i APIGatewayAPIsListArray) ToAPIGatewayAPIsListArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListArrayOutput

type APIGatewayAPIsListArrayInput

type APIGatewayAPIsListArrayInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListArrayOutput() APIGatewayAPIsListArrayOutput
	ToAPIGatewayAPIsListArrayOutputWithContext(context.Context) APIGatewayAPIsListArrayOutput
}

APIGatewayAPIsListArrayInput is an input type that accepts APIGatewayAPIsListArray and APIGatewayAPIsListArrayOutput values. You can construct a concrete instance of `APIGatewayAPIsListArrayInput` via:

APIGatewayAPIsListArray{ APIGatewayAPIsListArgs{...} }

type APIGatewayAPIsListArrayOutput

type APIGatewayAPIsListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListArrayOutput) ElementType

func (APIGatewayAPIsListArrayOutput) Index

func (APIGatewayAPIsListArrayOutput) ToAPIGatewayAPIsListArrayOutput

func (o APIGatewayAPIsListArrayOutput) ToAPIGatewayAPIsListArrayOutput() APIGatewayAPIsListArrayOutput

func (APIGatewayAPIsListArrayOutput) ToAPIGatewayAPIsListArrayOutputWithContext

func (o APIGatewayAPIsListArrayOutput) ToAPIGatewayAPIsListArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListArrayOutput

type APIGatewayAPIsListInput

type APIGatewayAPIsListInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListOutput() APIGatewayAPIsListOutput
	ToAPIGatewayAPIsListOutputWithContext(context.Context) APIGatewayAPIsListOutput
}

APIGatewayAPIsListInput is an input type that accepts APIGatewayAPIsListArgs and APIGatewayAPIsListOutput values. You can construct a concrete instance of `APIGatewayAPIsListInput` via:

APIGatewayAPIsListArgs{...}

type APIGatewayAPIsListOutput

type APIGatewayAPIsListOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListOutput) ApiDesc

func (APIGatewayAPIsListOutput) ApiName

func (APIGatewayAPIsListOutput) AuthType

func (APIGatewayAPIsListOutput) CreateTime

func (APIGatewayAPIsListOutput) ElementType

func (APIGatewayAPIsListOutput) ElementType() reflect.Type

func (APIGatewayAPIsListOutput) EnableCors

func (APIGatewayAPIsListOutput) ModifyTime

func (APIGatewayAPIsListOutput) Protocol

func (APIGatewayAPIsListOutput) RequestConfigMethod

func (o APIGatewayAPIsListOutput) RequestConfigMethod() pulumi.StringOutput

func (APIGatewayAPIsListOutput) RequestConfigPath

func (o APIGatewayAPIsListOutput) RequestConfigPath() pulumi.StringOutput

func (APIGatewayAPIsListOutput) RequestParameters

func (APIGatewayAPIsListOutput) ResponseErrorCodes

func (APIGatewayAPIsListOutput) ResponseFailExample

func (o APIGatewayAPIsListOutput) ResponseFailExample() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ResponseSuccessExample

func (o APIGatewayAPIsListOutput) ResponseSuccessExample() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ResponseType

func (o APIGatewayAPIsListOutput) ResponseType() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigMethod

func (o APIGatewayAPIsListOutput) ServiceConfigMethod() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigMockReturnMessage

func (o APIGatewayAPIsListOutput) ServiceConfigMockReturnMessage() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigPath

func (o APIGatewayAPIsListOutput) ServiceConfigPath() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigProduct

func (o APIGatewayAPIsListOutput) ServiceConfigProduct() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigScfFunctionName

func (o APIGatewayAPIsListOutput) ServiceConfigScfFunctionName() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigScfFunctionNamespace

func (o APIGatewayAPIsListOutput) ServiceConfigScfFunctionNamespace() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigScfFunctionQualifier

func (o APIGatewayAPIsListOutput) ServiceConfigScfFunctionQualifier() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigTimeout

func (o APIGatewayAPIsListOutput) ServiceConfigTimeout() pulumi.IntOutput

func (APIGatewayAPIsListOutput) ServiceConfigType

func (o APIGatewayAPIsListOutput) ServiceConfigType() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigUrl

func (o APIGatewayAPIsListOutput) ServiceConfigUrl() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceConfigVpcId

func (o APIGatewayAPIsListOutput) ServiceConfigVpcId() pulumi.StringOutput

func (APIGatewayAPIsListOutput) ServiceId

func (APIGatewayAPIsListOutput) ToAPIGatewayAPIsListOutput

func (o APIGatewayAPIsListOutput) ToAPIGatewayAPIsListOutput() APIGatewayAPIsListOutput

func (APIGatewayAPIsListOutput) ToAPIGatewayAPIsListOutputWithContext

func (o APIGatewayAPIsListOutput) ToAPIGatewayAPIsListOutputWithContext(ctx context.Context) APIGatewayAPIsListOutput

type APIGatewayAPIsListRequestParameter

type APIGatewayAPIsListRequestParameter struct {
	DefaultValue string `pulumi:"defaultValue"`
	Desc         string `pulumi:"desc"`
	Name         string `pulumi:"name"`
	Position     string `pulumi:"position"`
	Required     bool   `pulumi:"required"`
	Type         string `pulumi:"type"`
}

type APIGatewayAPIsListRequestParameterArgs

type APIGatewayAPIsListRequestParameterArgs struct {
	DefaultValue pulumi.StringInput `pulumi:"defaultValue"`
	Desc         pulumi.StringInput `pulumi:"desc"`
	Name         pulumi.StringInput `pulumi:"name"`
	Position     pulumi.StringInput `pulumi:"position"`
	Required     pulumi.BoolInput   `pulumi:"required"`
	Type         pulumi.StringInput `pulumi:"type"`
}

func (APIGatewayAPIsListRequestParameterArgs) ElementType

func (APIGatewayAPIsListRequestParameterArgs) ToAPIGatewayAPIsListRequestParameterOutput

func (i APIGatewayAPIsListRequestParameterArgs) ToAPIGatewayAPIsListRequestParameterOutput() APIGatewayAPIsListRequestParameterOutput

func (APIGatewayAPIsListRequestParameterArgs) ToAPIGatewayAPIsListRequestParameterOutputWithContext

func (i APIGatewayAPIsListRequestParameterArgs) ToAPIGatewayAPIsListRequestParameterOutputWithContext(ctx context.Context) APIGatewayAPIsListRequestParameterOutput

type APIGatewayAPIsListRequestParameterArray

type APIGatewayAPIsListRequestParameterArray []APIGatewayAPIsListRequestParameterInput

func (APIGatewayAPIsListRequestParameterArray) ElementType

func (APIGatewayAPIsListRequestParameterArray) ToAPIGatewayAPIsListRequestParameterArrayOutput

func (i APIGatewayAPIsListRequestParameterArray) ToAPIGatewayAPIsListRequestParameterArrayOutput() APIGatewayAPIsListRequestParameterArrayOutput

func (APIGatewayAPIsListRequestParameterArray) ToAPIGatewayAPIsListRequestParameterArrayOutputWithContext

func (i APIGatewayAPIsListRequestParameterArray) ToAPIGatewayAPIsListRequestParameterArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListRequestParameterArrayOutput

type APIGatewayAPIsListRequestParameterArrayInput

type APIGatewayAPIsListRequestParameterArrayInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListRequestParameterArrayOutput() APIGatewayAPIsListRequestParameterArrayOutput
	ToAPIGatewayAPIsListRequestParameterArrayOutputWithContext(context.Context) APIGatewayAPIsListRequestParameterArrayOutput
}

APIGatewayAPIsListRequestParameterArrayInput is an input type that accepts APIGatewayAPIsListRequestParameterArray and APIGatewayAPIsListRequestParameterArrayOutput values. You can construct a concrete instance of `APIGatewayAPIsListRequestParameterArrayInput` via:

APIGatewayAPIsListRequestParameterArray{ APIGatewayAPIsListRequestParameterArgs{...} }

type APIGatewayAPIsListRequestParameterArrayOutput

type APIGatewayAPIsListRequestParameterArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListRequestParameterArrayOutput) ElementType

func (APIGatewayAPIsListRequestParameterArrayOutput) Index

func (APIGatewayAPIsListRequestParameterArrayOutput) ToAPIGatewayAPIsListRequestParameterArrayOutput

func (o APIGatewayAPIsListRequestParameterArrayOutput) ToAPIGatewayAPIsListRequestParameterArrayOutput() APIGatewayAPIsListRequestParameterArrayOutput

func (APIGatewayAPIsListRequestParameterArrayOutput) ToAPIGatewayAPIsListRequestParameterArrayOutputWithContext

func (o APIGatewayAPIsListRequestParameterArrayOutput) ToAPIGatewayAPIsListRequestParameterArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListRequestParameterArrayOutput

type APIGatewayAPIsListRequestParameterInput

type APIGatewayAPIsListRequestParameterInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListRequestParameterOutput() APIGatewayAPIsListRequestParameterOutput
	ToAPIGatewayAPIsListRequestParameterOutputWithContext(context.Context) APIGatewayAPIsListRequestParameterOutput
}

APIGatewayAPIsListRequestParameterInput is an input type that accepts APIGatewayAPIsListRequestParameterArgs and APIGatewayAPIsListRequestParameterOutput values. You can construct a concrete instance of `APIGatewayAPIsListRequestParameterInput` via:

APIGatewayAPIsListRequestParameterArgs{...}

type APIGatewayAPIsListRequestParameterOutput

type APIGatewayAPIsListRequestParameterOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListRequestParameterOutput) DefaultValue

func (APIGatewayAPIsListRequestParameterOutput) Desc

func (APIGatewayAPIsListRequestParameterOutput) ElementType

func (APIGatewayAPIsListRequestParameterOutput) Name

func (APIGatewayAPIsListRequestParameterOutput) Position

func (APIGatewayAPIsListRequestParameterOutput) Required

func (APIGatewayAPIsListRequestParameterOutput) ToAPIGatewayAPIsListRequestParameterOutput

func (o APIGatewayAPIsListRequestParameterOutput) ToAPIGatewayAPIsListRequestParameterOutput() APIGatewayAPIsListRequestParameterOutput

func (APIGatewayAPIsListRequestParameterOutput) ToAPIGatewayAPIsListRequestParameterOutputWithContext

func (o APIGatewayAPIsListRequestParameterOutput) ToAPIGatewayAPIsListRequestParameterOutputWithContext(ctx context.Context) APIGatewayAPIsListRequestParameterOutput

func (APIGatewayAPIsListRequestParameterOutput) Type

type APIGatewayAPIsListResponseErrorCode

type APIGatewayAPIsListResponseErrorCode struct {
	Code          int    `pulumi:"code"`
	ConvertedCode int    `pulumi:"convertedCode"`
	Desc          string `pulumi:"desc"`
	Msg           string `pulumi:"msg"`
	NeedConvert   bool   `pulumi:"needConvert"`
}

type APIGatewayAPIsListResponseErrorCodeArgs

type APIGatewayAPIsListResponseErrorCodeArgs struct {
	Code          pulumi.IntInput    `pulumi:"code"`
	ConvertedCode pulumi.IntInput    `pulumi:"convertedCode"`
	Desc          pulumi.StringInput `pulumi:"desc"`
	Msg           pulumi.StringInput `pulumi:"msg"`
	NeedConvert   pulumi.BoolInput   `pulumi:"needConvert"`
}

func (APIGatewayAPIsListResponseErrorCodeArgs) ElementType

func (APIGatewayAPIsListResponseErrorCodeArgs) ToAPIGatewayAPIsListResponseErrorCodeOutput

func (i APIGatewayAPIsListResponseErrorCodeArgs) ToAPIGatewayAPIsListResponseErrorCodeOutput() APIGatewayAPIsListResponseErrorCodeOutput

func (APIGatewayAPIsListResponseErrorCodeArgs) ToAPIGatewayAPIsListResponseErrorCodeOutputWithContext

func (i APIGatewayAPIsListResponseErrorCodeArgs) ToAPIGatewayAPIsListResponseErrorCodeOutputWithContext(ctx context.Context) APIGatewayAPIsListResponseErrorCodeOutput

type APIGatewayAPIsListResponseErrorCodeArray

type APIGatewayAPIsListResponseErrorCodeArray []APIGatewayAPIsListResponseErrorCodeInput

func (APIGatewayAPIsListResponseErrorCodeArray) ElementType

func (APIGatewayAPIsListResponseErrorCodeArray) ToAPIGatewayAPIsListResponseErrorCodeArrayOutput

func (i APIGatewayAPIsListResponseErrorCodeArray) ToAPIGatewayAPIsListResponseErrorCodeArrayOutput() APIGatewayAPIsListResponseErrorCodeArrayOutput

func (APIGatewayAPIsListResponseErrorCodeArray) ToAPIGatewayAPIsListResponseErrorCodeArrayOutputWithContext

func (i APIGatewayAPIsListResponseErrorCodeArray) ToAPIGatewayAPIsListResponseErrorCodeArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListResponseErrorCodeArrayOutput

type APIGatewayAPIsListResponseErrorCodeArrayInput

type APIGatewayAPIsListResponseErrorCodeArrayInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListResponseErrorCodeArrayOutput() APIGatewayAPIsListResponseErrorCodeArrayOutput
	ToAPIGatewayAPIsListResponseErrorCodeArrayOutputWithContext(context.Context) APIGatewayAPIsListResponseErrorCodeArrayOutput
}

APIGatewayAPIsListResponseErrorCodeArrayInput is an input type that accepts APIGatewayAPIsListResponseErrorCodeArray and APIGatewayAPIsListResponseErrorCodeArrayOutput values. You can construct a concrete instance of `APIGatewayAPIsListResponseErrorCodeArrayInput` via:

APIGatewayAPIsListResponseErrorCodeArray{ APIGatewayAPIsListResponseErrorCodeArgs{...} }

type APIGatewayAPIsListResponseErrorCodeArrayOutput

type APIGatewayAPIsListResponseErrorCodeArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListResponseErrorCodeArrayOutput) ElementType

func (APIGatewayAPIsListResponseErrorCodeArrayOutput) Index

func (APIGatewayAPIsListResponseErrorCodeArrayOutput) ToAPIGatewayAPIsListResponseErrorCodeArrayOutput

func (o APIGatewayAPIsListResponseErrorCodeArrayOutput) ToAPIGatewayAPIsListResponseErrorCodeArrayOutput() APIGatewayAPIsListResponseErrorCodeArrayOutput

func (APIGatewayAPIsListResponseErrorCodeArrayOutput) ToAPIGatewayAPIsListResponseErrorCodeArrayOutputWithContext

func (o APIGatewayAPIsListResponseErrorCodeArrayOutput) ToAPIGatewayAPIsListResponseErrorCodeArrayOutputWithContext(ctx context.Context) APIGatewayAPIsListResponseErrorCodeArrayOutput

type APIGatewayAPIsListResponseErrorCodeInput

type APIGatewayAPIsListResponseErrorCodeInput interface {
	pulumi.Input

	ToAPIGatewayAPIsListResponseErrorCodeOutput() APIGatewayAPIsListResponseErrorCodeOutput
	ToAPIGatewayAPIsListResponseErrorCodeOutputWithContext(context.Context) APIGatewayAPIsListResponseErrorCodeOutput
}

APIGatewayAPIsListResponseErrorCodeInput is an input type that accepts APIGatewayAPIsListResponseErrorCodeArgs and APIGatewayAPIsListResponseErrorCodeOutput values. You can construct a concrete instance of `APIGatewayAPIsListResponseErrorCodeInput` via:

APIGatewayAPIsListResponseErrorCodeArgs{...}

type APIGatewayAPIsListResponseErrorCodeOutput

type APIGatewayAPIsListResponseErrorCodeOutput struct{ *pulumi.OutputState }

func (APIGatewayAPIsListResponseErrorCodeOutput) Code

func (APIGatewayAPIsListResponseErrorCodeOutput) ConvertedCode

func (APIGatewayAPIsListResponseErrorCodeOutput) Desc

func (APIGatewayAPIsListResponseErrorCodeOutput) ElementType

func (APIGatewayAPIsListResponseErrorCodeOutput) Msg

func (APIGatewayAPIsListResponseErrorCodeOutput) NeedConvert

func (APIGatewayAPIsListResponseErrorCodeOutput) ToAPIGatewayAPIsListResponseErrorCodeOutput

func (o APIGatewayAPIsListResponseErrorCodeOutput) ToAPIGatewayAPIsListResponseErrorCodeOutput() APIGatewayAPIsListResponseErrorCodeOutput

func (APIGatewayAPIsListResponseErrorCodeOutput) ToAPIGatewayAPIsListResponseErrorCodeOutputWithContext

func (o APIGatewayAPIsListResponseErrorCodeOutput) ToAPIGatewayAPIsListResponseErrorCodeOutputWithContext(ctx context.Context) APIGatewayAPIsListResponseErrorCodeOutput

type APIGatewayAPIsOutputArgs

type APIGatewayAPIsOutputArgs struct {
	ApiId            pulumi.StringPtrInput `pulumi:"apiId"`
	ApiName          pulumi.StringPtrInput `pulumi:"apiName"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringInput    `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayAPIs.

func (APIGatewayAPIsOutputArgs) ElementType

func (APIGatewayAPIsOutputArgs) ElementType() reflect.Type

type APIGatewayAPIsResult

type APIGatewayAPIsResult struct {
	ApiId   *string `pulumi:"apiId"`
	ApiName *string `pulumi:"apiName"`
	// The provider-assigned unique ID for this managed resource.
	Id               string               `pulumi:"id"`
	Lists            []APIGatewayAPIsList `pulumi:"lists"`
	ResultOutputFile *string              `pulumi:"resultOutputFile"`
	ServiceId        string               `pulumi:"serviceId"`
}

A collection of values returned by APIGatewayAPIs.

func APIGatewayAPIs

func APIGatewayAPIs(ctx *pulumi.Context, args *APIGatewayAPIsArgs, opts ...pulumi.InvokeOption) (*APIGatewayAPIsResult, error)

type APIGatewayAPIsResultOutput

type APIGatewayAPIsResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayAPIs.

func (APIGatewayAPIsResultOutput) ApiId

func (APIGatewayAPIsResultOutput) ApiName

func (APIGatewayAPIsResultOutput) ElementType

func (APIGatewayAPIsResultOutput) ElementType() reflect.Type

func (APIGatewayAPIsResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayAPIsResultOutput) Lists

func (APIGatewayAPIsResultOutput) ResultOutputFile

func (o APIGatewayAPIsResultOutput) ResultOutputFile() pulumi.StringPtrOutput

func (APIGatewayAPIsResultOutput) ServiceId

func (APIGatewayAPIsResultOutput) ToAPIGatewayAPIsResultOutput

func (o APIGatewayAPIsResultOutput) ToAPIGatewayAPIsResultOutput() APIGatewayAPIsResultOutput

func (APIGatewayAPIsResultOutput) ToAPIGatewayAPIsResultOutputWithContext

func (o APIGatewayAPIsResultOutput) ToAPIGatewayAPIsResultOutputWithContext(ctx context.Context) APIGatewayAPIsResultOutput

type APIGatewayCustomerDomainsArgs

type APIGatewayCustomerDomainsArgs struct {
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	ServiceId        string  `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayCustomerDomains.

type APIGatewayCustomerDomainsList

type APIGatewayCustomerDomainsList struct {
	CertificateId    string                                     `pulumi:"certificateId"`
	DomainName       string                                     `pulumi:"domainName"`
	IsDefaultMapping bool                                       `pulumi:"isDefaultMapping"`
	IsStatusOn       bool                                       `pulumi:"isStatusOn"`
	NetType          string                                     `pulumi:"netType"`
	PathMappings     []APIGatewayCustomerDomainsListPathMapping `pulumi:"pathMappings"`
	Protocol         string                                     `pulumi:"protocol"`
}

type APIGatewayCustomerDomainsListArgs

type APIGatewayCustomerDomainsListArgs struct {
	CertificateId    pulumi.StringInput                                 `pulumi:"certificateId"`
	DomainName       pulumi.StringInput                                 `pulumi:"domainName"`
	IsDefaultMapping pulumi.BoolInput                                   `pulumi:"isDefaultMapping"`
	IsStatusOn       pulumi.BoolInput                                   `pulumi:"isStatusOn"`
	NetType          pulumi.StringInput                                 `pulumi:"netType"`
	PathMappings     APIGatewayCustomerDomainsListPathMappingArrayInput `pulumi:"pathMappings"`
	Protocol         pulumi.StringInput                                 `pulumi:"protocol"`
}

func (APIGatewayCustomerDomainsListArgs) ElementType

func (APIGatewayCustomerDomainsListArgs) ToAPIGatewayCustomerDomainsListOutput

func (i APIGatewayCustomerDomainsListArgs) ToAPIGatewayCustomerDomainsListOutput() APIGatewayCustomerDomainsListOutput

func (APIGatewayCustomerDomainsListArgs) ToAPIGatewayCustomerDomainsListOutputWithContext

func (i APIGatewayCustomerDomainsListArgs) ToAPIGatewayCustomerDomainsListOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListOutput

type APIGatewayCustomerDomainsListArray

type APIGatewayCustomerDomainsListArray []APIGatewayCustomerDomainsListInput

func (APIGatewayCustomerDomainsListArray) ElementType

func (APIGatewayCustomerDomainsListArray) ToAPIGatewayCustomerDomainsListArrayOutput

func (i APIGatewayCustomerDomainsListArray) ToAPIGatewayCustomerDomainsListArrayOutput() APIGatewayCustomerDomainsListArrayOutput

func (APIGatewayCustomerDomainsListArray) ToAPIGatewayCustomerDomainsListArrayOutputWithContext

func (i APIGatewayCustomerDomainsListArray) ToAPIGatewayCustomerDomainsListArrayOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListArrayOutput

type APIGatewayCustomerDomainsListArrayInput

type APIGatewayCustomerDomainsListArrayInput interface {
	pulumi.Input

	ToAPIGatewayCustomerDomainsListArrayOutput() APIGatewayCustomerDomainsListArrayOutput
	ToAPIGatewayCustomerDomainsListArrayOutputWithContext(context.Context) APIGatewayCustomerDomainsListArrayOutput
}

APIGatewayCustomerDomainsListArrayInput is an input type that accepts APIGatewayCustomerDomainsListArray and APIGatewayCustomerDomainsListArrayOutput values. You can construct a concrete instance of `APIGatewayCustomerDomainsListArrayInput` via:

APIGatewayCustomerDomainsListArray{ APIGatewayCustomerDomainsListArgs{...} }

type APIGatewayCustomerDomainsListArrayOutput

type APIGatewayCustomerDomainsListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayCustomerDomainsListArrayOutput) ElementType

func (APIGatewayCustomerDomainsListArrayOutput) Index

func (APIGatewayCustomerDomainsListArrayOutput) ToAPIGatewayCustomerDomainsListArrayOutput

func (o APIGatewayCustomerDomainsListArrayOutput) ToAPIGatewayCustomerDomainsListArrayOutput() APIGatewayCustomerDomainsListArrayOutput

func (APIGatewayCustomerDomainsListArrayOutput) ToAPIGatewayCustomerDomainsListArrayOutputWithContext

func (o APIGatewayCustomerDomainsListArrayOutput) ToAPIGatewayCustomerDomainsListArrayOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListArrayOutput

type APIGatewayCustomerDomainsListInput

type APIGatewayCustomerDomainsListInput interface {
	pulumi.Input

	ToAPIGatewayCustomerDomainsListOutput() APIGatewayCustomerDomainsListOutput
	ToAPIGatewayCustomerDomainsListOutputWithContext(context.Context) APIGatewayCustomerDomainsListOutput
}

APIGatewayCustomerDomainsListInput is an input type that accepts APIGatewayCustomerDomainsListArgs and APIGatewayCustomerDomainsListOutput values. You can construct a concrete instance of `APIGatewayCustomerDomainsListInput` via:

APIGatewayCustomerDomainsListArgs{...}

type APIGatewayCustomerDomainsListOutput

type APIGatewayCustomerDomainsListOutput struct{ *pulumi.OutputState }

func (APIGatewayCustomerDomainsListOutput) CertificateId

func (APIGatewayCustomerDomainsListOutput) DomainName

func (APIGatewayCustomerDomainsListOutput) ElementType

func (APIGatewayCustomerDomainsListOutput) IsDefaultMapping

func (APIGatewayCustomerDomainsListOutput) IsStatusOn

func (APIGatewayCustomerDomainsListOutput) NetType

func (APIGatewayCustomerDomainsListOutput) PathMappings

func (APIGatewayCustomerDomainsListOutput) Protocol

func (APIGatewayCustomerDomainsListOutput) ToAPIGatewayCustomerDomainsListOutput

func (o APIGatewayCustomerDomainsListOutput) ToAPIGatewayCustomerDomainsListOutput() APIGatewayCustomerDomainsListOutput

func (APIGatewayCustomerDomainsListOutput) ToAPIGatewayCustomerDomainsListOutputWithContext

func (o APIGatewayCustomerDomainsListOutput) ToAPIGatewayCustomerDomainsListOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListOutput

type APIGatewayCustomerDomainsListPathMapping

type APIGatewayCustomerDomainsListPathMapping struct {
	Environment string `pulumi:"environment"`
	Path        string `pulumi:"path"`
}

type APIGatewayCustomerDomainsListPathMappingArgs

type APIGatewayCustomerDomainsListPathMappingArgs struct {
	Environment pulumi.StringInput `pulumi:"environment"`
	Path        pulumi.StringInput `pulumi:"path"`
}

func (APIGatewayCustomerDomainsListPathMappingArgs) ElementType

func (APIGatewayCustomerDomainsListPathMappingArgs) ToAPIGatewayCustomerDomainsListPathMappingOutput

func (i APIGatewayCustomerDomainsListPathMappingArgs) ToAPIGatewayCustomerDomainsListPathMappingOutput() APIGatewayCustomerDomainsListPathMappingOutput

func (APIGatewayCustomerDomainsListPathMappingArgs) ToAPIGatewayCustomerDomainsListPathMappingOutputWithContext

func (i APIGatewayCustomerDomainsListPathMappingArgs) ToAPIGatewayCustomerDomainsListPathMappingOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListPathMappingOutput

type APIGatewayCustomerDomainsListPathMappingArray

type APIGatewayCustomerDomainsListPathMappingArray []APIGatewayCustomerDomainsListPathMappingInput

func (APIGatewayCustomerDomainsListPathMappingArray) ElementType

func (APIGatewayCustomerDomainsListPathMappingArray) ToAPIGatewayCustomerDomainsListPathMappingArrayOutput

func (i APIGatewayCustomerDomainsListPathMappingArray) ToAPIGatewayCustomerDomainsListPathMappingArrayOutput() APIGatewayCustomerDomainsListPathMappingArrayOutput

func (APIGatewayCustomerDomainsListPathMappingArray) ToAPIGatewayCustomerDomainsListPathMappingArrayOutputWithContext

func (i APIGatewayCustomerDomainsListPathMappingArray) ToAPIGatewayCustomerDomainsListPathMappingArrayOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListPathMappingArrayOutput

type APIGatewayCustomerDomainsListPathMappingArrayInput

type APIGatewayCustomerDomainsListPathMappingArrayInput interface {
	pulumi.Input

	ToAPIGatewayCustomerDomainsListPathMappingArrayOutput() APIGatewayCustomerDomainsListPathMappingArrayOutput
	ToAPIGatewayCustomerDomainsListPathMappingArrayOutputWithContext(context.Context) APIGatewayCustomerDomainsListPathMappingArrayOutput
}

APIGatewayCustomerDomainsListPathMappingArrayInput is an input type that accepts APIGatewayCustomerDomainsListPathMappingArray and APIGatewayCustomerDomainsListPathMappingArrayOutput values. You can construct a concrete instance of `APIGatewayCustomerDomainsListPathMappingArrayInput` via:

APIGatewayCustomerDomainsListPathMappingArray{ APIGatewayCustomerDomainsListPathMappingArgs{...} }

type APIGatewayCustomerDomainsListPathMappingArrayOutput

type APIGatewayCustomerDomainsListPathMappingArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayCustomerDomainsListPathMappingArrayOutput) ElementType

func (APIGatewayCustomerDomainsListPathMappingArrayOutput) Index

func (APIGatewayCustomerDomainsListPathMappingArrayOutput) ToAPIGatewayCustomerDomainsListPathMappingArrayOutput

func (o APIGatewayCustomerDomainsListPathMappingArrayOutput) ToAPIGatewayCustomerDomainsListPathMappingArrayOutput() APIGatewayCustomerDomainsListPathMappingArrayOutput

func (APIGatewayCustomerDomainsListPathMappingArrayOutput) ToAPIGatewayCustomerDomainsListPathMappingArrayOutputWithContext

func (o APIGatewayCustomerDomainsListPathMappingArrayOutput) ToAPIGatewayCustomerDomainsListPathMappingArrayOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListPathMappingArrayOutput

type APIGatewayCustomerDomainsListPathMappingInput

type APIGatewayCustomerDomainsListPathMappingInput interface {
	pulumi.Input

	ToAPIGatewayCustomerDomainsListPathMappingOutput() APIGatewayCustomerDomainsListPathMappingOutput
	ToAPIGatewayCustomerDomainsListPathMappingOutputWithContext(context.Context) APIGatewayCustomerDomainsListPathMappingOutput
}

APIGatewayCustomerDomainsListPathMappingInput is an input type that accepts APIGatewayCustomerDomainsListPathMappingArgs and APIGatewayCustomerDomainsListPathMappingOutput values. You can construct a concrete instance of `APIGatewayCustomerDomainsListPathMappingInput` via:

APIGatewayCustomerDomainsListPathMappingArgs{...}

type APIGatewayCustomerDomainsListPathMappingOutput

type APIGatewayCustomerDomainsListPathMappingOutput struct{ *pulumi.OutputState }

func (APIGatewayCustomerDomainsListPathMappingOutput) ElementType

func (APIGatewayCustomerDomainsListPathMappingOutput) Environment

func (APIGatewayCustomerDomainsListPathMappingOutput) Path

func (APIGatewayCustomerDomainsListPathMappingOutput) ToAPIGatewayCustomerDomainsListPathMappingOutput

func (o APIGatewayCustomerDomainsListPathMappingOutput) ToAPIGatewayCustomerDomainsListPathMappingOutput() APIGatewayCustomerDomainsListPathMappingOutput

func (APIGatewayCustomerDomainsListPathMappingOutput) ToAPIGatewayCustomerDomainsListPathMappingOutputWithContext

func (o APIGatewayCustomerDomainsListPathMappingOutput) ToAPIGatewayCustomerDomainsListPathMappingOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsListPathMappingOutput

type APIGatewayCustomerDomainsOutputArgs

type APIGatewayCustomerDomainsOutputArgs struct {
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringInput    `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayCustomerDomains.

func (APIGatewayCustomerDomainsOutputArgs) ElementType

type APIGatewayCustomerDomainsResult

type APIGatewayCustomerDomainsResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                          `pulumi:"id"`
	Lists            []APIGatewayCustomerDomainsList `pulumi:"lists"`
	ResultOutputFile *string                         `pulumi:"resultOutputFile"`
	ServiceId        string                          `pulumi:"serviceId"`
}

A collection of values returned by APIGatewayCustomerDomains.

type APIGatewayCustomerDomainsResultOutput

type APIGatewayCustomerDomainsResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayCustomerDomains.

func (APIGatewayCustomerDomainsResultOutput) ElementType

func (APIGatewayCustomerDomainsResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayCustomerDomainsResultOutput) Lists

func (APIGatewayCustomerDomainsResultOutput) ResultOutputFile

func (APIGatewayCustomerDomainsResultOutput) ServiceId

func (APIGatewayCustomerDomainsResultOutput) ToAPIGatewayCustomerDomainsResultOutput

func (o APIGatewayCustomerDomainsResultOutput) ToAPIGatewayCustomerDomainsResultOutput() APIGatewayCustomerDomainsResultOutput

func (APIGatewayCustomerDomainsResultOutput) ToAPIGatewayCustomerDomainsResultOutputWithContext

func (o APIGatewayCustomerDomainsResultOutput) ToAPIGatewayCustomerDomainsResultOutputWithContext(ctx context.Context) APIGatewayCustomerDomainsResultOutput

type APIGatewayIpStrategyArgs

type APIGatewayIpStrategyArgs struct {
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	ServiceId        string  `pulumi:"serviceId"`
	StrategyName     *string `pulumi:"strategyName"`
}

A collection of arguments for invoking APIGatewayIpStrategy.

type APIGatewayIpStrategyList

type APIGatewayIpStrategyList struct {
	AttachLists       []APIGatewayIpStrategyListAttachList `pulumi:"attachLists"`
	BindApiTotalCount int                                  `pulumi:"bindApiTotalCount"`
	CreateTime        string                               `pulumi:"createTime"`
	IpList            string                               `pulumi:"ipList"`
	ModifyTime        string                               `pulumi:"modifyTime"`
	ServiceId         string                               `pulumi:"serviceId"`
	StrategyId        string                               `pulumi:"strategyId"`
	StrategyName      string                               `pulumi:"strategyName"`
	StrategyType      string                               `pulumi:"strategyType"`
}

type APIGatewayIpStrategyListArgs

type APIGatewayIpStrategyListArgs struct {
	AttachLists       APIGatewayIpStrategyListAttachListArrayInput `pulumi:"attachLists"`
	BindApiTotalCount pulumi.IntInput                              `pulumi:"bindApiTotalCount"`
	CreateTime        pulumi.StringInput                           `pulumi:"createTime"`
	IpList            pulumi.StringInput                           `pulumi:"ipList"`
	ModifyTime        pulumi.StringInput                           `pulumi:"modifyTime"`
	ServiceId         pulumi.StringInput                           `pulumi:"serviceId"`
	StrategyId        pulumi.StringInput                           `pulumi:"strategyId"`
	StrategyName      pulumi.StringInput                           `pulumi:"strategyName"`
	StrategyType      pulumi.StringInput                           `pulumi:"strategyType"`
}

func (APIGatewayIpStrategyListArgs) ElementType

func (APIGatewayIpStrategyListArgs) ToAPIGatewayIpStrategyListOutput

func (i APIGatewayIpStrategyListArgs) ToAPIGatewayIpStrategyListOutput() APIGatewayIpStrategyListOutput

func (APIGatewayIpStrategyListArgs) ToAPIGatewayIpStrategyListOutputWithContext

func (i APIGatewayIpStrategyListArgs) ToAPIGatewayIpStrategyListOutputWithContext(ctx context.Context) APIGatewayIpStrategyListOutput

type APIGatewayIpStrategyListArray

type APIGatewayIpStrategyListArray []APIGatewayIpStrategyListInput

func (APIGatewayIpStrategyListArray) ElementType

func (APIGatewayIpStrategyListArray) ToAPIGatewayIpStrategyListArrayOutput

func (i APIGatewayIpStrategyListArray) ToAPIGatewayIpStrategyListArrayOutput() APIGatewayIpStrategyListArrayOutput

func (APIGatewayIpStrategyListArray) ToAPIGatewayIpStrategyListArrayOutputWithContext

func (i APIGatewayIpStrategyListArray) ToAPIGatewayIpStrategyListArrayOutputWithContext(ctx context.Context) APIGatewayIpStrategyListArrayOutput

type APIGatewayIpStrategyListArrayInput

type APIGatewayIpStrategyListArrayInput interface {
	pulumi.Input

	ToAPIGatewayIpStrategyListArrayOutput() APIGatewayIpStrategyListArrayOutput
	ToAPIGatewayIpStrategyListArrayOutputWithContext(context.Context) APIGatewayIpStrategyListArrayOutput
}

APIGatewayIpStrategyListArrayInput is an input type that accepts APIGatewayIpStrategyListArray and APIGatewayIpStrategyListArrayOutput values. You can construct a concrete instance of `APIGatewayIpStrategyListArrayInput` via:

APIGatewayIpStrategyListArray{ APIGatewayIpStrategyListArgs{...} }

type APIGatewayIpStrategyListArrayOutput

type APIGatewayIpStrategyListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayIpStrategyListArrayOutput) ElementType

func (APIGatewayIpStrategyListArrayOutput) Index

func (APIGatewayIpStrategyListArrayOutput) ToAPIGatewayIpStrategyListArrayOutput

func (o APIGatewayIpStrategyListArrayOutput) ToAPIGatewayIpStrategyListArrayOutput() APIGatewayIpStrategyListArrayOutput

func (APIGatewayIpStrategyListArrayOutput) ToAPIGatewayIpStrategyListArrayOutputWithContext

func (o APIGatewayIpStrategyListArrayOutput) ToAPIGatewayIpStrategyListArrayOutputWithContext(ctx context.Context) APIGatewayIpStrategyListArrayOutput

type APIGatewayIpStrategyListAttachList

type APIGatewayIpStrategyListAttachList struct {
	ApiBusinessType        string                 `pulumi:"apiBusinessType"`
	ApiDesc                string                 `pulumi:"apiDesc"`
	ApiId                  string                 `pulumi:"apiId"`
	ApiName                string                 `pulumi:"apiName"`
	ApiType                string                 `pulumi:"apiType"`
	AuthRelationApiId      string                 `pulumi:"authRelationApiId"`
	AuthType               string                 `pulumi:"authType"`
	CreateTime             string                 `pulumi:"createTime"`
	Method                 string                 `pulumi:"method"`
	ModifyTime             string                 `pulumi:"modifyTime"`
	OauthConfig            map[string]interface{} `pulumi:"oauthConfig"`
	Path                   string                 `pulumi:"path"`
	Protocol               string                 `pulumi:"protocol"`
	RelationBusinessApiIds []string               `pulumi:"relationBusinessApiIds"`
	ServiceId              string                 `pulumi:"serviceId"`
	Tags                   []string               `pulumi:"tags"`
	UniqVpcId              string                 `pulumi:"uniqVpcId"`
	VpcId                  int                    `pulumi:"vpcId"`
}

type APIGatewayIpStrategyListAttachListArgs

type APIGatewayIpStrategyListAttachListArgs struct {
	ApiBusinessType        pulumi.StringInput      `pulumi:"apiBusinessType"`
	ApiDesc                pulumi.StringInput      `pulumi:"apiDesc"`
	ApiId                  pulumi.StringInput      `pulumi:"apiId"`
	ApiName                pulumi.StringInput      `pulumi:"apiName"`
	ApiType                pulumi.StringInput      `pulumi:"apiType"`
	AuthRelationApiId      pulumi.StringInput      `pulumi:"authRelationApiId"`
	AuthType               pulumi.StringInput      `pulumi:"authType"`
	CreateTime             pulumi.StringInput      `pulumi:"createTime"`
	Method                 pulumi.StringInput      `pulumi:"method"`
	ModifyTime             pulumi.StringInput      `pulumi:"modifyTime"`
	OauthConfig            pulumi.MapInput         `pulumi:"oauthConfig"`
	Path                   pulumi.StringInput      `pulumi:"path"`
	Protocol               pulumi.StringInput      `pulumi:"protocol"`
	RelationBusinessApiIds pulumi.StringArrayInput `pulumi:"relationBusinessApiIds"`
	ServiceId              pulumi.StringInput      `pulumi:"serviceId"`
	Tags                   pulumi.StringArrayInput `pulumi:"tags"`
	UniqVpcId              pulumi.StringInput      `pulumi:"uniqVpcId"`
	VpcId                  pulumi.IntInput         `pulumi:"vpcId"`
}

func (APIGatewayIpStrategyListAttachListArgs) ElementType

func (APIGatewayIpStrategyListAttachListArgs) ToAPIGatewayIpStrategyListAttachListOutput

func (i APIGatewayIpStrategyListAttachListArgs) ToAPIGatewayIpStrategyListAttachListOutput() APIGatewayIpStrategyListAttachListOutput

func (APIGatewayIpStrategyListAttachListArgs) ToAPIGatewayIpStrategyListAttachListOutputWithContext

func (i APIGatewayIpStrategyListAttachListArgs) ToAPIGatewayIpStrategyListAttachListOutputWithContext(ctx context.Context) APIGatewayIpStrategyListAttachListOutput

type APIGatewayIpStrategyListAttachListArray

type APIGatewayIpStrategyListAttachListArray []APIGatewayIpStrategyListAttachListInput

func (APIGatewayIpStrategyListAttachListArray) ElementType

func (APIGatewayIpStrategyListAttachListArray) ToAPIGatewayIpStrategyListAttachListArrayOutput

func (i APIGatewayIpStrategyListAttachListArray) ToAPIGatewayIpStrategyListAttachListArrayOutput() APIGatewayIpStrategyListAttachListArrayOutput

func (APIGatewayIpStrategyListAttachListArray) ToAPIGatewayIpStrategyListAttachListArrayOutputWithContext

func (i APIGatewayIpStrategyListAttachListArray) ToAPIGatewayIpStrategyListAttachListArrayOutputWithContext(ctx context.Context) APIGatewayIpStrategyListAttachListArrayOutput

type APIGatewayIpStrategyListAttachListArrayInput

type APIGatewayIpStrategyListAttachListArrayInput interface {
	pulumi.Input

	ToAPIGatewayIpStrategyListAttachListArrayOutput() APIGatewayIpStrategyListAttachListArrayOutput
	ToAPIGatewayIpStrategyListAttachListArrayOutputWithContext(context.Context) APIGatewayIpStrategyListAttachListArrayOutput
}

APIGatewayIpStrategyListAttachListArrayInput is an input type that accepts APIGatewayIpStrategyListAttachListArray and APIGatewayIpStrategyListAttachListArrayOutput values. You can construct a concrete instance of `APIGatewayIpStrategyListAttachListArrayInput` via:

APIGatewayIpStrategyListAttachListArray{ APIGatewayIpStrategyListAttachListArgs{...} }

type APIGatewayIpStrategyListAttachListArrayOutput

type APIGatewayIpStrategyListAttachListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayIpStrategyListAttachListArrayOutput) ElementType

func (APIGatewayIpStrategyListAttachListArrayOutput) Index

func (APIGatewayIpStrategyListAttachListArrayOutput) ToAPIGatewayIpStrategyListAttachListArrayOutput

func (o APIGatewayIpStrategyListAttachListArrayOutput) ToAPIGatewayIpStrategyListAttachListArrayOutput() APIGatewayIpStrategyListAttachListArrayOutput

func (APIGatewayIpStrategyListAttachListArrayOutput) ToAPIGatewayIpStrategyListAttachListArrayOutputWithContext

func (o APIGatewayIpStrategyListAttachListArrayOutput) ToAPIGatewayIpStrategyListAttachListArrayOutputWithContext(ctx context.Context) APIGatewayIpStrategyListAttachListArrayOutput

type APIGatewayIpStrategyListAttachListInput

type APIGatewayIpStrategyListAttachListInput interface {
	pulumi.Input

	ToAPIGatewayIpStrategyListAttachListOutput() APIGatewayIpStrategyListAttachListOutput
	ToAPIGatewayIpStrategyListAttachListOutputWithContext(context.Context) APIGatewayIpStrategyListAttachListOutput
}

APIGatewayIpStrategyListAttachListInput is an input type that accepts APIGatewayIpStrategyListAttachListArgs and APIGatewayIpStrategyListAttachListOutput values. You can construct a concrete instance of `APIGatewayIpStrategyListAttachListInput` via:

APIGatewayIpStrategyListAttachListArgs{...}

type APIGatewayIpStrategyListAttachListOutput

type APIGatewayIpStrategyListAttachListOutput struct{ *pulumi.OutputState }

func (APIGatewayIpStrategyListAttachListOutput) ApiBusinessType

func (APIGatewayIpStrategyListAttachListOutput) ApiDesc

func (APIGatewayIpStrategyListAttachListOutput) ApiId

func (APIGatewayIpStrategyListAttachListOutput) ApiName

func (APIGatewayIpStrategyListAttachListOutput) ApiType

func (APIGatewayIpStrategyListAttachListOutput) AuthRelationApiId

func (APIGatewayIpStrategyListAttachListOutput) AuthType

func (APIGatewayIpStrategyListAttachListOutput) CreateTime

func (APIGatewayIpStrategyListAttachListOutput) ElementType

func (APIGatewayIpStrategyListAttachListOutput) Method

func (APIGatewayIpStrategyListAttachListOutput) ModifyTime

func (APIGatewayIpStrategyListAttachListOutput) OauthConfig

func (APIGatewayIpStrategyListAttachListOutput) Path

func (APIGatewayIpStrategyListAttachListOutput) Protocol

func (APIGatewayIpStrategyListAttachListOutput) RelationBusinessApiIds

func (APIGatewayIpStrategyListAttachListOutput) ServiceId

func (APIGatewayIpStrategyListAttachListOutput) Tags

func (APIGatewayIpStrategyListAttachListOutput) ToAPIGatewayIpStrategyListAttachListOutput

func (o APIGatewayIpStrategyListAttachListOutput) ToAPIGatewayIpStrategyListAttachListOutput() APIGatewayIpStrategyListAttachListOutput

func (APIGatewayIpStrategyListAttachListOutput) ToAPIGatewayIpStrategyListAttachListOutputWithContext

func (o APIGatewayIpStrategyListAttachListOutput) ToAPIGatewayIpStrategyListAttachListOutputWithContext(ctx context.Context) APIGatewayIpStrategyListAttachListOutput

func (APIGatewayIpStrategyListAttachListOutput) UniqVpcId

func (APIGatewayIpStrategyListAttachListOutput) VpcId

type APIGatewayIpStrategyListInput

type APIGatewayIpStrategyListInput interface {
	pulumi.Input

	ToAPIGatewayIpStrategyListOutput() APIGatewayIpStrategyListOutput
	ToAPIGatewayIpStrategyListOutputWithContext(context.Context) APIGatewayIpStrategyListOutput
}

APIGatewayIpStrategyListInput is an input type that accepts APIGatewayIpStrategyListArgs and APIGatewayIpStrategyListOutput values. You can construct a concrete instance of `APIGatewayIpStrategyListInput` via:

APIGatewayIpStrategyListArgs{...}

type APIGatewayIpStrategyListOutput

type APIGatewayIpStrategyListOutput struct{ *pulumi.OutputState }

func (APIGatewayIpStrategyListOutput) AttachLists

func (APIGatewayIpStrategyListOutput) BindApiTotalCount

func (o APIGatewayIpStrategyListOutput) BindApiTotalCount() pulumi.IntOutput

func (APIGatewayIpStrategyListOutput) CreateTime

func (APIGatewayIpStrategyListOutput) ElementType

func (APIGatewayIpStrategyListOutput) IpList

func (APIGatewayIpStrategyListOutput) ModifyTime

func (APIGatewayIpStrategyListOutput) ServiceId

func (APIGatewayIpStrategyListOutput) StrategyId

func (APIGatewayIpStrategyListOutput) StrategyName

func (APIGatewayIpStrategyListOutput) StrategyType

func (APIGatewayIpStrategyListOutput) ToAPIGatewayIpStrategyListOutput

func (o APIGatewayIpStrategyListOutput) ToAPIGatewayIpStrategyListOutput() APIGatewayIpStrategyListOutput

func (APIGatewayIpStrategyListOutput) ToAPIGatewayIpStrategyListOutputWithContext

func (o APIGatewayIpStrategyListOutput) ToAPIGatewayIpStrategyListOutputWithContext(ctx context.Context) APIGatewayIpStrategyListOutput

type APIGatewayIpStrategyOutputArgs

type APIGatewayIpStrategyOutputArgs struct {
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringInput    `pulumi:"serviceId"`
	StrategyName     pulumi.StringPtrInput `pulumi:"strategyName"`
}

A collection of arguments for invoking APIGatewayIpStrategy.

func (APIGatewayIpStrategyOutputArgs) ElementType

type APIGatewayIpStrategyResult

type APIGatewayIpStrategyResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                     `pulumi:"id"`
	Lists            []APIGatewayIpStrategyList `pulumi:"lists"`
	ResultOutputFile *string                    `pulumi:"resultOutputFile"`
	ServiceId        string                     `pulumi:"serviceId"`
	StrategyName     *string                    `pulumi:"strategyName"`
}

A collection of values returned by APIGatewayIpStrategy.

type APIGatewayIpStrategyResultOutput

type APIGatewayIpStrategyResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayIpStrategy.

func (APIGatewayIpStrategyResultOutput) ElementType

func (APIGatewayIpStrategyResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayIpStrategyResultOutput) Lists

func (APIGatewayIpStrategyResultOutput) ResultOutputFile

func (APIGatewayIpStrategyResultOutput) ServiceId

func (APIGatewayIpStrategyResultOutput) StrategyName

func (APIGatewayIpStrategyResultOutput) ToAPIGatewayIpStrategyResultOutput

func (o APIGatewayIpStrategyResultOutput) ToAPIGatewayIpStrategyResultOutput() APIGatewayIpStrategyResultOutput

func (APIGatewayIpStrategyResultOutput) ToAPIGatewayIpStrategyResultOutputWithContext

func (o APIGatewayIpStrategyResultOutput) ToAPIGatewayIpStrategyResultOutputWithContext(ctx context.Context) APIGatewayIpStrategyResultOutput

type APIGatewayServicesArgs

type APIGatewayServicesArgs struct {
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	ServiceId        *string `pulumi:"serviceId"`
	ServiceName      *string `pulumi:"serviceName"`
}

A collection of arguments for invoking APIGatewayServices.

type APIGatewayServicesList

type APIGatewayServicesList struct {
	CreateTime        string                                `pulumi:"createTime"`
	ExclusiveSetName  string                                `pulumi:"exclusiveSetName"`
	InnerHttpPort     int                                   `pulumi:"innerHttpPort"`
	InnerHttpsPort    int                                   `pulumi:"innerHttpsPort"`
	InternalSubDomain string                                `pulumi:"internalSubDomain"`
	IpVersion         string                                `pulumi:"ipVersion"`
	ModifyTime        string                                `pulumi:"modifyTime"`
	NetTypes          []string                              `pulumi:"netTypes"`
	OuterSubDomain    string                                `pulumi:"outerSubDomain"`
	Protocol          string                                `pulumi:"protocol"`
	ServiceDesc       string                                `pulumi:"serviceDesc"`
	ServiceId         string                                `pulumi:"serviceId"`
	ServiceName       string                                `pulumi:"serviceName"`
	UsagePlanLists    []APIGatewayServicesListUsagePlanList `pulumi:"usagePlanLists"`
}

type APIGatewayServicesListArgs

type APIGatewayServicesListArgs struct {
	CreateTime        pulumi.StringInput                            `pulumi:"createTime"`
	ExclusiveSetName  pulumi.StringInput                            `pulumi:"exclusiveSetName"`
	InnerHttpPort     pulumi.IntInput                               `pulumi:"innerHttpPort"`
	InnerHttpsPort    pulumi.IntInput                               `pulumi:"innerHttpsPort"`
	InternalSubDomain pulumi.StringInput                            `pulumi:"internalSubDomain"`
	IpVersion         pulumi.StringInput                            `pulumi:"ipVersion"`
	ModifyTime        pulumi.StringInput                            `pulumi:"modifyTime"`
	NetTypes          pulumi.StringArrayInput                       `pulumi:"netTypes"`
	OuterSubDomain    pulumi.StringInput                            `pulumi:"outerSubDomain"`
	Protocol          pulumi.StringInput                            `pulumi:"protocol"`
	ServiceDesc       pulumi.StringInput                            `pulumi:"serviceDesc"`
	ServiceId         pulumi.StringInput                            `pulumi:"serviceId"`
	ServiceName       pulumi.StringInput                            `pulumi:"serviceName"`
	UsagePlanLists    APIGatewayServicesListUsagePlanListArrayInput `pulumi:"usagePlanLists"`
}

func (APIGatewayServicesListArgs) ElementType

func (APIGatewayServicesListArgs) ElementType() reflect.Type

func (APIGatewayServicesListArgs) ToAPIGatewayServicesListOutput

func (i APIGatewayServicesListArgs) ToAPIGatewayServicesListOutput() APIGatewayServicesListOutput

func (APIGatewayServicesListArgs) ToAPIGatewayServicesListOutputWithContext

func (i APIGatewayServicesListArgs) ToAPIGatewayServicesListOutputWithContext(ctx context.Context) APIGatewayServicesListOutput

type APIGatewayServicesListArray

type APIGatewayServicesListArray []APIGatewayServicesListInput

func (APIGatewayServicesListArray) ElementType

func (APIGatewayServicesListArray) ToAPIGatewayServicesListArrayOutput

func (i APIGatewayServicesListArray) ToAPIGatewayServicesListArrayOutput() APIGatewayServicesListArrayOutput

func (APIGatewayServicesListArray) ToAPIGatewayServicesListArrayOutputWithContext

func (i APIGatewayServicesListArray) ToAPIGatewayServicesListArrayOutputWithContext(ctx context.Context) APIGatewayServicesListArrayOutput

type APIGatewayServicesListArrayInput

type APIGatewayServicesListArrayInput interface {
	pulumi.Input

	ToAPIGatewayServicesListArrayOutput() APIGatewayServicesListArrayOutput
	ToAPIGatewayServicesListArrayOutputWithContext(context.Context) APIGatewayServicesListArrayOutput
}

APIGatewayServicesListArrayInput is an input type that accepts APIGatewayServicesListArray and APIGatewayServicesListArrayOutput values. You can construct a concrete instance of `APIGatewayServicesListArrayInput` via:

APIGatewayServicesListArray{ APIGatewayServicesListArgs{...} }

type APIGatewayServicesListArrayOutput

type APIGatewayServicesListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayServicesListArrayOutput) ElementType

func (APIGatewayServicesListArrayOutput) Index

func (APIGatewayServicesListArrayOutput) ToAPIGatewayServicesListArrayOutput

func (o APIGatewayServicesListArrayOutput) ToAPIGatewayServicesListArrayOutput() APIGatewayServicesListArrayOutput

func (APIGatewayServicesListArrayOutput) ToAPIGatewayServicesListArrayOutputWithContext

func (o APIGatewayServicesListArrayOutput) ToAPIGatewayServicesListArrayOutputWithContext(ctx context.Context) APIGatewayServicesListArrayOutput

type APIGatewayServicesListInput

type APIGatewayServicesListInput interface {
	pulumi.Input

	ToAPIGatewayServicesListOutput() APIGatewayServicesListOutput
	ToAPIGatewayServicesListOutputWithContext(context.Context) APIGatewayServicesListOutput
}

APIGatewayServicesListInput is an input type that accepts APIGatewayServicesListArgs and APIGatewayServicesListOutput values. You can construct a concrete instance of `APIGatewayServicesListInput` via:

APIGatewayServicesListArgs{...}

type APIGatewayServicesListOutput

type APIGatewayServicesListOutput struct{ *pulumi.OutputState }

func (APIGatewayServicesListOutput) CreateTime

func (APIGatewayServicesListOutput) ElementType

func (APIGatewayServicesListOutput) ExclusiveSetName

func (o APIGatewayServicesListOutput) ExclusiveSetName() pulumi.StringOutput

func (APIGatewayServicesListOutput) InnerHttpPort

func (o APIGatewayServicesListOutput) InnerHttpPort() pulumi.IntOutput

func (APIGatewayServicesListOutput) InnerHttpsPort

func (o APIGatewayServicesListOutput) InnerHttpsPort() pulumi.IntOutput

func (APIGatewayServicesListOutput) InternalSubDomain

func (o APIGatewayServicesListOutput) InternalSubDomain() pulumi.StringOutput

func (APIGatewayServicesListOutput) IpVersion

func (APIGatewayServicesListOutput) ModifyTime

func (APIGatewayServicesListOutput) NetTypes

func (APIGatewayServicesListOutput) OuterSubDomain

func (APIGatewayServicesListOutput) Protocol

func (APIGatewayServicesListOutput) ServiceDesc

func (APIGatewayServicesListOutput) ServiceId

func (APIGatewayServicesListOutput) ServiceName

func (APIGatewayServicesListOutput) ToAPIGatewayServicesListOutput

func (o APIGatewayServicesListOutput) ToAPIGatewayServicesListOutput() APIGatewayServicesListOutput

func (APIGatewayServicesListOutput) ToAPIGatewayServicesListOutputWithContext

func (o APIGatewayServicesListOutput) ToAPIGatewayServicesListOutputWithContext(ctx context.Context) APIGatewayServicesListOutput

func (APIGatewayServicesListOutput) UsagePlanLists

type APIGatewayServicesListUsagePlanList

type APIGatewayServicesListUsagePlanList struct {
	ApiId         string `pulumi:"apiId"`
	BindType      string `pulumi:"bindType"`
	UsagePlanId   string `pulumi:"usagePlanId"`
	UsagePlanName string `pulumi:"usagePlanName"`
}

type APIGatewayServicesListUsagePlanListArgs

type APIGatewayServicesListUsagePlanListArgs struct {
	ApiId         pulumi.StringInput `pulumi:"apiId"`
	BindType      pulumi.StringInput `pulumi:"bindType"`
	UsagePlanId   pulumi.StringInput `pulumi:"usagePlanId"`
	UsagePlanName pulumi.StringInput `pulumi:"usagePlanName"`
}

func (APIGatewayServicesListUsagePlanListArgs) ElementType

func (APIGatewayServicesListUsagePlanListArgs) ToAPIGatewayServicesListUsagePlanListOutput

func (i APIGatewayServicesListUsagePlanListArgs) ToAPIGatewayServicesListUsagePlanListOutput() APIGatewayServicesListUsagePlanListOutput

func (APIGatewayServicesListUsagePlanListArgs) ToAPIGatewayServicesListUsagePlanListOutputWithContext

func (i APIGatewayServicesListUsagePlanListArgs) ToAPIGatewayServicesListUsagePlanListOutputWithContext(ctx context.Context) APIGatewayServicesListUsagePlanListOutput

type APIGatewayServicesListUsagePlanListArray

type APIGatewayServicesListUsagePlanListArray []APIGatewayServicesListUsagePlanListInput

func (APIGatewayServicesListUsagePlanListArray) ElementType

func (APIGatewayServicesListUsagePlanListArray) ToAPIGatewayServicesListUsagePlanListArrayOutput

func (i APIGatewayServicesListUsagePlanListArray) ToAPIGatewayServicesListUsagePlanListArrayOutput() APIGatewayServicesListUsagePlanListArrayOutput

func (APIGatewayServicesListUsagePlanListArray) ToAPIGatewayServicesListUsagePlanListArrayOutputWithContext

func (i APIGatewayServicesListUsagePlanListArray) ToAPIGatewayServicesListUsagePlanListArrayOutputWithContext(ctx context.Context) APIGatewayServicesListUsagePlanListArrayOutput

type APIGatewayServicesListUsagePlanListArrayInput

type APIGatewayServicesListUsagePlanListArrayInput interface {
	pulumi.Input

	ToAPIGatewayServicesListUsagePlanListArrayOutput() APIGatewayServicesListUsagePlanListArrayOutput
	ToAPIGatewayServicesListUsagePlanListArrayOutputWithContext(context.Context) APIGatewayServicesListUsagePlanListArrayOutput
}

APIGatewayServicesListUsagePlanListArrayInput is an input type that accepts APIGatewayServicesListUsagePlanListArray and APIGatewayServicesListUsagePlanListArrayOutput values. You can construct a concrete instance of `APIGatewayServicesListUsagePlanListArrayInput` via:

APIGatewayServicesListUsagePlanListArray{ APIGatewayServicesListUsagePlanListArgs{...} }

type APIGatewayServicesListUsagePlanListArrayOutput

type APIGatewayServicesListUsagePlanListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayServicesListUsagePlanListArrayOutput) ElementType

func (APIGatewayServicesListUsagePlanListArrayOutput) Index

func (APIGatewayServicesListUsagePlanListArrayOutput) ToAPIGatewayServicesListUsagePlanListArrayOutput

func (o APIGatewayServicesListUsagePlanListArrayOutput) ToAPIGatewayServicesListUsagePlanListArrayOutput() APIGatewayServicesListUsagePlanListArrayOutput

func (APIGatewayServicesListUsagePlanListArrayOutput) ToAPIGatewayServicesListUsagePlanListArrayOutputWithContext

func (o APIGatewayServicesListUsagePlanListArrayOutput) ToAPIGatewayServicesListUsagePlanListArrayOutputWithContext(ctx context.Context) APIGatewayServicesListUsagePlanListArrayOutput

type APIGatewayServicesListUsagePlanListInput

type APIGatewayServicesListUsagePlanListInput interface {
	pulumi.Input

	ToAPIGatewayServicesListUsagePlanListOutput() APIGatewayServicesListUsagePlanListOutput
	ToAPIGatewayServicesListUsagePlanListOutputWithContext(context.Context) APIGatewayServicesListUsagePlanListOutput
}

APIGatewayServicesListUsagePlanListInput is an input type that accepts APIGatewayServicesListUsagePlanListArgs and APIGatewayServicesListUsagePlanListOutput values. You can construct a concrete instance of `APIGatewayServicesListUsagePlanListInput` via:

APIGatewayServicesListUsagePlanListArgs{...}

type APIGatewayServicesListUsagePlanListOutput

type APIGatewayServicesListUsagePlanListOutput struct{ *pulumi.OutputState }

func (APIGatewayServicesListUsagePlanListOutput) ApiId

func (APIGatewayServicesListUsagePlanListOutput) BindType

func (APIGatewayServicesListUsagePlanListOutput) ElementType

func (APIGatewayServicesListUsagePlanListOutput) ToAPIGatewayServicesListUsagePlanListOutput

func (o APIGatewayServicesListUsagePlanListOutput) ToAPIGatewayServicesListUsagePlanListOutput() APIGatewayServicesListUsagePlanListOutput

func (APIGatewayServicesListUsagePlanListOutput) ToAPIGatewayServicesListUsagePlanListOutputWithContext

func (o APIGatewayServicesListUsagePlanListOutput) ToAPIGatewayServicesListUsagePlanListOutputWithContext(ctx context.Context) APIGatewayServicesListUsagePlanListOutput

func (APIGatewayServicesListUsagePlanListOutput) UsagePlanId

func (APIGatewayServicesListUsagePlanListOutput) UsagePlanName

type APIGatewayServicesOutputArgs

type APIGatewayServicesOutputArgs struct {
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringPtrInput `pulumi:"serviceId"`
	ServiceName      pulumi.StringPtrInput `pulumi:"serviceName"`
}

A collection of arguments for invoking APIGatewayServices.

func (APIGatewayServicesOutputArgs) ElementType

type APIGatewayServicesResult

type APIGatewayServicesResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                   `pulumi:"id"`
	Lists            []APIGatewayServicesList `pulumi:"lists"`
	ResultOutputFile *string                  `pulumi:"resultOutputFile"`
	ServiceId        *string                  `pulumi:"serviceId"`
	ServiceName      *string                  `pulumi:"serviceName"`
}

A collection of values returned by APIGatewayServices.

type APIGatewayServicesResultOutput

type APIGatewayServicesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayServices.

func (APIGatewayServicesResultOutput) ElementType

func (APIGatewayServicesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayServicesResultOutput) Lists

func (APIGatewayServicesResultOutput) ResultOutputFile

func (APIGatewayServicesResultOutput) ServiceId

func (APIGatewayServicesResultOutput) ServiceName

func (APIGatewayServicesResultOutput) ToAPIGatewayServicesResultOutput

func (o APIGatewayServicesResultOutput) ToAPIGatewayServicesResultOutput() APIGatewayServicesResultOutput

func (APIGatewayServicesResultOutput) ToAPIGatewayServicesResultOutputWithContext

func (o APIGatewayServicesResultOutput) ToAPIGatewayServicesResultOutputWithContext(ctx context.Context) APIGatewayServicesResultOutput

type APIGatewayThrottlingApisArgs

type APIGatewayThrottlingApisArgs struct {
	EnvironmentNames []string `pulumi:"environmentNames"`
	ResultOutputFile *string  `pulumi:"resultOutputFile"`
	ServiceId        *string  `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayThrottlingApis.

type APIGatewayThrottlingApisList

type APIGatewayThrottlingApisList struct {
	ApiEnvironmentStrategies []APIGatewayThrottlingApisListApiEnvironmentStrategy `pulumi:"apiEnvironmentStrategies"`
	ServiceId                string                                               `pulumi:"serviceId"`
}

type APIGatewayThrottlingApisListApiEnvironmentStrategy

type APIGatewayThrottlingApisListApiEnvironmentStrategy struct {
	ApiId         string                                                           `pulumi:"apiId"`
	ApiName       string                                                           `pulumi:"apiName"`
	Method        string                                                           `pulumi:"method"`
	Path          string                                                           `pulumi:"path"`
	StrategyLists []APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyList `pulumi:"strategyLists"`
}

type APIGatewayThrottlingApisListApiEnvironmentStrategyArgs

type APIGatewayThrottlingApisListApiEnvironmentStrategyArgs struct {
	ApiId         pulumi.StringInput                                                       `pulumi:"apiId"`
	ApiName       pulumi.StringInput                                                       `pulumi:"apiName"`
	Method        pulumi.StringInput                                                       `pulumi:"method"`
	Path          pulumi.StringInput                                                       `pulumi:"path"`
	StrategyLists APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput `pulumi:"strategyLists"`
}

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArgs) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutputWithContext

func (i APIGatewayThrottlingApisListApiEnvironmentStrategyArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyArray

type APIGatewayThrottlingApisListApiEnvironmentStrategyArray []APIGatewayThrottlingApisListApiEnvironmentStrategyInput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArray) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

func (i APIGatewayThrottlingApisListApiEnvironmentStrategyArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput() APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext

func (i APIGatewayThrottlingApisListApiEnvironmentStrategyArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyArrayInput

type APIGatewayThrottlingApisListApiEnvironmentStrategyArrayInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput() APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput
	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext(context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput
}

APIGatewayThrottlingApisListApiEnvironmentStrategyArrayInput is an input type that accepts APIGatewayThrottlingApisListApiEnvironmentStrategyArray and APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListApiEnvironmentStrategyArrayInput` via:

APIGatewayThrottlingApisListApiEnvironmentStrategyArray{ APIGatewayThrottlingApisListApiEnvironmentStrategyArgs{...} }

type APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput) Index

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext

func (o APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyArrayOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyInput

type APIGatewayThrottlingApisListApiEnvironmentStrategyInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutput() APIGatewayThrottlingApisListApiEnvironmentStrategyOutput
	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutputWithContext(context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyOutput
}

APIGatewayThrottlingApisListApiEnvironmentStrategyInput is an input type that accepts APIGatewayThrottlingApisListApiEnvironmentStrategyArgs and APIGatewayThrottlingApisListApiEnvironmentStrategyOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListApiEnvironmentStrategyInput` via:

APIGatewayThrottlingApisListApiEnvironmentStrategyArgs{...}

type APIGatewayThrottlingApisListApiEnvironmentStrategyOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ApiId

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ApiName

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) Method

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) Path

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutputWithContext

func (o APIGatewayThrottlingApisListApiEnvironmentStrategyOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyList

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyList struct {
	EnvironmentName string `pulumi:"environmentName"`
	Quota           int    `pulumi:"quota"`
}

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs struct {
	EnvironmentName pulumi.StringInput `pulumi:"environmentName"`
	Quota           pulumi.IntInput    `pulumi:"quota"`
}

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext

func (i APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray []APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListInput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext

func (i APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput() APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput
	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext(context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput
}

APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput is an input type that accepts APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray and APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayInput` via:

APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArray{ APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs{...} }

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArrayOutputWithContext

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListInput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput() APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput
	ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext(context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput
}

APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListInput is an input type that accepts APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs and APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListInput` via:

APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListArgs{...}

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput

type APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ElementType

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) EnvironmentName

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) Quota

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput

func (APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext

func (o APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput) ToAPIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListApiEnvironmentStrategyStrategyListOutput

type APIGatewayThrottlingApisListArgs

type APIGatewayThrottlingApisListArgs struct {
	ApiEnvironmentStrategies APIGatewayThrottlingApisListApiEnvironmentStrategyArrayInput `pulumi:"apiEnvironmentStrategies"`
	ServiceId                pulumi.StringInput                                           `pulumi:"serviceId"`
}

func (APIGatewayThrottlingApisListArgs) ElementType

func (APIGatewayThrottlingApisListArgs) ToAPIGatewayThrottlingApisListOutput

func (i APIGatewayThrottlingApisListArgs) ToAPIGatewayThrottlingApisListOutput() APIGatewayThrottlingApisListOutput

func (APIGatewayThrottlingApisListArgs) ToAPIGatewayThrottlingApisListOutputWithContext

func (i APIGatewayThrottlingApisListArgs) ToAPIGatewayThrottlingApisListOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListOutput

type APIGatewayThrottlingApisListArray

type APIGatewayThrottlingApisListArray []APIGatewayThrottlingApisListInput

func (APIGatewayThrottlingApisListArray) ElementType

func (APIGatewayThrottlingApisListArray) ToAPIGatewayThrottlingApisListArrayOutput

func (i APIGatewayThrottlingApisListArray) ToAPIGatewayThrottlingApisListArrayOutput() APIGatewayThrottlingApisListArrayOutput

func (APIGatewayThrottlingApisListArray) ToAPIGatewayThrottlingApisListArrayOutputWithContext

func (i APIGatewayThrottlingApisListArray) ToAPIGatewayThrottlingApisListArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListArrayOutput

type APIGatewayThrottlingApisListArrayInput

type APIGatewayThrottlingApisListArrayInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListArrayOutput() APIGatewayThrottlingApisListArrayOutput
	ToAPIGatewayThrottlingApisListArrayOutputWithContext(context.Context) APIGatewayThrottlingApisListArrayOutput
}

APIGatewayThrottlingApisListArrayInput is an input type that accepts APIGatewayThrottlingApisListArray and APIGatewayThrottlingApisListArrayOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListArrayInput` via:

APIGatewayThrottlingApisListArray{ APIGatewayThrottlingApisListArgs{...} }

type APIGatewayThrottlingApisListArrayOutput

type APIGatewayThrottlingApisListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListArrayOutput) ElementType

func (APIGatewayThrottlingApisListArrayOutput) Index

func (APIGatewayThrottlingApisListArrayOutput) ToAPIGatewayThrottlingApisListArrayOutput

func (o APIGatewayThrottlingApisListArrayOutput) ToAPIGatewayThrottlingApisListArrayOutput() APIGatewayThrottlingApisListArrayOutput

func (APIGatewayThrottlingApisListArrayOutput) ToAPIGatewayThrottlingApisListArrayOutputWithContext

func (o APIGatewayThrottlingApisListArrayOutput) ToAPIGatewayThrottlingApisListArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListArrayOutput

type APIGatewayThrottlingApisListInput

type APIGatewayThrottlingApisListInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingApisListOutput() APIGatewayThrottlingApisListOutput
	ToAPIGatewayThrottlingApisListOutputWithContext(context.Context) APIGatewayThrottlingApisListOutput
}

APIGatewayThrottlingApisListInput is an input type that accepts APIGatewayThrottlingApisListArgs and APIGatewayThrottlingApisListOutput values. You can construct a concrete instance of `APIGatewayThrottlingApisListInput` via:

APIGatewayThrottlingApisListArgs{...}

type APIGatewayThrottlingApisListOutput

type APIGatewayThrottlingApisListOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingApisListOutput) ApiEnvironmentStrategies

func (APIGatewayThrottlingApisListOutput) ElementType

func (APIGatewayThrottlingApisListOutput) ServiceId

func (APIGatewayThrottlingApisListOutput) ToAPIGatewayThrottlingApisListOutput

func (o APIGatewayThrottlingApisListOutput) ToAPIGatewayThrottlingApisListOutput() APIGatewayThrottlingApisListOutput

func (APIGatewayThrottlingApisListOutput) ToAPIGatewayThrottlingApisListOutputWithContext

func (o APIGatewayThrottlingApisListOutput) ToAPIGatewayThrottlingApisListOutputWithContext(ctx context.Context) APIGatewayThrottlingApisListOutput

type APIGatewayThrottlingApisOutputArgs

type APIGatewayThrottlingApisOutputArgs struct {
	EnvironmentNames pulumi.StringArrayInput `pulumi:"environmentNames"`
	ResultOutputFile pulumi.StringPtrInput   `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringPtrInput   `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayThrottlingApis.

func (APIGatewayThrottlingApisOutputArgs) ElementType

type APIGatewayThrottlingApisResult

type APIGatewayThrottlingApisResult struct {
	EnvironmentNames []string `pulumi:"environmentNames"`
	// The provider-assigned unique ID for this managed resource.
	Id               string                         `pulumi:"id"`
	Lists            []APIGatewayThrottlingApisList `pulumi:"lists"`
	ResultOutputFile *string                        `pulumi:"resultOutputFile"`
	ServiceId        *string                        `pulumi:"serviceId"`
}

A collection of values returned by APIGatewayThrottlingApis.

type APIGatewayThrottlingApisResultOutput

type APIGatewayThrottlingApisResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayThrottlingApis.

func (APIGatewayThrottlingApisResultOutput) ElementType

func (APIGatewayThrottlingApisResultOutput) EnvironmentNames

func (APIGatewayThrottlingApisResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayThrottlingApisResultOutput) Lists

func (APIGatewayThrottlingApisResultOutput) ResultOutputFile

func (APIGatewayThrottlingApisResultOutput) ServiceId

func (APIGatewayThrottlingApisResultOutput) ToAPIGatewayThrottlingApisResultOutput

func (o APIGatewayThrottlingApisResultOutput) ToAPIGatewayThrottlingApisResultOutput() APIGatewayThrottlingApisResultOutput

func (APIGatewayThrottlingApisResultOutput) ToAPIGatewayThrottlingApisResultOutputWithContext

func (o APIGatewayThrottlingApisResultOutput) ToAPIGatewayThrottlingApisResultOutputWithContext(ctx context.Context) APIGatewayThrottlingApisResultOutput

type APIGatewayThrottlingServicesArgs

type APIGatewayThrottlingServicesArgs struct {
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	ServiceId        *string `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayThrottlingServices.

type APIGatewayThrottlingServicesList

type APIGatewayThrottlingServicesList struct {
	Environments []APIGatewayThrottlingServicesListEnvironment `pulumi:"environments"`
	ServiceId    string                                        `pulumi:"serviceId"`
}

type APIGatewayThrottlingServicesListArgs

type APIGatewayThrottlingServicesListArgs struct {
	Environments APIGatewayThrottlingServicesListEnvironmentArrayInput `pulumi:"environments"`
	ServiceId    pulumi.StringInput                                    `pulumi:"serviceId"`
}

func (APIGatewayThrottlingServicesListArgs) ElementType

func (APIGatewayThrottlingServicesListArgs) ToAPIGatewayThrottlingServicesListOutput

func (i APIGatewayThrottlingServicesListArgs) ToAPIGatewayThrottlingServicesListOutput() APIGatewayThrottlingServicesListOutput

func (APIGatewayThrottlingServicesListArgs) ToAPIGatewayThrottlingServicesListOutputWithContext

func (i APIGatewayThrottlingServicesListArgs) ToAPIGatewayThrottlingServicesListOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListOutput

type APIGatewayThrottlingServicesListArray

type APIGatewayThrottlingServicesListArray []APIGatewayThrottlingServicesListInput

func (APIGatewayThrottlingServicesListArray) ElementType

func (APIGatewayThrottlingServicesListArray) ToAPIGatewayThrottlingServicesListArrayOutput

func (i APIGatewayThrottlingServicesListArray) ToAPIGatewayThrottlingServicesListArrayOutput() APIGatewayThrottlingServicesListArrayOutput

func (APIGatewayThrottlingServicesListArray) ToAPIGatewayThrottlingServicesListArrayOutputWithContext

func (i APIGatewayThrottlingServicesListArray) ToAPIGatewayThrottlingServicesListArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListArrayOutput

type APIGatewayThrottlingServicesListArrayInput

type APIGatewayThrottlingServicesListArrayInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingServicesListArrayOutput() APIGatewayThrottlingServicesListArrayOutput
	ToAPIGatewayThrottlingServicesListArrayOutputWithContext(context.Context) APIGatewayThrottlingServicesListArrayOutput
}

APIGatewayThrottlingServicesListArrayInput is an input type that accepts APIGatewayThrottlingServicesListArray and APIGatewayThrottlingServicesListArrayOutput values. You can construct a concrete instance of `APIGatewayThrottlingServicesListArrayInput` via:

APIGatewayThrottlingServicesListArray{ APIGatewayThrottlingServicesListArgs{...} }

type APIGatewayThrottlingServicesListArrayOutput

type APIGatewayThrottlingServicesListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingServicesListArrayOutput) ElementType

func (APIGatewayThrottlingServicesListArrayOutput) Index

func (APIGatewayThrottlingServicesListArrayOutput) ToAPIGatewayThrottlingServicesListArrayOutput

func (o APIGatewayThrottlingServicesListArrayOutput) ToAPIGatewayThrottlingServicesListArrayOutput() APIGatewayThrottlingServicesListArrayOutput

func (APIGatewayThrottlingServicesListArrayOutput) ToAPIGatewayThrottlingServicesListArrayOutputWithContext

func (o APIGatewayThrottlingServicesListArrayOutput) ToAPIGatewayThrottlingServicesListArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListArrayOutput

type APIGatewayThrottlingServicesListEnvironment

type APIGatewayThrottlingServicesListEnvironment struct {
	EnvironmentName string `pulumi:"environmentName"`
	Status          int    `pulumi:"status"`
	Strategy        int    `pulumi:"strategy"`
	Url             string `pulumi:"url"`
	VersionName     string `pulumi:"versionName"`
}

type APIGatewayThrottlingServicesListEnvironmentArgs

type APIGatewayThrottlingServicesListEnvironmentArgs struct {
	EnvironmentName pulumi.StringInput `pulumi:"environmentName"`
	Status          pulumi.IntInput    `pulumi:"status"`
	Strategy        pulumi.IntInput    `pulumi:"strategy"`
	Url             pulumi.StringInput `pulumi:"url"`
	VersionName     pulumi.StringInput `pulumi:"versionName"`
}

func (APIGatewayThrottlingServicesListEnvironmentArgs) ElementType

func (APIGatewayThrottlingServicesListEnvironmentArgs) ToAPIGatewayThrottlingServicesListEnvironmentOutput

func (i APIGatewayThrottlingServicesListEnvironmentArgs) ToAPIGatewayThrottlingServicesListEnvironmentOutput() APIGatewayThrottlingServicesListEnvironmentOutput

func (APIGatewayThrottlingServicesListEnvironmentArgs) ToAPIGatewayThrottlingServicesListEnvironmentOutputWithContext

func (i APIGatewayThrottlingServicesListEnvironmentArgs) ToAPIGatewayThrottlingServicesListEnvironmentOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListEnvironmentOutput

type APIGatewayThrottlingServicesListEnvironmentArray

type APIGatewayThrottlingServicesListEnvironmentArray []APIGatewayThrottlingServicesListEnvironmentInput

func (APIGatewayThrottlingServicesListEnvironmentArray) ElementType

func (APIGatewayThrottlingServicesListEnvironmentArray) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutput

func (i APIGatewayThrottlingServicesListEnvironmentArray) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutput() APIGatewayThrottlingServicesListEnvironmentArrayOutput

func (APIGatewayThrottlingServicesListEnvironmentArray) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutputWithContext

func (i APIGatewayThrottlingServicesListEnvironmentArray) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListEnvironmentArrayOutput

type APIGatewayThrottlingServicesListEnvironmentArrayInput

type APIGatewayThrottlingServicesListEnvironmentArrayInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingServicesListEnvironmentArrayOutput() APIGatewayThrottlingServicesListEnvironmentArrayOutput
	ToAPIGatewayThrottlingServicesListEnvironmentArrayOutputWithContext(context.Context) APIGatewayThrottlingServicesListEnvironmentArrayOutput
}

APIGatewayThrottlingServicesListEnvironmentArrayInput is an input type that accepts APIGatewayThrottlingServicesListEnvironmentArray and APIGatewayThrottlingServicesListEnvironmentArrayOutput values. You can construct a concrete instance of `APIGatewayThrottlingServicesListEnvironmentArrayInput` via:

APIGatewayThrottlingServicesListEnvironmentArray{ APIGatewayThrottlingServicesListEnvironmentArgs{...} }

type APIGatewayThrottlingServicesListEnvironmentArrayOutput

type APIGatewayThrottlingServicesListEnvironmentArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingServicesListEnvironmentArrayOutput) ElementType

func (APIGatewayThrottlingServicesListEnvironmentArrayOutput) Index

func (APIGatewayThrottlingServicesListEnvironmentArrayOutput) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutput

func (APIGatewayThrottlingServicesListEnvironmentArrayOutput) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutputWithContext

func (o APIGatewayThrottlingServicesListEnvironmentArrayOutput) ToAPIGatewayThrottlingServicesListEnvironmentArrayOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListEnvironmentArrayOutput

type APIGatewayThrottlingServicesListEnvironmentInput

type APIGatewayThrottlingServicesListEnvironmentInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingServicesListEnvironmentOutput() APIGatewayThrottlingServicesListEnvironmentOutput
	ToAPIGatewayThrottlingServicesListEnvironmentOutputWithContext(context.Context) APIGatewayThrottlingServicesListEnvironmentOutput
}

APIGatewayThrottlingServicesListEnvironmentInput is an input type that accepts APIGatewayThrottlingServicesListEnvironmentArgs and APIGatewayThrottlingServicesListEnvironmentOutput values. You can construct a concrete instance of `APIGatewayThrottlingServicesListEnvironmentInput` via:

APIGatewayThrottlingServicesListEnvironmentArgs{...}

type APIGatewayThrottlingServicesListEnvironmentOutput

type APIGatewayThrottlingServicesListEnvironmentOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingServicesListEnvironmentOutput) ElementType

func (APIGatewayThrottlingServicesListEnvironmentOutput) EnvironmentName

func (APIGatewayThrottlingServicesListEnvironmentOutput) Status

func (APIGatewayThrottlingServicesListEnvironmentOutput) Strategy

func (APIGatewayThrottlingServicesListEnvironmentOutput) ToAPIGatewayThrottlingServicesListEnvironmentOutput

func (o APIGatewayThrottlingServicesListEnvironmentOutput) ToAPIGatewayThrottlingServicesListEnvironmentOutput() APIGatewayThrottlingServicesListEnvironmentOutput

func (APIGatewayThrottlingServicesListEnvironmentOutput) ToAPIGatewayThrottlingServicesListEnvironmentOutputWithContext

func (o APIGatewayThrottlingServicesListEnvironmentOutput) ToAPIGatewayThrottlingServicesListEnvironmentOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListEnvironmentOutput

func (APIGatewayThrottlingServicesListEnvironmentOutput) Url

func (APIGatewayThrottlingServicesListEnvironmentOutput) VersionName

type APIGatewayThrottlingServicesListInput

type APIGatewayThrottlingServicesListInput interface {
	pulumi.Input

	ToAPIGatewayThrottlingServicesListOutput() APIGatewayThrottlingServicesListOutput
	ToAPIGatewayThrottlingServicesListOutputWithContext(context.Context) APIGatewayThrottlingServicesListOutput
}

APIGatewayThrottlingServicesListInput is an input type that accepts APIGatewayThrottlingServicesListArgs and APIGatewayThrottlingServicesListOutput values. You can construct a concrete instance of `APIGatewayThrottlingServicesListInput` via:

APIGatewayThrottlingServicesListArgs{...}

type APIGatewayThrottlingServicesListOutput

type APIGatewayThrottlingServicesListOutput struct{ *pulumi.OutputState }

func (APIGatewayThrottlingServicesListOutput) ElementType

func (APIGatewayThrottlingServicesListOutput) Environments

func (APIGatewayThrottlingServicesListOutput) ServiceId

func (APIGatewayThrottlingServicesListOutput) ToAPIGatewayThrottlingServicesListOutput

func (o APIGatewayThrottlingServicesListOutput) ToAPIGatewayThrottlingServicesListOutput() APIGatewayThrottlingServicesListOutput

func (APIGatewayThrottlingServicesListOutput) ToAPIGatewayThrottlingServicesListOutputWithContext

func (o APIGatewayThrottlingServicesListOutput) ToAPIGatewayThrottlingServicesListOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesListOutput

type APIGatewayThrottlingServicesOutputArgs

type APIGatewayThrottlingServicesOutputArgs struct {
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	ServiceId        pulumi.StringPtrInput `pulumi:"serviceId"`
}

A collection of arguments for invoking APIGatewayThrottlingServices.

func (APIGatewayThrottlingServicesOutputArgs) ElementType

type APIGatewayThrottlingServicesResult

type APIGatewayThrottlingServicesResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                             `pulumi:"id"`
	Lists            []APIGatewayThrottlingServicesList `pulumi:"lists"`
	ResultOutputFile *string                            `pulumi:"resultOutputFile"`
	ServiceId        *string                            `pulumi:"serviceId"`
}

A collection of values returned by APIGatewayThrottlingServices.

type APIGatewayThrottlingServicesResultOutput

type APIGatewayThrottlingServicesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayThrottlingServices.

func (APIGatewayThrottlingServicesResultOutput) ElementType

func (APIGatewayThrottlingServicesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayThrottlingServicesResultOutput) Lists

func (APIGatewayThrottlingServicesResultOutput) ResultOutputFile

func (APIGatewayThrottlingServicesResultOutput) ServiceId

func (APIGatewayThrottlingServicesResultOutput) ToAPIGatewayThrottlingServicesResultOutput

func (o APIGatewayThrottlingServicesResultOutput) ToAPIGatewayThrottlingServicesResultOutput() APIGatewayThrottlingServicesResultOutput

func (APIGatewayThrottlingServicesResultOutput) ToAPIGatewayThrottlingServicesResultOutputWithContext

func (o APIGatewayThrottlingServicesResultOutput) ToAPIGatewayThrottlingServicesResultOutputWithContext(ctx context.Context) APIGatewayThrottlingServicesResultOutput

type APIGatewayUsagePlanEnvironmentsArgs

type APIGatewayUsagePlanEnvironmentsArgs struct {
	BindType         *string `pulumi:"bindType"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	UsagePlanId      string  `pulumi:"usagePlanId"`
}

A collection of arguments for invoking APIGatewayUsagePlanEnvironments.

type APIGatewayUsagePlanEnvironmentsList

type APIGatewayUsagePlanEnvironmentsList struct {
	ApiId       string `pulumi:"apiId"`
	ApiName     string `pulumi:"apiName"`
	CreateTime  string `pulumi:"createTime"`
	Environment string `pulumi:"environment"`
	Method      string `pulumi:"method"`
	ModifyTime  string `pulumi:"modifyTime"`
	Path        string `pulumi:"path"`
	ServiceId   string `pulumi:"serviceId"`
	ServiceName string `pulumi:"serviceName"`
}

type APIGatewayUsagePlanEnvironmentsListArgs

type APIGatewayUsagePlanEnvironmentsListArgs struct {
	ApiId       pulumi.StringInput `pulumi:"apiId"`
	ApiName     pulumi.StringInput `pulumi:"apiName"`
	CreateTime  pulumi.StringInput `pulumi:"createTime"`
	Environment pulumi.StringInput `pulumi:"environment"`
	Method      pulumi.StringInput `pulumi:"method"`
	ModifyTime  pulumi.StringInput `pulumi:"modifyTime"`
	Path        pulumi.StringInput `pulumi:"path"`
	ServiceId   pulumi.StringInput `pulumi:"serviceId"`
	ServiceName pulumi.StringInput `pulumi:"serviceName"`
}

func (APIGatewayUsagePlanEnvironmentsListArgs) ElementType

func (APIGatewayUsagePlanEnvironmentsListArgs) ToAPIGatewayUsagePlanEnvironmentsListOutput

func (i APIGatewayUsagePlanEnvironmentsListArgs) ToAPIGatewayUsagePlanEnvironmentsListOutput() APIGatewayUsagePlanEnvironmentsListOutput

func (APIGatewayUsagePlanEnvironmentsListArgs) ToAPIGatewayUsagePlanEnvironmentsListOutputWithContext

func (i APIGatewayUsagePlanEnvironmentsListArgs) ToAPIGatewayUsagePlanEnvironmentsListOutputWithContext(ctx context.Context) APIGatewayUsagePlanEnvironmentsListOutput

type APIGatewayUsagePlanEnvironmentsListArray

type APIGatewayUsagePlanEnvironmentsListArray []APIGatewayUsagePlanEnvironmentsListInput

func (APIGatewayUsagePlanEnvironmentsListArray) ElementType

func (APIGatewayUsagePlanEnvironmentsListArray) ToAPIGatewayUsagePlanEnvironmentsListArrayOutput

func (i APIGatewayUsagePlanEnvironmentsListArray) ToAPIGatewayUsagePlanEnvironmentsListArrayOutput() APIGatewayUsagePlanEnvironmentsListArrayOutput

func (APIGatewayUsagePlanEnvironmentsListArray) ToAPIGatewayUsagePlanEnvironmentsListArrayOutputWithContext

func (i APIGatewayUsagePlanEnvironmentsListArray) ToAPIGatewayUsagePlanEnvironmentsListArrayOutputWithContext(ctx context.Context) APIGatewayUsagePlanEnvironmentsListArrayOutput

type APIGatewayUsagePlanEnvironmentsListArrayInput

type APIGatewayUsagePlanEnvironmentsListArrayInput interface {
	pulumi.Input

	ToAPIGatewayUsagePlanEnvironmentsListArrayOutput() APIGatewayUsagePlanEnvironmentsListArrayOutput
	ToAPIGatewayUsagePlanEnvironmentsListArrayOutputWithContext(context.Context) APIGatewayUsagePlanEnvironmentsListArrayOutput
}

APIGatewayUsagePlanEnvironmentsListArrayInput is an input type that accepts APIGatewayUsagePlanEnvironmentsListArray and APIGatewayUsagePlanEnvironmentsListArrayOutput values. You can construct a concrete instance of `APIGatewayUsagePlanEnvironmentsListArrayInput` via:

APIGatewayUsagePlanEnvironmentsListArray{ APIGatewayUsagePlanEnvironmentsListArgs{...} }

type APIGatewayUsagePlanEnvironmentsListArrayOutput

type APIGatewayUsagePlanEnvironmentsListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayUsagePlanEnvironmentsListArrayOutput) ElementType

func (APIGatewayUsagePlanEnvironmentsListArrayOutput) Index

func (APIGatewayUsagePlanEnvironmentsListArrayOutput) ToAPIGatewayUsagePlanEnvironmentsListArrayOutput

func (o APIGatewayUsagePlanEnvironmentsListArrayOutput) ToAPIGatewayUsagePlanEnvironmentsListArrayOutput() APIGatewayUsagePlanEnvironmentsListArrayOutput

func (APIGatewayUsagePlanEnvironmentsListArrayOutput) ToAPIGatewayUsagePlanEnvironmentsListArrayOutputWithContext

func (o APIGatewayUsagePlanEnvironmentsListArrayOutput) ToAPIGatewayUsagePlanEnvironmentsListArrayOutputWithContext(ctx context.Context) APIGatewayUsagePlanEnvironmentsListArrayOutput

type APIGatewayUsagePlanEnvironmentsListInput

type APIGatewayUsagePlanEnvironmentsListInput interface {
	pulumi.Input

	ToAPIGatewayUsagePlanEnvironmentsListOutput() APIGatewayUsagePlanEnvironmentsListOutput
	ToAPIGatewayUsagePlanEnvironmentsListOutputWithContext(context.Context) APIGatewayUsagePlanEnvironmentsListOutput
}

APIGatewayUsagePlanEnvironmentsListInput is an input type that accepts APIGatewayUsagePlanEnvironmentsListArgs and APIGatewayUsagePlanEnvironmentsListOutput values. You can construct a concrete instance of `APIGatewayUsagePlanEnvironmentsListInput` via:

APIGatewayUsagePlanEnvironmentsListArgs{...}

type APIGatewayUsagePlanEnvironmentsListOutput

type APIGatewayUsagePlanEnvironmentsListOutput struct{ *pulumi.OutputState }

func (APIGatewayUsagePlanEnvironmentsListOutput) ApiId

func (APIGatewayUsagePlanEnvironmentsListOutput) ApiName

func (APIGatewayUsagePlanEnvironmentsListOutput) CreateTime

func (APIGatewayUsagePlanEnvironmentsListOutput) ElementType

func (APIGatewayUsagePlanEnvironmentsListOutput) Environment

func (APIGatewayUsagePlanEnvironmentsListOutput) Method

func (APIGatewayUsagePlanEnvironmentsListOutput) ModifyTime

func (APIGatewayUsagePlanEnvironmentsListOutput) Path

func (APIGatewayUsagePlanEnvironmentsListOutput) ServiceId

func (APIGatewayUsagePlanEnvironmentsListOutput) ServiceName

func (APIGatewayUsagePlanEnvironmentsListOutput) ToAPIGatewayUsagePlanEnvironmentsListOutput

func (o APIGatewayUsagePlanEnvironmentsListOutput) ToAPIGatewayUsagePlanEnvironmentsListOutput() APIGatewayUsagePlanEnvironmentsListOutput

func (APIGatewayUsagePlanEnvironmentsListOutput) ToAPIGatewayUsagePlanEnvironmentsListOutputWithContext

func (o APIGatewayUsagePlanEnvironmentsListOutput) ToAPIGatewayUsagePlanEnvironmentsListOutputWithContext(ctx context.Context) APIGatewayUsagePlanEnvironmentsListOutput

type APIGatewayUsagePlanEnvironmentsOutputArgs

type APIGatewayUsagePlanEnvironmentsOutputArgs struct {
	BindType         pulumi.StringPtrInput `pulumi:"bindType"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	UsagePlanId      pulumi.StringInput    `pulumi:"usagePlanId"`
}

A collection of arguments for invoking APIGatewayUsagePlanEnvironments.

func (APIGatewayUsagePlanEnvironmentsOutputArgs) ElementType

type APIGatewayUsagePlanEnvironmentsResult

type APIGatewayUsagePlanEnvironmentsResult struct {
	BindType *string `pulumi:"bindType"`
	// The provider-assigned unique ID for this managed resource.
	Id               string                                `pulumi:"id"`
	Lists            []APIGatewayUsagePlanEnvironmentsList `pulumi:"lists"`
	ResultOutputFile *string                               `pulumi:"resultOutputFile"`
	UsagePlanId      string                                `pulumi:"usagePlanId"`
}

A collection of values returned by APIGatewayUsagePlanEnvironments.

type APIGatewayUsagePlanEnvironmentsResultOutput

type APIGatewayUsagePlanEnvironmentsResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayUsagePlanEnvironments.

func (APIGatewayUsagePlanEnvironmentsResultOutput) BindType

func (APIGatewayUsagePlanEnvironmentsResultOutput) ElementType

func (APIGatewayUsagePlanEnvironmentsResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayUsagePlanEnvironmentsResultOutput) Lists

func (APIGatewayUsagePlanEnvironmentsResultOutput) ResultOutputFile

func (APIGatewayUsagePlanEnvironmentsResultOutput) ToAPIGatewayUsagePlanEnvironmentsResultOutput

func (o APIGatewayUsagePlanEnvironmentsResultOutput) ToAPIGatewayUsagePlanEnvironmentsResultOutput() APIGatewayUsagePlanEnvironmentsResultOutput

func (APIGatewayUsagePlanEnvironmentsResultOutput) ToAPIGatewayUsagePlanEnvironmentsResultOutputWithContext

func (o APIGatewayUsagePlanEnvironmentsResultOutput) ToAPIGatewayUsagePlanEnvironmentsResultOutputWithContext(ctx context.Context) APIGatewayUsagePlanEnvironmentsResultOutput

func (APIGatewayUsagePlanEnvironmentsResultOutput) UsagePlanId

type APIGatewayUsagePlansArgs

type APIGatewayUsagePlansArgs struct {
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	UsagePlanId      *string `pulumi:"usagePlanId"`
	UsagePlanName    *string `pulumi:"usagePlanName"`
}

A collection of arguments for invoking APIGatewayUsagePlans.

type APIGatewayUsagePlansList

type APIGatewayUsagePlansList struct {
	CreateTime          string `pulumi:"createTime"`
	MaxRequestNum       int    `pulumi:"maxRequestNum"`
	MaxRequestNumPreSec int    `pulumi:"maxRequestNumPreSec"`
	ModifyTime          string `pulumi:"modifyTime"`
	UsagePlanDesc       string `pulumi:"usagePlanDesc"`
	UsagePlanId         string `pulumi:"usagePlanId"`
	UsagePlanName       string `pulumi:"usagePlanName"`
}

type APIGatewayUsagePlansListArgs

type APIGatewayUsagePlansListArgs struct {
	CreateTime          pulumi.StringInput `pulumi:"createTime"`
	MaxRequestNum       pulumi.IntInput    `pulumi:"maxRequestNum"`
	MaxRequestNumPreSec pulumi.IntInput    `pulumi:"maxRequestNumPreSec"`
	ModifyTime          pulumi.StringInput `pulumi:"modifyTime"`
	UsagePlanDesc       pulumi.StringInput `pulumi:"usagePlanDesc"`
	UsagePlanId         pulumi.StringInput `pulumi:"usagePlanId"`
	UsagePlanName       pulumi.StringInput `pulumi:"usagePlanName"`
}

func (APIGatewayUsagePlansListArgs) ElementType

func (APIGatewayUsagePlansListArgs) ToAPIGatewayUsagePlansListOutput

func (i APIGatewayUsagePlansListArgs) ToAPIGatewayUsagePlansListOutput() APIGatewayUsagePlansListOutput

func (APIGatewayUsagePlansListArgs) ToAPIGatewayUsagePlansListOutputWithContext

func (i APIGatewayUsagePlansListArgs) ToAPIGatewayUsagePlansListOutputWithContext(ctx context.Context) APIGatewayUsagePlansListOutput

type APIGatewayUsagePlansListArray

type APIGatewayUsagePlansListArray []APIGatewayUsagePlansListInput

func (APIGatewayUsagePlansListArray) ElementType

func (APIGatewayUsagePlansListArray) ToAPIGatewayUsagePlansListArrayOutput

func (i APIGatewayUsagePlansListArray) ToAPIGatewayUsagePlansListArrayOutput() APIGatewayUsagePlansListArrayOutput

func (APIGatewayUsagePlansListArray) ToAPIGatewayUsagePlansListArrayOutputWithContext

func (i APIGatewayUsagePlansListArray) ToAPIGatewayUsagePlansListArrayOutputWithContext(ctx context.Context) APIGatewayUsagePlansListArrayOutput

type APIGatewayUsagePlansListArrayInput

type APIGatewayUsagePlansListArrayInput interface {
	pulumi.Input

	ToAPIGatewayUsagePlansListArrayOutput() APIGatewayUsagePlansListArrayOutput
	ToAPIGatewayUsagePlansListArrayOutputWithContext(context.Context) APIGatewayUsagePlansListArrayOutput
}

APIGatewayUsagePlansListArrayInput is an input type that accepts APIGatewayUsagePlansListArray and APIGatewayUsagePlansListArrayOutput values. You can construct a concrete instance of `APIGatewayUsagePlansListArrayInput` via:

APIGatewayUsagePlansListArray{ APIGatewayUsagePlansListArgs{...} }

type APIGatewayUsagePlansListArrayOutput

type APIGatewayUsagePlansListArrayOutput struct{ *pulumi.OutputState }

func (APIGatewayUsagePlansListArrayOutput) ElementType

func (APIGatewayUsagePlansListArrayOutput) Index

func (APIGatewayUsagePlansListArrayOutput) ToAPIGatewayUsagePlansListArrayOutput

func (o APIGatewayUsagePlansListArrayOutput) ToAPIGatewayUsagePlansListArrayOutput() APIGatewayUsagePlansListArrayOutput

func (APIGatewayUsagePlansListArrayOutput) ToAPIGatewayUsagePlansListArrayOutputWithContext

func (o APIGatewayUsagePlansListArrayOutput) ToAPIGatewayUsagePlansListArrayOutputWithContext(ctx context.Context) APIGatewayUsagePlansListArrayOutput

type APIGatewayUsagePlansListInput

type APIGatewayUsagePlansListInput interface {
	pulumi.Input

	ToAPIGatewayUsagePlansListOutput() APIGatewayUsagePlansListOutput
	ToAPIGatewayUsagePlansListOutputWithContext(context.Context) APIGatewayUsagePlansListOutput
}

APIGatewayUsagePlansListInput is an input type that accepts APIGatewayUsagePlansListArgs and APIGatewayUsagePlansListOutput values. You can construct a concrete instance of `APIGatewayUsagePlansListInput` via:

APIGatewayUsagePlansListArgs{...}

type APIGatewayUsagePlansListOutput

type APIGatewayUsagePlansListOutput struct{ *pulumi.OutputState }

func (APIGatewayUsagePlansListOutput) CreateTime

func (APIGatewayUsagePlansListOutput) ElementType

func (APIGatewayUsagePlansListOutput) MaxRequestNum

func (APIGatewayUsagePlansListOutput) MaxRequestNumPreSec

func (o APIGatewayUsagePlansListOutput) MaxRequestNumPreSec() pulumi.IntOutput

func (APIGatewayUsagePlansListOutput) ModifyTime

func (APIGatewayUsagePlansListOutput) ToAPIGatewayUsagePlansListOutput

func (o APIGatewayUsagePlansListOutput) ToAPIGatewayUsagePlansListOutput() APIGatewayUsagePlansListOutput

func (APIGatewayUsagePlansListOutput) ToAPIGatewayUsagePlansListOutputWithContext

func (o APIGatewayUsagePlansListOutput) ToAPIGatewayUsagePlansListOutputWithContext(ctx context.Context) APIGatewayUsagePlansListOutput

func (APIGatewayUsagePlansListOutput) UsagePlanDesc

func (APIGatewayUsagePlansListOutput) UsagePlanId

func (APIGatewayUsagePlansListOutput) UsagePlanName

type APIGatewayUsagePlansOutputArgs

type APIGatewayUsagePlansOutputArgs struct {
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	UsagePlanId      pulumi.StringPtrInput `pulumi:"usagePlanId"`
	UsagePlanName    pulumi.StringPtrInput `pulumi:"usagePlanName"`
}

A collection of arguments for invoking APIGatewayUsagePlans.

func (APIGatewayUsagePlansOutputArgs) ElementType

type APIGatewayUsagePlansResult

type APIGatewayUsagePlansResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                     `pulumi:"id"`
	Lists            []APIGatewayUsagePlansList `pulumi:"lists"`
	ResultOutputFile *string                    `pulumi:"resultOutputFile"`
	UsagePlanId      *string                    `pulumi:"usagePlanId"`
	UsagePlanName    *string                    `pulumi:"usagePlanName"`
}

A collection of values returned by APIGatewayUsagePlans.

type APIGatewayUsagePlansResultOutput

type APIGatewayUsagePlansResultOutput struct{ *pulumi.OutputState }

A collection of values returned by APIGatewayUsagePlans.

func (APIGatewayUsagePlansResultOutput) ElementType

func (APIGatewayUsagePlansResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (APIGatewayUsagePlansResultOutput) Lists

func (APIGatewayUsagePlansResultOutput) ResultOutputFile

func (APIGatewayUsagePlansResultOutput) ToAPIGatewayUsagePlansResultOutput

func (o APIGatewayUsagePlansResultOutput) ToAPIGatewayUsagePlansResultOutput() APIGatewayUsagePlansResultOutput

func (APIGatewayUsagePlansResultOutput) ToAPIGatewayUsagePlansResultOutputWithContext

func (o APIGatewayUsagePlansResultOutput) ToAPIGatewayUsagePlansResultOutputWithContext(ctx context.Context) APIGatewayUsagePlansResultOutput

func (APIGatewayUsagePlansResultOutput) UsagePlanId

func (APIGatewayUsagePlansResultOutput) UsagePlanName

type TCRInstancesArgs

type TCRInstancesArgs struct {
	InstanceId       *string `pulumi:"instanceId"`
	Name             *string `pulumi:"name"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRInstances.

type TCRInstancesInstanceList

type TCRInstancesInstanceList struct {
	Id               string                 `pulumi:"id"`
	InstanceType     string                 `pulumi:"instanceType"`
	InternalEndPoint string                 `pulumi:"internalEndPoint"`
	Name             string                 `pulumi:"name"`
	PublicDomain     string                 `pulumi:"publicDomain"`
	Status           string                 `pulumi:"status"`
	Tags             map[string]interface{} `pulumi:"tags"`
}

type TCRInstancesInstanceListArgs

type TCRInstancesInstanceListArgs struct {
	Id               pulumi.StringInput `pulumi:"id"`
	InstanceType     pulumi.StringInput `pulumi:"instanceType"`
	InternalEndPoint pulumi.StringInput `pulumi:"internalEndPoint"`
	Name             pulumi.StringInput `pulumi:"name"`
	PublicDomain     pulumi.StringInput `pulumi:"publicDomain"`
	Status           pulumi.StringInput `pulumi:"status"`
	Tags             pulumi.MapInput    `pulumi:"tags"`
}

func (TCRInstancesInstanceListArgs) ElementType

func (TCRInstancesInstanceListArgs) ToTCRInstancesInstanceListOutput

func (i TCRInstancesInstanceListArgs) ToTCRInstancesInstanceListOutput() TCRInstancesInstanceListOutput

func (TCRInstancesInstanceListArgs) ToTCRInstancesInstanceListOutputWithContext

func (i TCRInstancesInstanceListArgs) ToTCRInstancesInstanceListOutputWithContext(ctx context.Context) TCRInstancesInstanceListOutput

type TCRInstancesInstanceListArray

type TCRInstancesInstanceListArray []TCRInstancesInstanceListInput

func (TCRInstancesInstanceListArray) ElementType

func (TCRInstancesInstanceListArray) ToTCRInstancesInstanceListArrayOutput

func (i TCRInstancesInstanceListArray) ToTCRInstancesInstanceListArrayOutput() TCRInstancesInstanceListArrayOutput

func (TCRInstancesInstanceListArray) ToTCRInstancesInstanceListArrayOutputWithContext

func (i TCRInstancesInstanceListArray) ToTCRInstancesInstanceListArrayOutputWithContext(ctx context.Context) TCRInstancesInstanceListArrayOutput

type TCRInstancesInstanceListArrayInput

type TCRInstancesInstanceListArrayInput interface {
	pulumi.Input

	ToTCRInstancesInstanceListArrayOutput() TCRInstancesInstanceListArrayOutput
	ToTCRInstancesInstanceListArrayOutputWithContext(context.Context) TCRInstancesInstanceListArrayOutput
}

TCRInstancesInstanceListArrayInput is an input type that accepts TCRInstancesInstanceListArray and TCRInstancesInstanceListArrayOutput values. You can construct a concrete instance of `TCRInstancesInstanceListArrayInput` via:

TCRInstancesInstanceListArray{ TCRInstancesInstanceListArgs{...} }

type TCRInstancesInstanceListArrayOutput

type TCRInstancesInstanceListArrayOutput struct{ *pulumi.OutputState }

func (TCRInstancesInstanceListArrayOutput) ElementType

func (TCRInstancesInstanceListArrayOutput) Index

func (TCRInstancesInstanceListArrayOutput) ToTCRInstancesInstanceListArrayOutput

func (o TCRInstancesInstanceListArrayOutput) ToTCRInstancesInstanceListArrayOutput() TCRInstancesInstanceListArrayOutput

func (TCRInstancesInstanceListArrayOutput) ToTCRInstancesInstanceListArrayOutputWithContext

func (o TCRInstancesInstanceListArrayOutput) ToTCRInstancesInstanceListArrayOutputWithContext(ctx context.Context) TCRInstancesInstanceListArrayOutput

type TCRInstancesInstanceListInput

type TCRInstancesInstanceListInput interface {
	pulumi.Input

	ToTCRInstancesInstanceListOutput() TCRInstancesInstanceListOutput
	ToTCRInstancesInstanceListOutputWithContext(context.Context) TCRInstancesInstanceListOutput
}

TCRInstancesInstanceListInput is an input type that accepts TCRInstancesInstanceListArgs and TCRInstancesInstanceListOutput values. You can construct a concrete instance of `TCRInstancesInstanceListInput` via:

TCRInstancesInstanceListArgs{...}

type TCRInstancesInstanceListOutput

type TCRInstancesInstanceListOutput struct{ *pulumi.OutputState }

func (TCRInstancesInstanceListOutput) ElementType

func (TCRInstancesInstanceListOutput) Id

func (TCRInstancesInstanceListOutput) InstanceType

func (TCRInstancesInstanceListOutput) InternalEndPoint

func (o TCRInstancesInstanceListOutput) InternalEndPoint() pulumi.StringOutput

func (TCRInstancesInstanceListOutput) Name

func (TCRInstancesInstanceListOutput) PublicDomain

func (TCRInstancesInstanceListOutput) Status

func (TCRInstancesInstanceListOutput) Tags

func (TCRInstancesInstanceListOutput) ToTCRInstancesInstanceListOutput

func (o TCRInstancesInstanceListOutput) ToTCRInstancesInstanceListOutput() TCRInstancesInstanceListOutput

func (TCRInstancesInstanceListOutput) ToTCRInstancesInstanceListOutputWithContext

func (o TCRInstancesInstanceListOutput) ToTCRInstancesInstanceListOutputWithContext(ctx context.Context) TCRInstancesInstanceListOutput

type TCRInstancesOutputArgs

type TCRInstancesOutputArgs struct {
	InstanceId       pulumi.StringPtrInput `pulumi:"instanceId"`
	Name             pulumi.StringPtrInput `pulumi:"name"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRInstances.

func (TCRInstancesOutputArgs) ElementType

func (TCRInstancesOutputArgs) ElementType() reflect.Type

type TCRInstancesResult

type TCRInstancesResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                     `pulumi:"id"`
	InstanceId       *string                    `pulumi:"instanceId"`
	InstanceLists    []TCRInstancesInstanceList `pulumi:"instanceLists"`
	Name             *string                    `pulumi:"name"`
	ResultOutputFile *string                    `pulumi:"resultOutputFile"`
}

A collection of values returned by TCRInstances.

func TCRInstances

func TCRInstances(ctx *pulumi.Context, args *TCRInstancesArgs, opts ...pulumi.InvokeOption) (*TCRInstancesResult, error)

type TCRInstancesResultOutput

type TCRInstancesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by TCRInstances.

func (TCRInstancesResultOutput) ElementType

func (TCRInstancesResultOutput) ElementType() reflect.Type

func (TCRInstancesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (TCRInstancesResultOutput) InstanceId

func (TCRInstancesResultOutput) InstanceLists

func (TCRInstancesResultOutput) Name

func (TCRInstancesResultOutput) ResultOutputFile

func (o TCRInstancesResultOutput) ResultOutputFile() pulumi.StringPtrOutput

func (TCRInstancesResultOutput) ToTCRInstancesResultOutput

func (o TCRInstancesResultOutput) ToTCRInstancesResultOutput() TCRInstancesResultOutput

func (TCRInstancesResultOutput) ToTCRInstancesResultOutputWithContext

func (o TCRInstancesResultOutput) ToTCRInstancesResultOutputWithContext(ctx context.Context) TCRInstancesResultOutput

type TCRNamespacesArgs

type TCRNamespacesArgs struct {
	InstanceId       string  `pulumi:"instanceId"`
	NamespaceName    *string `pulumi:"namespaceName"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRNamespaces.

type TCRNamespacesNamespaceList

type TCRNamespacesNamespaceList struct {
	IsPublic bool   `pulumi:"isPublic"`
	Name     string `pulumi:"name"`
}

type TCRNamespacesNamespaceListArgs

type TCRNamespacesNamespaceListArgs struct {
	IsPublic pulumi.BoolInput   `pulumi:"isPublic"`
	Name     pulumi.StringInput `pulumi:"name"`
}

func (TCRNamespacesNamespaceListArgs) ElementType

func (TCRNamespacesNamespaceListArgs) ToTCRNamespacesNamespaceListOutput

func (i TCRNamespacesNamespaceListArgs) ToTCRNamespacesNamespaceListOutput() TCRNamespacesNamespaceListOutput

func (TCRNamespacesNamespaceListArgs) ToTCRNamespacesNamespaceListOutputWithContext

func (i TCRNamespacesNamespaceListArgs) ToTCRNamespacesNamespaceListOutputWithContext(ctx context.Context) TCRNamespacesNamespaceListOutput

type TCRNamespacesNamespaceListArray

type TCRNamespacesNamespaceListArray []TCRNamespacesNamespaceListInput

func (TCRNamespacesNamespaceListArray) ElementType

func (TCRNamespacesNamespaceListArray) ToTCRNamespacesNamespaceListArrayOutput

func (i TCRNamespacesNamespaceListArray) ToTCRNamespacesNamespaceListArrayOutput() TCRNamespacesNamespaceListArrayOutput

func (TCRNamespacesNamespaceListArray) ToTCRNamespacesNamespaceListArrayOutputWithContext

func (i TCRNamespacesNamespaceListArray) ToTCRNamespacesNamespaceListArrayOutputWithContext(ctx context.Context) TCRNamespacesNamespaceListArrayOutput

type TCRNamespacesNamespaceListArrayInput

type TCRNamespacesNamespaceListArrayInput interface {
	pulumi.Input

	ToTCRNamespacesNamespaceListArrayOutput() TCRNamespacesNamespaceListArrayOutput
	ToTCRNamespacesNamespaceListArrayOutputWithContext(context.Context) TCRNamespacesNamespaceListArrayOutput
}

TCRNamespacesNamespaceListArrayInput is an input type that accepts TCRNamespacesNamespaceListArray and TCRNamespacesNamespaceListArrayOutput values. You can construct a concrete instance of `TCRNamespacesNamespaceListArrayInput` via:

TCRNamespacesNamespaceListArray{ TCRNamespacesNamespaceListArgs{...} }

type TCRNamespacesNamespaceListArrayOutput

type TCRNamespacesNamespaceListArrayOutput struct{ *pulumi.OutputState }

func (TCRNamespacesNamespaceListArrayOutput) ElementType

func (TCRNamespacesNamespaceListArrayOutput) Index

func (TCRNamespacesNamespaceListArrayOutput) ToTCRNamespacesNamespaceListArrayOutput

func (o TCRNamespacesNamespaceListArrayOutput) ToTCRNamespacesNamespaceListArrayOutput() TCRNamespacesNamespaceListArrayOutput

func (TCRNamespacesNamespaceListArrayOutput) ToTCRNamespacesNamespaceListArrayOutputWithContext

func (o TCRNamespacesNamespaceListArrayOutput) ToTCRNamespacesNamespaceListArrayOutputWithContext(ctx context.Context) TCRNamespacesNamespaceListArrayOutput

type TCRNamespacesNamespaceListInput

type TCRNamespacesNamespaceListInput interface {
	pulumi.Input

	ToTCRNamespacesNamespaceListOutput() TCRNamespacesNamespaceListOutput
	ToTCRNamespacesNamespaceListOutputWithContext(context.Context) TCRNamespacesNamespaceListOutput
}

TCRNamespacesNamespaceListInput is an input type that accepts TCRNamespacesNamespaceListArgs and TCRNamespacesNamespaceListOutput values. You can construct a concrete instance of `TCRNamespacesNamespaceListInput` via:

TCRNamespacesNamespaceListArgs{...}

type TCRNamespacesNamespaceListOutput

type TCRNamespacesNamespaceListOutput struct{ *pulumi.OutputState }

func (TCRNamespacesNamespaceListOutput) ElementType

func (TCRNamespacesNamespaceListOutput) IsPublic

func (TCRNamespacesNamespaceListOutput) Name

func (TCRNamespacesNamespaceListOutput) ToTCRNamespacesNamespaceListOutput

func (o TCRNamespacesNamespaceListOutput) ToTCRNamespacesNamespaceListOutput() TCRNamespacesNamespaceListOutput

func (TCRNamespacesNamespaceListOutput) ToTCRNamespacesNamespaceListOutputWithContext

func (o TCRNamespacesNamespaceListOutput) ToTCRNamespacesNamespaceListOutputWithContext(ctx context.Context) TCRNamespacesNamespaceListOutput

type TCRNamespacesOutputArgs

type TCRNamespacesOutputArgs struct {
	InstanceId       pulumi.StringInput    `pulumi:"instanceId"`
	NamespaceName    pulumi.StringPtrInput `pulumi:"namespaceName"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRNamespaces.

func (TCRNamespacesOutputArgs) ElementType

func (TCRNamespacesOutputArgs) ElementType() reflect.Type

type TCRNamespacesResult

type TCRNamespacesResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                       `pulumi:"id"`
	InstanceId       string                       `pulumi:"instanceId"`
	NamespaceLists   []TCRNamespacesNamespaceList `pulumi:"namespaceLists"`
	NamespaceName    *string                      `pulumi:"namespaceName"`
	ResultOutputFile *string                      `pulumi:"resultOutputFile"`
}

A collection of values returned by TCRNamespaces.

func TCRNamespaces

func TCRNamespaces(ctx *pulumi.Context, args *TCRNamespacesArgs, opts ...pulumi.InvokeOption) (*TCRNamespacesResult, error)

type TCRNamespacesResultOutput

type TCRNamespacesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by TCRNamespaces.

func (TCRNamespacesResultOutput) ElementType

func (TCRNamespacesResultOutput) ElementType() reflect.Type

func (TCRNamespacesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (TCRNamespacesResultOutput) InstanceId

func (TCRNamespacesResultOutput) NamespaceLists

func (TCRNamespacesResultOutput) NamespaceName

func (TCRNamespacesResultOutput) ResultOutputFile

func (o TCRNamespacesResultOutput) ResultOutputFile() pulumi.StringPtrOutput

func (TCRNamespacesResultOutput) ToTCRNamespacesResultOutput

func (o TCRNamespacesResultOutput) ToTCRNamespacesResultOutput() TCRNamespacesResultOutput

func (TCRNamespacesResultOutput) ToTCRNamespacesResultOutputWithContext

func (o TCRNamespacesResultOutput) ToTCRNamespacesResultOutputWithContext(ctx context.Context) TCRNamespacesResultOutput

type TCRRepositoriesArgs

type TCRRepositoriesArgs struct {
	InstanceId       string  `pulumi:"instanceId"`
	NamespaceName    string  `pulumi:"namespaceName"`
	RepositoryName   *string `pulumi:"repositoryName"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRRepositories.

type TCRRepositoriesOutputArgs

type TCRRepositoriesOutputArgs struct {
	InstanceId       pulumi.StringInput    `pulumi:"instanceId"`
	NamespaceName    pulumi.StringInput    `pulumi:"namespaceName"`
	RepositoryName   pulumi.StringPtrInput `pulumi:"repositoryName"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
}

A collection of arguments for invoking TCRRepositories.

func (TCRRepositoriesOutputArgs) ElementType

func (TCRRepositoriesOutputArgs) ElementType() reflect.Type

type TCRRepositoriesRepositoryList

type TCRRepositoriesRepositoryList struct {
	BriefDesc     string `pulumi:"briefDesc"`
	CreateTime    string `pulumi:"createTime"`
	Description   string `pulumi:"description"`
	IsPublic      bool   `pulumi:"isPublic"`
	Name          string `pulumi:"name"`
	NamespaceName string `pulumi:"namespaceName"`
	UpdateTime    string `pulumi:"updateTime"`
	Url           string `pulumi:"url"`
}

type TCRRepositoriesRepositoryListArgs

type TCRRepositoriesRepositoryListArgs struct {
	BriefDesc     pulumi.StringInput `pulumi:"briefDesc"`
	CreateTime    pulumi.StringInput `pulumi:"createTime"`
	Description   pulumi.StringInput `pulumi:"description"`
	IsPublic      pulumi.BoolInput   `pulumi:"isPublic"`
	Name          pulumi.StringInput `pulumi:"name"`
	NamespaceName pulumi.StringInput `pulumi:"namespaceName"`
	UpdateTime    pulumi.StringInput `pulumi:"updateTime"`
	Url           pulumi.StringInput `pulumi:"url"`
}

func (TCRRepositoriesRepositoryListArgs) ElementType

func (TCRRepositoriesRepositoryListArgs) ToTCRRepositoriesRepositoryListOutput

func (i TCRRepositoriesRepositoryListArgs) ToTCRRepositoriesRepositoryListOutput() TCRRepositoriesRepositoryListOutput

func (TCRRepositoriesRepositoryListArgs) ToTCRRepositoriesRepositoryListOutputWithContext

func (i TCRRepositoriesRepositoryListArgs) ToTCRRepositoriesRepositoryListOutputWithContext(ctx context.Context) TCRRepositoriesRepositoryListOutput

type TCRRepositoriesRepositoryListArray

type TCRRepositoriesRepositoryListArray []TCRRepositoriesRepositoryListInput

func (TCRRepositoriesRepositoryListArray) ElementType

func (TCRRepositoriesRepositoryListArray) ToTCRRepositoriesRepositoryListArrayOutput

func (i TCRRepositoriesRepositoryListArray) ToTCRRepositoriesRepositoryListArrayOutput() TCRRepositoriesRepositoryListArrayOutput

func (TCRRepositoriesRepositoryListArray) ToTCRRepositoriesRepositoryListArrayOutputWithContext

func (i TCRRepositoriesRepositoryListArray) ToTCRRepositoriesRepositoryListArrayOutputWithContext(ctx context.Context) TCRRepositoriesRepositoryListArrayOutput

type TCRRepositoriesRepositoryListArrayInput

type TCRRepositoriesRepositoryListArrayInput interface {
	pulumi.Input

	ToTCRRepositoriesRepositoryListArrayOutput() TCRRepositoriesRepositoryListArrayOutput
	ToTCRRepositoriesRepositoryListArrayOutputWithContext(context.Context) TCRRepositoriesRepositoryListArrayOutput
}

TCRRepositoriesRepositoryListArrayInput is an input type that accepts TCRRepositoriesRepositoryListArray and TCRRepositoriesRepositoryListArrayOutput values. You can construct a concrete instance of `TCRRepositoriesRepositoryListArrayInput` via:

TCRRepositoriesRepositoryListArray{ TCRRepositoriesRepositoryListArgs{...} }

type TCRRepositoriesRepositoryListArrayOutput

type TCRRepositoriesRepositoryListArrayOutput struct{ *pulumi.OutputState }

func (TCRRepositoriesRepositoryListArrayOutput) ElementType

func (TCRRepositoriesRepositoryListArrayOutput) Index

func (TCRRepositoriesRepositoryListArrayOutput) ToTCRRepositoriesRepositoryListArrayOutput

func (o TCRRepositoriesRepositoryListArrayOutput) ToTCRRepositoriesRepositoryListArrayOutput() TCRRepositoriesRepositoryListArrayOutput

func (TCRRepositoriesRepositoryListArrayOutput) ToTCRRepositoriesRepositoryListArrayOutputWithContext

func (o TCRRepositoriesRepositoryListArrayOutput) ToTCRRepositoriesRepositoryListArrayOutputWithContext(ctx context.Context) TCRRepositoriesRepositoryListArrayOutput

type TCRRepositoriesRepositoryListInput

type TCRRepositoriesRepositoryListInput interface {
	pulumi.Input

	ToTCRRepositoriesRepositoryListOutput() TCRRepositoriesRepositoryListOutput
	ToTCRRepositoriesRepositoryListOutputWithContext(context.Context) TCRRepositoriesRepositoryListOutput
}

TCRRepositoriesRepositoryListInput is an input type that accepts TCRRepositoriesRepositoryListArgs and TCRRepositoriesRepositoryListOutput values. You can construct a concrete instance of `TCRRepositoriesRepositoryListInput` via:

TCRRepositoriesRepositoryListArgs{...}

type TCRRepositoriesRepositoryListOutput

type TCRRepositoriesRepositoryListOutput struct{ *pulumi.OutputState }

func (TCRRepositoriesRepositoryListOutput) BriefDesc

func (TCRRepositoriesRepositoryListOutput) CreateTime

func (TCRRepositoriesRepositoryListOutput) Description

func (TCRRepositoriesRepositoryListOutput) ElementType

func (TCRRepositoriesRepositoryListOutput) IsPublic

func (TCRRepositoriesRepositoryListOutput) Name

func (TCRRepositoriesRepositoryListOutput) NamespaceName

func (TCRRepositoriesRepositoryListOutput) ToTCRRepositoriesRepositoryListOutput

func (o TCRRepositoriesRepositoryListOutput) ToTCRRepositoriesRepositoryListOutput() TCRRepositoriesRepositoryListOutput

func (TCRRepositoriesRepositoryListOutput) ToTCRRepositoriesRepositoryListOutputWithContext

func (o TCRRepositoriesRepositoryListOutput) ToTCRRepositoriesRepositoryListOutputWithContext(ctx context.Context) TCRRepositoriesRepositoryListOutput

func (TCRRepositoriesRepositoryListOutput) UpdateTime

func (TCRRepositoriesRepositoryListOutput) Url

type TCRRepositoriesResult

type TCRRepositoriesResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string                          `pulumi:"id"`
	InstanceId       string                          `pulumi:"instanceId"`
	NamespaceName    string                          `pulumi:"namespaceName"`
	RepositoryLists  []TCRRepositoriesRepositoryList `pulumi:"repositoryLists"`
	RepositoryName   *string                         `pulumi:"repositoryName"`
	ResultOutputFile *string                         `pulumi:"resultOutputFile"`
}

A collection of values returned by TCRRepositories.

func TCRRepositories

func TCRRepositories(ctx *pulumi.Context, args *TCRRepositoriesArgs, opts ...pulumi.InvokeOption) (*TCRRepositoriesResult, error)

type TCRRepositoriesResultOutput

type TCRRepositoriesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by TCRRepositories.

func (TCRRepositoriesResultOutput) ElementType

func (TCRRepositoriesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (TCRRepositoriesResultOutput) InstanceId

func (TCRRepositoriesResultOutput) NamespaceName

func (TCRRepositoriesResultOutput) RepositoryLists

func (TCRRepositoriesResultOutput) RepositoryName

func (TCRRepositoriesResultOutput) ResultOutputFile

func (o TCRRepositoriesResultOutput) ResultOutputFile() pulumi.StringPtrOutput

func (TCRRepositoriesResultOutput) ToTCRRepositoriesResultOutput

func (o TCRRepositoriesResultOutput) ToTCRRepositoriesResultOutput() TCRRepositoriesResultOutput

func (TCRRepositoriesResultOutput) ToTCRRepositoriesResultOutputWithContext

func (o TCRRepositoriesResultOutput) ToTCRRepositoriesResultOutputWithContext(ctx context.Context) TCRRepositoriesResultOutput

type TCRTokensArgs

type TCRTokensArgs struct {
	InstanceId       string  `pulumi:"instanceId"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	TokenId          *string `pulumi:"tokenId"`
}

A collection of arguments for invoking TCRTokens.

type TCRTokensOutputArgs

type TCRTokensOutputArgs struct {
	InstanceId       pulumi.StringInput    `pulumi:"instanceId"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	TokenId          pulumi.StringPtrInput `pulumi:"tokenId"`
}

A collection of arguments for invoking TCRTokens.

func (TCRTokensOutputArgs) ElementType

func (TCRTokensOutputArgs) ElementType() reflect.Type

type TCRTokensResult

type TCRTokensResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id               string               `pulumi:"id"`
	InstanceId       string               `pulumi:"instanceId"`
	ResultOutputFile *string              `pulumi:"resultOutputFile"`
	TokenId          *string              `pulumi:"tokenId"`
	TokenLists       []TCRTokensTokenList `pulumi:"tokenLists"`
}

A collection of values returned by TCRTokens.

func TCRTokens

func TCRTokens(ctx *pulumi.Context, args *TCRTokensArgs, opts ...pulumi.InvokeOption) (*TCRTokensResult, error)

type TCRTokensResultOutput

type TCRTokensResultOutput struct{ *pulumi.OutputState }

A collection of values returned by TCRTokens.

func (TCRTokensResultOutput) ElementType

func (TCRTokensResultOutput) ElementType() reflect.Type

func (TCRTokensResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (TCRTokensResultOutput) InstanceId

func (o TCRTokensResultOutput) InstanceId() pulumi.StringOutput

func (TCRTokensResultOutput) ResultOutputFile

func (o TCRTokensResultOutput) ResultOutputFile() pulumi.StringPtrOutput

func (TCRTokensResultOutput) ToTCRTokensResultOutput

func (o TCRTokensResultOutput) ToTCRTokensResultOutput() TCRTokensResultOutput

func (TCRTokensResultOutput) ToTCRTokensResultOutputWithContext

func (o TCRTokensResultOutput) ToTCRTokensResultOutputWithContext(ctx context.Context) TCRTokensResultOutput

func (TCRTokensResultOutput) TokenId

func (TCRTokensResultOutput) TokenLists

type TCRTokensTokenList

type TCRTokensTokenList struct {
	CreateTime  string `pulumi:"createTime"`
	Description string `pulumi:"description"`
	Enable      bool   `pulumi:"enable"`
	TokenId     string `pulumi:"tokenId"`
}

type TCRTokensTokenListArgs

type TCRTokensTokenListArgs struct {
	CreateTime  pulumi.StringInput `pulumi:"createTime"`
	Description pulumi.StringInput `pulumi:"description"`
	Enable      pulumi.BoolInput   `pulumi:"enable"`
	TokenId     pulumi.StringInput `pulumi:"tokenId"`
}

func (TCRTokensTokenListArgs) ElementType

func (TCRTokensTokenListArgs) ElementType() reflect.Type

func (TCRTokensTokenListArgs) ToTCRTokensTokenListOutput

func (i TCRTokensTokenListArgs) ToTCRTokensTokenListOutput() TCRTokensTokenListOutput

func (TCRTokensTokenListArgs) ToTCRTokensTokenListOutputWithContext

func (i TCRTokensTokenListArgs) ToTCRTokensTokenListOutputWithContext(ctx context.Context) TCRTokensTokenListOutput

type TCRTokensTokenListArray

type TCRTokensTokenListArray []TCRTokensTokenListInput

func (TCRTokensTokenListArray) ElementType

func (TCRTokensTokenListArray) ElementType() reflect.Type

func (TCRTokensTokenListArray) ToTCRTokensTokenListArrayOutput

func (i TCRTokensTokenListArray) ToTCRTokensTokenListArrayOutput() TCRTokensTokenListArrayOutput

func (TCRTokensTokenListArray) ToTCRTokensTokenListArrayOutputWithContext

func (i TCRTokensTokenListArray) ToTCRTokensTokenListArrayOutputWithContext(ctx context.Context) TCRTokensTokenListArrayOutput

type TCRTokensTokenListArrayInput

type TCRTokensTokenListArrayInput interface {
	pulumi.Input

	ToTCRTokensTokenListArrayOutput() TCRTokensTokenListArrayOutput
	ToTCRTokensTokenListArrayOutputWithContext(context.Context) TCRTokensTokenListArrayOutput
}

TCRTokensTokenListArrayInput is an input type that accepts TCRTokensTokenListArray and TCRTokensTokenListArrayOutput values. You can construct a concrete instance of `TCRTokensTokenListArrayInput` via:

TCRTokensTokenListArray{ TCRTokensTokenListArgs{...} }

type TCRTokensTokenListArrayOutput

type TCRTokensTokenListArrayOutput struct{ *pulumi.OutputState }

func (TCRTokensTokenListArrayOutput) ElementType

func (TCRTokensTokenListArrayOutput) Index

func (TCRTokensTokenListArrayOutput) ToTCRTokensTokenListArrayOutput

func (o TCRTokensTokenListArrayOutput) ToTCRTokensTokenListArrayOutput() TCRTokensTokenListArrayOutput

func (TCRTokensTokenListArrayOutput) ToTCRTokensTokenListArrayOutputWithContext

func (o TCRTokensTokenListArrayOutput) ToTCRTokensTokenListArrayOutputWithContext(ctx context.Context) TCRTokensTokenListArrayOutput

type TCRTokensTokenListInput

type TCRTokensTokenListInput interface {
	pulumi.Input

	ToTCRTokensTokenListOutput() TCRTokensTokenListOutput
	ToTCRTokensTokenListOutputWithContext(context.Context) TCRTokensTokenListOutput
}

TCRTokensTokenListInput is an input type that accepts TCRTokensTokenListArgs and TCRTokensTokenListOutput values. You can construct a concrete instance of `TCRTokensTokenListInput` via:

TCRTokensTokenListArgs{...}

type TCRTokensTokenListOutput

type TCRTokensTokenListOutput struct{ *pulumi.OutputState }

func (TCRTokensTokenListOutput) CreateTime

func (TCRTokensTokenListOutput) Description

func (TCRTokensTokenListOutput) ElementType

func (TCRTokensTokenListOutput) ElementType() reflect.Type

func (TCRTokensTokenListOutput) Enable

func (TCRTokensTokenListOutput) ToTCRTokensTokenListOutput

func (o TCRTokensTokenListOutput) ToTCRTokensTokenListOutput() TCRTokensTokenListOutput

func (TCRTokensTokenListOutput) ToTCRTokensTokenListOutputWithContext

func (o TCRTokensTokenListOutput) ToTCRTokensTokenListOutputWithContext(ctx context.Context) TCRTokensTokenListOutput

func (TCRTokensTokenListOutput) TokenId

type TCRVPCAttachmentsArgs

type TCRVPCAttachmentsArgs struct {
	InstanceId       string  `pulumi:"instanceId"`
	ResultOutputFile *string `pulumi:"resultOutputFile"`
	SubnetId         *string `pulumi:"subnetId"`
	VpcId            *string `pulumi:"vpcId"`
}

A collection of arguments for invoking TCRVPCAttachments.

type TCRVPCAttachmentsOutputArgs

type TCRVPCAttachmentsOutputArgs struct {
	InstanceId       pulumi.StringInput    `pulumi:"instanceId"`
	ResultOutputFile pulumi.StringPtrInput `pulumi:"resultOutputFile"`
	SubnetId         pulumi.StringPtrInput `pulumi:"subnetId"`
	VpcId            pulumi.StringPtrInput `pulumi:"vpcId"`
}

A collection of arguments for invoking TCRVPCAttachments.

func (TCRVPCAttachmentsOutputArgs) ElementType

type TCRVPCAttachmentsResult

type TCRVPCAttachmentsResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id                 string                               `pulumi:"id"`
	InstanceId         string                               `pulumi:"instanceId"`
	ResultOutputFile   *string                              `pulumi:"resultOutputFile"`
	SubnetId           *string                              `pulumi:"subnetId"`
	VpcAttachmentLists []TCRVPCAttachmentsVpcAttachmentList `pulumi:"vpcAttachmentLists"`
	VpcId              *string                              `pulumi:"vpcId"`
}

A collection of values returned by TCRVPCAttachments.

type TCRVPCAttachmentsResultOutput

type TCRVPCAttachmentsResultOutput struct{ *pulumi.OutputState }

A collection of values returned by TCRVPCAttachments.

func (TCRVPCAttachmentsResultOutput) ElementType

func (TCRVPCAttachmentsResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (TCRVPCAttachmentsResultOutput) InstanceId

func (TCRVPCAttachmentsResultOutput) ResultOutputFile

func (TCRVPCAttachmentsResultOutput) SubnetId

func (TCRVPCAttachmentsResultOutput) ToTCRVPCAttachmentsResultOutput

func (o TCRVPCAttachmentsResultOutput) ToTCRVPCAttachmentsResultOutput() TCRVPCAttachmentsResultOutput

func (TCRVPCAttachmentsResultOutput) ToTCRVPCAttachmentsResultOutputWithContext

func (o TCRVPCAttachmentsResultOutput) ToTCRVPCAttachmentsResultOutputWithContext(ctx context.Context) TCRVPCAttachmentsResultOutput

func (TCRVPCAttachmentsResultOutput) VpcAttachmentLists

func (TCRVPCAttachmentsResultOutput) VpcId

type TCRVPCAttachmentsVpcAttachmentList

type TCRVPCAttachmentsVpcAttachmentList struct {
	AccessIp              string `pulumi:"accessIp"`
	EnablePublicDomainDns bool   `pulumi:"enablePublicDomainDns"`
	EnableVpcDomainDns    bool   `pulumi:"enableVpcDomainDns"`
	Status                string `pulumi:"status"`
	SubnetId              string `pulumi:"subnetId"`
	VpcId                 string `pulumi:"vpcId"`
}

type TCRVPCAttachmentsVpcAttachmentListArgs

type TCRVPCAttachmentsVpcAttachmentListArgs struct {
	AccessIp              pulumi.StringInput `pulumi:"accessIp"`
	EnablePublicDomainDns pulumi.BoolInput   `pulumi:"enablePublicDomainDns"`
	EnableVpcDomainDns    pulumi.BoolInput   `pulumi:"enableVpcDomainDns"`
	Status                pulumi.StringInput `pulumi:"status"`
	SubnetId              pulumi.StringInput `pulumi:"subnetId"`
	VpcId                 pulumi.StringInput `pulumi:"vpcId"`
}

func (TCRVPCAttachmentsVpcAttachmentListArgs) ElementType

func (TCRVPCAttachmentsVpcAttachmentListArgs) ToTCRVPCAttachmentsVpcAttachmentListOutput

func (i TCRVPCAttachmentsVpcAttachmentListArgs) ToTCRVPCAttachmentsVpcAttachmentListOutput() TCRVPCAttachmentsVpcAttachmentListOutput

func (TCRVPCAttachmentsVpcAttachmentListArgs) ToTCRVPCAttachmentsVpcAttachmentListOutputWithContext

func (i TCRVPCAttachmentsVpcAttachmentListArgs) ToTCRVPCAttachmentsVpcAttachmentListOutputWithContext(ctx context.Context) TCRVPCAttachmentsVpcAttachmentListOutput

type TCRVPCAttachmentsVpcAttachmentListArray

type TCRVPCAttachmentsVpcAttachmentListArray []TCRVPCAttachmentsVpcAttachmentListInput

func (TCRVPCAttachmentsVpcAttachmentListArray) ElementType

func (TCRVPCAttachmentsVpcAttachmentListArray) ToTCRVPCAttachmentsVpcAttachmentListArrayOutput

func (i TCRVPCAttachmentsVpcAttachmentListArray) ToTCRVPCAttachmentsVpcAttachmentListArrayOutput() TCRVPCAttachmentsVpcAttachmentListArrayOutput

func (TCRVPCAttachmentsVpcAttachmentListArray) ToTCRVPCAttachmentsVpcAttachmentListArrayOutputWithContext

func (i TCRVPCAttachmentsVpcAttachmentListArray) ToTCRVPCAttachmentsVpcAttachmentListArrayOutputWithContext(ctx context.Context) TCRVPCAttachmentsVpcAttachmentListArrayOutput

type TCRVPCAttachmentsVpcAttachmentListArrayInput

type TCRVPCAttachmentsVpcAttachmentListArrayInput interface {
	pulumi.Input

	ToTCRVPCAttachmentsVpcAttachmentListArrayOutput() TCRVPCAttachmentsVpcAttachmentListArrayOutput
	ToTCRVPCAttachmentsVpcAttachmentListArrayOutputWithContext(context.Context) TCRVPCAttachmentsVpcAttachmentListArrayOutput
}

TCRVPCAttachmentsVpcAttachmentListArrayInput is an input type that accepts TCRVPCAttachmentsVpcAttachmentListArray and TCRVPCAttachmentsVpcAttachmentListArrayOutput values. You can construct a concrete instance of `TCRVPCAttachmentsVpcAttachmentListArrayInput` via:

TCRVPCAttachmentsVpcAttachmentListArray{ TCRVPCAttachmentsVpcAttachmentListArgs{...} }

type TCRVPCAttachmentsVpcAttachmentListArrayOutput

type TCRVPCAttachmentsVpcAttachmentListArrayOutput struct{ *pulumi.OutputState }

func (TCRVPCAttachmentsVpcAttachmentListArrayOutput) ElementType

func (TCRVPCAttachmentsVpcAttachmentListArrayOutput) Index

func (TCRVPCAttachmentsVpcAttachmentListArrayOutput) ToTCRVPCAttachmentsVpcAttachmentListArrayOutput

func (o TCRVPCAttachmentsVpcAttachmentListArrayOutput) ToTCRVPCAttachmentsVpcAttachmentListArrayOutput() TCRVPCAttachmentsVpcAttachmentListArrayOutput

func (TCRVPCAttachmentsVpcAttachmentListArrayOutput) ToTCRVPCAttachmentsVpcAttachmentListArrayOutputWithContext

func (o TCRVPCAttachmentsVpcAttachmentListArrayOutput) ToTCRVPCAttachmentsVpcAttachmentListArrayOutputWithContext(ctx context.Context) TCRVPCAttachmentsVpcAttachmentListArrayOutput

type TCRVPCAttachmentsVpcAttachmentListInput

type TCRVPCAttachmentsVpcAttachmentListInput interface {
	pulumi.Input

	ToTCRVPCAttachmentsVpcAttachmentListOutput() TCRVPCAttachmentsVpcAttachmentListOutput
	ToTCRVPCAttachmentsVpcAttachmentListOutputWithContext(context.Context) TCRVPCAttachmentsVpcAttachmentListOutput
}

TCRVPCAttachmentsVpcAttachmentListInput is an input type that accepts TCRVPCAttachmentsVpcAttachmentListArgs and TCRVPCAttachmentsVpcAttachmentListOutput values. You can construct a concrete instance of `TCRVPCAttachmentsVpcAttachmentListInput` via:

TCRVPCAttachmentsVpcAttachmentListArgs{...}

type TCRVPCAttachmentsVpcAttachmentListOutput

type TCRVPCAttachmentsVpcAttachmentListOutput struct{ *pulumi.OutputState }

func (TCRVPCAttachmentsVpcAttachmentListOutput) AccessIp

func (TCRVPCAttachmentsVpcAttachmentListOutput) ElementType

func (TCRVPCAttachmentsVpcAttachmentListOutput) EnablePublicDomainDns

func (TCRVPCAttachmentsVpcAttachmentListOutput) EnableVpcDomainDns

func (TCRVPCAttachmentsVpcAttachmentListOutput) Status

func (TCRVPCAttachmentsVpcAttachmentListOutput) SubnetId

func (TCRVPCAttachmentsVpcAttachmentListOutput) ToTCRVPCAttachmentsVpcAttachmentListOutput

func (o TCRVPCAttachmentsVpcAttachmentListOutput) ToTCRVPCAttachmentsVpcAttachmentListOutput() TCRVPCAttachmentsVpcAttachmentListOutput

func (TCRVPCAttachmentsVpcAttachmentListOutput) ToTCRVPCAttachmentsVpcAttachmentListOutputWithContext

func (o TCRVPCAttachmentsVpcAttachmentListOutput) ToTCRVPCAttachmentsVpcAttachmentListOutputWithContext(ctx context.Context) TCRVPCAttachmentsVpcAttachmentListOutput

func (TCRVPCAttachmentsVpcAttachmentListOutput) VpcId

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL