config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAccessKey

func GetAccessKey(ctx *pulumi.Context) string

The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.

func GetAccountId

func GetAccountId(ctx *pulumi.Context) string

The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.

func GetAssumeRole

func GetAssumeRole(ctx *pulumi.Context) string

func GetClientConnectTimeout

func GetClientConnectTimeout(ctx *pulumi.Context) int

The maximum timeout of the client connection server.

func GetClientReadTimeout

func GetClientReadTimeout(ctx *pulumi.Context) int

The maximum timeout of the client read request.

func GetConfigurationSource

func GetConfigurationSource(ctx *pulumi.Context) string

Use this to mark a terraform configuration file source.

func GetCredentialsUri

func GetCredentialsUri(ctx *pulumi.Context) string

The URI of sidecar credentials service.

func GetEcsRoleName

func GetEcsRoleName(ctx *pulumi.Context) string

The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.

func GetEndpoints

func GetEndpoints(ctx *pulumi.Context) string

func GetFc deprecated

func GetFc(ctx *pulumi.Context) string

Deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.

func GetLogEndpoint deprecated

func GetLogEndpoint(ctx *pulumi.Context) string

Deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.

func GetMaxRetryTimeout

func GetMaxRetryTimeout(ctx *pulumi.Context) int

The maximum retry timeout of the request.

func GetMnsEndpoint deprecated

func GetMnsEndpoint(ctx *pulumi.Context) string

Deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.

func GetOtsInstanceName deprecated

func GetOtsInstanceName(ctx *pulumi.Context) string

Deprecated: Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.

func GetProfile

func GetProfile(ctx *pulumi.Context) string

The profile for API operations. If not set, the default profile created with `aliyun configure` will be used.

func GetProtocol

func GetProtocol(ctx *pulumi.Context) string

func GetRegion

func GetRegion(ctx *pulumi.Context) string

The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.

func GetSecretKey

func GetSecretKey(ctx *pulumi.Context) string

The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.

func GetSecureTransport

func GetSecureTransport(ctx *pulumi.Context) string

The security transport for the assume role invoking.

func GetSecurityToken

func GetSecurityToken(ctx *pulumi.Context) string

security token. A security token is only required if you are using Security Token Service.

func GetSecurityTransport

func GetSecurityTransport(ctx *pulumi.Context) string

func GetSharedCredentialsFile

func GetSharedCredentialsFile(ctx *pulumi.Context) string

The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json

func GetSkipRegionValidation

func GetSkipRegionValidation(ctx *pulumi.Context) bool

Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).

func GetSourceIp

func GetSourceIp(ctx *pulumi.Context) string

The source ip for the assume role invoking.

func PkgVersion

func PkgVersion() (semver.Version, error)

PkgVersion uses reflection to determine the version of the current package. If a version cannot be determined, v1 will be assumed. The second return value is always nil.

Types

type AssumeRole

type AssumeRole struct {
	Policy            *string `pulumi:"policy"`
	RoleArn           string  `pulumi:"roleArn"`
	SessionExpiration *int    `pulumi:"sessionExpiration"`
	SessionName       *string `pulumi:"sessionName"`
}

type AssumeRoleArgs

type AssumeRoleArgs struct {
	Policy            pulumi.StringPtrInput `pulumi:"policy"`
	RoleArn           pulumi.StringInput    `pulumi:"roleArn"`
	SessionExpiration pulumi.IntPtrInput    `pulumi:"sessionExpiration"`
	SessionName       pulumi.StringPtrInput `pulumi:"sessionName"`
}

func (AssumeRoleArgs) ElementType

func (AssumeRoleArgs) ElementType() reflect.Type

func (AssumeRoleArgs) ToAssumeRoleOutput

func (i AssumeRoleArgs) ToAssumeRoleOutput() AssumeRoleOutput

func (AssumeRoleArgs) ToAssumeRoleOutputWithContext

func (i AssumeRoleArgs) ToAssumeRoleOutputWithContext(ctx context.Context) AssumeRoleOutput

type AssumeRoleInput

type AssumeRoleInput interface {
	pulumi.Input

	ToAssumeRoleOutput() AssumeRoleOutput
	ToAssumeRoleOutputWithContext(context.Context) AssumeRoleOutput
}

AssumeRoleInput is an input type that accepts AssumeRoleArgs and AssumeRoleOutput values. You can construct a concrete instance of `AssumeRoleInput` via:

AssumeRoleArgs{...}

type AssumeRoleOutput

type AssumeRoleOutput struct{ *pulumi.OutputState }

func (AssumeRoleOutput) ElementType

func (AssumeRoleOutput) ElementType() reflect.Type

func (AssumeRoleOutput) Policy

func (AssumeRoleOutput) RoleArn

func (o AssumeRoleOutput) RoleArn() pulumi.StringOutput

func (AssumeRoleOutput) SessionExpiration

func (o AssumeRoleOutput) SessionExpiration() pulumi.IntPtrOutput

func (AssumeRoleOutput) SessionName

func (o AssumeRoleOutput) SessionName() pulumi.StringPtrOutput

func (AssumeRoleOutput) ToAssumeRoleOutput

func (o AssumeRoleOutput) ToAssumeRoleOutput() AssumeRoleOutput

func (AssumeRoleOutput) ToAssumeRoleOutputWithContext

func (o AssumeRoleOutput) ToAssumeRoleOutputWithContext(ctx context.Context) AssumeRoleOutput

type Endpoints

type Endpoints struct {
	Acr                 *string `pulumi:"acr"`
	Actiontrail         *string `pulumi:"actiontrail"`
	Adb                 *string `pulumi:"adb"`
	Alb                 *string `pulumi:"alb"`
	Alidfs              *string `pulumi:"alidfs"`
	Alidns              *string `pulumi:"alidns"`
	Alikafka            *string `pulumi:"alikafka"`
	Apigateway          *string `pulumi:"apigateway"`
	Arms                *string `pulumi:"arms"`
	Bastionhost         *string `pulumi:"bastionhost"`
	Bpstudio            *string `pulumi:"bpstudio"`
	BrainIndustrial     *string `pulumi:"brainIndustrial"`
	Bssopenapi          *string `pulumi:"bssopenapi"`
	Cas                 *string `pulumi:"cas"`
	Cassandra           *string `pulumi:"cassandra"`
	Cbn                 *string `pulumi:"cbn"`
	Cbs                 *string `pulumi:"cbs"`
	Cddc                *string `pulumi:"cddc"`
	Cdn                 *string `pulumi:"cdn"`
	Cds                 *string `pulumi:"cds"`
	Clickhouse          *string `pulumi:"clickhouse"`
	Cloudauth           *string `pulumi:"cloudauth"`
	Cloudfirewall       *string `pulumi:"cloudfirewall"`
	Cloudfw             *string `pulumi:"cloudfw"`
	Cloudphone          *string `pulumi:"cloudphone"`
	Cloudsso            *string `pulumi:"cloudsso"`
	Cms                 *string `pulumi:"cms"`
	Config              *string `pulumi:"config"`
	Cr                  *string `pulumi:"cr"`
	Cs                  *string `pulumi:"cs"`
	Das                 *string `pulumi:"das"`
	Datahub             *string `pulumi:"datahub"`
	Dataworkspublic     *string `pulumi:"dataworkspublic"`
	Dbfs                *string `pulumi:"dbfs"`
	Dcdn                *string `pulumi:"dcdn"`
	Ddosbasic           *string `pulumi:"ddosbasic"`
	Ddosbgp             *string `pulumi:"ddosbgp"`
	Ddoscoo             *string `pulumi:"ddoscoo"`
	Dds                 *string `pulumi:"dds"`
	Devopsrdc           *string `pulumi:"devopsrdc"`
	Dg                  *string `pulumi:"dg"`
	Dm                  *string `pulumi:"dm"`
	DmsEnterprise       *string `pulumi:"dmsEnterprise"`
	Dmsenterprise       *string `pulumi:"dmsenterprise"`
	Dns                 *string `pulumi:"dns"`
	Drds                *string `pulumi:"drds"`
	Dts                 *string `pulumi:"dts"`
	Dysms               *string `pulumi:"dysms"`
	Eais                *string `pulumi:"eais"`
	Ebs                 *string `pulumi:"ebs"`
	Eci                 *string `pulumi:"eci"`
	Ecs                 *string `pulumi:"ecs"`
	Edas                *string `pulumi:"edas"`
	Edasschedulerx      *string `pulumi:"edasschedulerx"`
	Edsuser             *string `pulumi:"edsuser"`
	Ehpc                *string `pulumi:"ehpc"`
	Ehs                 *string `pulumi:"ehs"`
	Eipanycast          *string `pulumi:"eipanycast"`
	Elasticsearch       *string `pulumi:"elasticsearch"`
	Emr                 *string `pulumi:"emr"`
	Ens                 *string `pulumi:"ens"`
	Ess                 *string `pulumi:"ess"`
	Eventbridge         *string `pulumi:"eventbridge"`
	Fc                  *string `pulumi:"fc"`
	Fnf                 *string `pulumi:"fnf"`
	Ga                  *string `pulumi:"ga"`
	Gaplus              *string `pulumi:"gaplus"`
	Gds                 *string `pulumi:"gds"`
	Gpdb                *string `pulumi:"gpdb"`
	Gwsecd              *string `pulumi:"gwsecd"`
	Hbr                 *string `pulumi:"hbr"`
	HcsSgw              *string `pulumi:"hcsSgw"`
	Hitsdb              *string `pulumi:"hitsdb"`
	Imm                 *string `pulumi:"imm"`
	Imp                 *string `pulumi:"imp"`
	Ims                 *string `pulumi:"ims"`
	Iot                 *string `pulumi:"iot"`
	Kms                 *string `pulumi:"kms"`
	Kvstore             *string `pulumi:"kvstore"`
	Location            *string `pulumi:"location"`
	Log                 *string `pulumi:"log"`
	Market              *string `pulumi:"market"`
	Maxcompute          *string `pulumi:"maxcompute"`
	Mhub                *string `pulumi:"mhub"`
	Mns                 *string `pulumi:"mns"`
	Mscopensubscription *string `pulumi:"mscopensubscription"`
	Mse                 *string `pulumi:"mse"`
	Nas                 *string `pulumi:"nas"`
	Nlb                 *string `pulumi:"nlb"`
	Ons                 *string `pulumi:"ons"`
	Onsproxy            *string `pulumi:"onsproxy"`
	Oos                 *string `pulumi:"oos"`
	Opensearch          *string `pulumi:"opensearch"`
	Oss                 *string `pulumi:"oss"`
	Ots                 *string `pulumi:"ots"`
	Polardb             *string `pulumi:"polardb"`
	Privatelink         *string `pulumi:"privatelink"`
	Pvtz                *string `pulumi:"pvtz"`
	Quickbi             *string `pulumi:"quickbi"`
	Quotas              *string `pulumi:"quotas"`
	RKvstore            *string `pulumi:"rKvstore"`
	Ram                 *string `pulumi:"ram"`
	Rds                 *string `pulumi:"rds"`
	Redisa              *string `pulumi:"redisa"`
	Resourcemanager     *string `pulumi:"resourcemanager"`
	Resourcesharing     *string `pulumi:"resourcesharing"`
	Ros                 *string `pulumi:"ros"`
	Sas                 *string `pulumi:"sas"`
	Scdn                *string `pulumi:"scdn"`
	Sddp                *string `pulumi:"sddp"`
	Serverless          *string `pulumi:"serverless"`
	Servicemesh         *string `pulumi:"servicemesh"`
	Sgw                 *string `pulumi:"sgw"`
	Slb                 *string `pulumi:"slb"`
	Smartag             *string `pulumi:"smartag"`
	Sts                 *string `pulumi:"sts"`
	Swas                *string `pulumi:"swas"`
	Tag                 *string `pulumi:"tag"`
	Vod                 *string `pulumi:"vod"`
	Vpc                 *string `pulumi:"vpc"`
	Vpcpeer             *string `pulumi:"vpcpeer"`
	Vs                  *string `pulumi:"vs"`
	Waf                 *string `pulumi:"waf"`
	WafOpenapi          *string `pulumi:"wafOpenapi"`
}

type EndpointsArgs

type EndpointsArgs struct {
	Acr                 pulumi.StringPtrInput `pulumi:"acr"`
	Actiontrail         pulumi.StringPtrInput `pulumi:"actiontrail"`
	Adb                 pulumi.StringPtrInput `pulumi:"adb"`
	Alb                 pulumi.StringPtrInput `pulumi:"alb"`
	Alidfs              pulumi.StringPtrInput `pulumi:"alidfs"`
	Alidns              pulumi.StringPtrInput `pulumi:"alidns"`
	Alikafka            pulumi.StringPtrInput `pulumi:"alikafka"`
	Apigateway          pulumi.StringPtrInput `pulumi:"apigateway"`
	Arms                pulumi.StringPtrInput `pulumi:"arms"`
	Bastionhost         pulumi.StringPtrInput `pulumi:"bastionhost"`
	Bpstudio            pulumi.StringPtrInput `pulumi:"bpstudio"`
	BrainIndustrial     pulumi.StringPtrInput `pulumi:"brainIndustrial"`
	Bssopenapi          pulumi.StringPtrInput `pulumi:"bssopenapi"`
	Cas                 pulumi.StringPtrInput `pulumi:"cas"`
	Cassandra           pulumi.StringPtrInput `pulumi:"cassandra"`
	Cbn                 pulumi.StringPtrInput `pulumi:"cbn"`
	Cbs                 pulumi.StringPtrInput `pulumi:"cbs"`
	Cddc                pulumi.StringPtrInput `pulumi:"cddc"`
	Cdn                 pulumi.StringPtrInput `pulumi:"cdn"`
	Cds                 pulumi.StringPtrInput `pulumi:"cds"`
	Clickhouse          pulumi.StringPtrInput `pulumi:"clickhouse"`
	Cloudauth           pulumi.StringPtrInput `pulumi:"cloudauth"`
	Cloudfirewall       pulumi.StringPtrInput `pulumi:"cloudfirewall"`
	Cloudfw             pulumi.StringPtrInput `pulumi:"cloudfw"`
	Cloudphone          pulumi.StringPtrInput `pulumi:"cloudphone"`
	Cloudsso            pulumi.StringPtrInput `pulumi:"cloudsso"`
	Cms                 pulumi.StringPtrInput `pulumi:"cms"`
	Config              pulumi.StringPtrInput `pulumi:"config"`
	Cr                  pulumi.StringPtrInput `pulumi:"cr"`
	Cs                  pulumi.StringPtrInput `pulumi:"cs"`
	Das                 pulumi.StringPtrInput `pulumi:"das"`
	Datahub             pulumi.StringPtrInput `pulumi:"datahub"`
	Dataworkspublic     pulumi.StringPtrInput `pulumi:"dataworkspublic"`
	Dbfs                pulumi.StringPtrInput `pulumi:"dbfs"`
	Dcdn                pulumi.StringPtrInput `pulumi:"dcdn"`
	Ddosbasic           pulumi.StringPtrInput `pulumi:"ddosbasic"`
	Ddosbgp             pulumi.StringPtrInput `pulumi:"ddosbgp"`
	Ddoscoo             pulumi.StringPtrInput `pulumi:"ddoscoo"`
	Dds                 pulumi.StringPtrInput `pulumi:"dds"`
	Devopsrdc           pulumi.StringPtrInput `pulumi:"devopsrdc"`
	Dg                  pulumi.StringPtrInput `pulumi:"dg"`
	Dm                  pulumi.StringPtrInput `pulumi:"dm"`
	DmsEnterprise       pulumi.StringPtrInput `pulumi:"dmsEnterprise"`
	Dmsenterprise       pulumi.StringPtrInput `pulumi:"dmsenterprise"`
	Dns                 pulumi.StringPtrInput `pulumi:"dns"`
	Drds                pulumi.StringPtrInput `pulumi:"drds"`
	Dts                 pulumi.StringPtrInput `pulumi:"dts"`
	Dysms               pulumi.StringPtrInput `pulumi:"dysms"`
	Eais                pulumi.StringPtrInput `pulumi:"eais"`
	Ebs                 pulumi.StringPtrInput `pulumi:"ebs"`
	Eci                 pulumi.StringPtrInput `pulumi:"eci"`
	Ecs                 pulumi.StringPtrInput `pulumi:"ecs"`
	Edas                pulumi.StringPtrInput `pulumi:"edas"`
	Edasschedulerx      pulumi.StringPtrInput `pulumi:"edasschedulerx"`
	Edsuser             pulumi.StringPtrInput `pulumi:"edsuser"`
	Ehpc                pulumi.StringPtrInput `pulumi:"ehpc"`
	Ehs                 pulumi.StringPtrInput `pulumi:"ehs"`
	Eipanycast          pulumi.StringPtrInput `pulumi:"eipanycast"`
	Elasticsearch       pulumi.StringPtrInput `pulumi:"elasticsearch"`
	Emr                 pulumi.StringPtrInput `pulumi:"emr"`
	Ens                 pulumi.StringPtrInput `pulumi:"ens"`
	Ess                 pulumi.StringPtrInput `pulumi:"ess"`
	Eventbridge         pulumi.StringPtrInput `pulumi:"eventbridge"`
	Fc                  pulumi.StringPtrInput `pulumi:"fc"`
	Fnf                 pulumi.StringPtrInput `pulumi:"fnf"`
	Ga                  pulumi.StringPtrInput `pulumi:"ga"`
	Gaplus              pulumi.StringPtrInput `pulumi:"gaplus"`
	Gds                 pulumi.StringPtrInput `pulumi:"gds"`
	Gpdb                pulumi.StringPtrInput `pulumi:"gpdb"`
	Gwsecd              pulumi.StringPtrInput `pulumi:"gwsecd"`
	Hbr                 pulumi.StringPtrInput `pulumi:"hbr"`
	HcsSgw              pulumi.StringPtrInput `pulumi:"hcsSgw"`
	Hitsdb              pulumi.StringPtrInput `pulumi:"hitsdb"`
	Imm                 pulumi.StringPtrInput `pulumi:"imm"`
	Imp                 pulumi.StringPtrInput `pulumi:"imp"`
	Ims                 pulumi.StringPtrInput `pulumi:"ims"`
	Iot                 pulumi.StringPtrInput `pulumi:"iot"`
	Kms                 pulumi.StringPtrInput `pulumi:"kms"`
	Kvstore             pulumi.StringPtrInput `pulumi:"kvstore"`
	Location            pulumi.StringPtrInput `pulumi:"location"`
	Log                 pulumi.StringPtrInput `pulumi:"log"`
	Market              pulumi.StringPtrInput `pulumi:"market"`
	Maxcompute          pulumi.StringPtrInput `pulumi:"maxcompute"`
	Mhub                pulumi.StringPtrInput `pulumi:"mhub"`
	Mns                 pulumi.StringPtrInput `pulumi:"mns"`
	Mscopensubscription pulumi.StringPtrInput `pulumi:"mscopensubscription"`
	Mse                 pulumi.StringPtrInput `pulumi:"mse"`
	Nas                 pulumi.StringPtrInput `pulumi:"nas"`
	Nlb                 pulumi.StringPtrInput `pulumi:"nlb"`
	Ons                 pulumi.StringPtrInput `pulumi:"ons"`
	Onsproxy            pulumi.StringPtrInput `pulumi:"onsproxy"`
	Oos                 pulumi.StringPtrInput `pulumi:"oos"`
	Opensearch          pulumi.StringPtrInput `pulumi:"opensearch"`
	Oss                 pulumi.StringPtrInput `pulumi:"oss"`
	Ots                 pulumi.StringPtrInput `pulumi:"ots"`
	Polardb             pulumi.StringPtrInput `pulumi:"polardb"`
	Privatelink         pulumi.StringPtrInput `pulumi:"privatelink"`
	Pvtz                pulumi.StringPtrInput `pulumi:"pvtz"`
	Quickbi             pulumi.StringPtrInput `pulumi:"quickbi"`
	Quotas              pulumi.StringPtrInput `pulumi:"quotas"`
	RKvstore            pulumi.StringPtrInput `pulumi:"rKvstore"`
	Ram                 pulumi.StringPtrInput `pulumi:"ram"`
	Rds                 pulumi.StringPtrInput `pulumi:"rds"`
	Redisa              pulumi.StringPtrInput `pulumi:"redisa"`
	Resourcemanager     pulumi.StringPtrInput `pulumi:"resourcemanager"`
	Resourcesharing     pulumi.StringPtrInput `pulumi:"resourcesharing"`
	Ros                 pulumi.StringPtrInput `pulumi:"ros"`
	Sas                 pulumi.StringPtrInput `pulumi:"sas"`
	Scdn                pulumi.StringPtrInput `pulumi:"scdn"`
	Sddp                pulumi.StringPtrInput `pulumi:"sddp"`
	Serverless          pulumi.StringPtrInput `pulumi:"serverless"`
	Servicemesh         pulumi.StringPtrInput `pulumi:"servicemesh"`
	Sgw                 pulumi.StringPtrInput `pulumi:"sgw"`
	Slb                 pulumi.StringPtrInput `pulumi:"slb"`
	Smartag             pulumi.StringPtrInput `pulumi:"smartag"`
	Sts                 pulumi.StringPtrInput `pulumi:"sts"`
	Swas                pulumi.StringPtrInput `pulumi:"swas"`
	Tag                 pulumi.StringPtrInput `pulumi:"tag"`
	Vod                 pulumi.StringPtrInput `pulumi:"vod"`
	Vpc                 pulumi.StringPtrInput `pulumi:"vpc"`
	Vpcpeer             pulumi.StringPtrInput `pulumi:"vpcpeer"`
	Vs                  pulumi.StringPtrInput `pulumi:"vs"`
	Waf                 pulumi.StringPtrInput `pulumi:"waf"`
	WafOpenapi          pulumi.StringPtrInput `pulumi:"wafOpenapi"`
}

func (EndpointsArgs) ElementType

func (EndpointsArgs) ElementType() reflect.Type

func (EndpointsArgs) ToEndpointsOutput

func (i EndpointsArgs) ToEndpointsOutput() EndpointsOutput

func (EndpointsArgs) ToEndpointsOutputWithContext

func (i EndpointsArgs) ToEndpointsOutputWithContext(ctx context.Context) EndpointsOutput

type EndpointsArray

type EndpointsArray []EndpointsInput

func (EndpointsArray) ElementType

func (EndpointsArray) ElementType() reflect.Type

func (EndpointsArray) ToEndpointsArrayOutput

func (i EndpointsArray) ToEndpointsArrayOutput() EndpointsArrayOutput

func (EndpointsArray) ToEndpointsArrayOutputWithContext

func (i EndpointsArray) ToEndpointsArrayOutputWithContext(ctx context.Context) EndpointsArrayOutput

type EndpointsArrayInput

type EndpointsArrayInput interface {
	pulumi.Input

	ToEndpointsArrayOutput() EndpointsArrayOutput
	ToEndpointsArrayOutputWithContext(context.Context) EndpointsArrayOutput
}

EndpointsArrayInput is an input type that accepts EndpointsArray and EndpointsArrayOutput values. You can construct a concrete instance of `EndpointsArrayInput` via:

EndpointsArray{ EndpointsArgs{...} }

type EndpointsArrayOutput

type EndpointsArrayOutput struct{ *pulumi.OutputState }

func (EndpointsArrayOutput) ElementType

func (EndpointsArrayOutput) ElementType() reflect.Type

func (EndpointsArrayOutput) Index

func (EndpointsArrayOutput) ToEndpointsArrayOutput

func (o EndpointsArrayOutput) ToEndpointsArrayOutput() EndpointsArrayOutput

func (EndpointsArrayOutput) ToEndpointsArrayOutputWithContext

func (o EndpointsArrayOutput) ToEndpointsArrayOutputWithContext(ctx context.Context) EndpointsArrayOutput

type EndpointsInput

type EndpointsInput interface {
	pulumi.Input

	ToEndpointsOutput() EndpointsOutput
	ToEndpointsOutputWithContext(context.Context) EndpointsOutput
}

EndpointsInput is an input type that accepts EndpointsArgs and EndpointsOutput values. You can construct a concrete instance of `EndpointsInput` via:

EndpointsArgs{...}

type EndpointsOutput

type EndpointsOutput struct{ *pulumi.OutputState }

func (EndpointsOutput) Acr

func (EndpointsOutput) Actiontrail

func (o EndpointsOutput) Actiontrail() pulumi.StringPtrOutput

func (EndpointsOutput) Adb

func (EndpointsOutput) Alb

func (EndpointsOutput) Alidfs

func (EndpointsOutput) Alidns

func (EndpointsOutput) Alikafka

func (o EndpointsOutput) Alikafka() pulumi.StringPtrOutput

func (EndpointsOutput) Apigateway

func (o EndpointsOutput) Apigateway() pulumi.StringPtrOutput

func (EndpointsOutput) Arms

func (EndpointsOutput) Bastionhost

func (o EndpointsOutput) Bastionhost() pulumi.StringPtrOutput

func (EndpointsOutput) Bpstudio

func (o EndpointsOutput) Bpstudio() pulumi.StringPtrOutput

func (EndpointsOutput) BrainIndustrial

func (o EndpointsOutput) BrainIndustrial() pulumi.StringPtrOutput

func (EndpointsOutput) Bssopenapi

func (o EndpointsOutput) Bssopenapi() pulumi.StringPtrOutput

func (EndpointsOutput) Cas

func (EndpointsOutput) Cassandra

func (o EndpointsOutput) Cassandra() pulumi.StringPtrOutput

func (EndpointsOutput) Cbn

func (EndpointsOutput) Cbs

func (EndpointsOutput) Cddc

func (EndpointsOutput) Cdn

func (EndpointsOutput) Cds

func (EndpointsOutput) Clickhouse

func (o EndpointsOutput) Clickhouse() pulumi.StringPtrOutput

func (EndpointsOutput) Cloudauth

func (o EndpointsOutput) Cloudauth() pulumi.StringPtrOutput

func (EndpointsOutput) Cloudfirewall

func (o EndpointsOutput) Cloudfirewall() pulumi.StringPtrOutput

func (EndpointsOutput) Cloudfw

func (EndpointsOutput) Cloudphone

func (o EndpointsOutput) Cloudphone() pulumi.StringPtrOutput

func (EndpointsOutput) Cloudsso

func (o EndpointsOutput) Cloudsso() pulumi.StringPtrOutput

func (EndpointsOutput) Cms

func (EndpointsOutput) Config

func (EndpointsOutput) Cr

func (EndpointsOutput) Cs

func (EndpointsOutput) Das

func (EndpointsOutput) Datahub

func (EndpointsOutput) Dataworkspublic

func (o EndpointsOutput) Dataworkspublic() pulumi.StringPtrOutput

func (EndpointsOutput) Dbfs

func (EndpointsOutput) Dcdn

func (EndpointsOutput) Ddosbasic

func (o EndpointsOutput) Ddosbasic() pulumi.StringPtrOutput

func (EndpointsOutput) Ddosbgp

func (EndpointsOutput) Ddoscoo

func (EndpointsOutput) Dds

func (EndpointsOutput) Devopsrdc

func (o EndpointsOutput) Devopsrdc() pulumi.StringPtrOutput

func (EndpointsOutput) Dg

func (EndpointsOutput) Dm

func (EndpointsOutput) DmsEnterprise

func (o EndpointsOutput) DmsEnterprise() pulumi.StringPtrOutput

func (EndpointsOutput) Dmsenterprise

func (o EndpointsOutput) Dmsenterprise() pulumi.StringPtrOutput

func (EndpointsOutput) Dns

func (EndpointsOutput) Drds

func (EndpointsOutput) Dts

func (EndpointsOutput) Dysms

func (EndpointsOutput) Eais

func (EndpointsOutput) Ebs

func (EndpointsOutput) Eci

func (EndpointsOutput) Ecs

func (EndpointsOutput) Edas

func (EndpointsOutput) Edasschedulerx

func (o EndpointsOutput) Edasschedulerx() pulumi.StringPtrOutput

func (EndpointsOutput) Edsuser

func (EndpointsOutput) Ehpc

func (EndpointsOutput) Ehs

func (EndpointsOutput) Eipanycast

func (o EndpointsOutput) Eipanycast() pulumi.StringPtrOutput

func (EndpointsOutput) Elasticsearch

func (o EndpointsOutput) Elasticsearch() pulumi.StringPtrOutput

func (EndpointsOutput) ElementType

func (EndpointsOutput) ElementType() reflect.Type

func (EndpointsOutput) Emr

func (EndpointsOutput) Ens

func (EndpointsOutput) Ess

func (EndpointsOutput) Eventbridge

func (o EndpointsOutput) Eventbridge() pulumi.StringPtrOutput

func (EndpointsOutput) Fc

func (EndpointsOutput) Fnf

func (EndpointsOutput) Ga

func (EndpointsOutput) Gaplus

func (EndpointsOutput) Gds

func (EndpointsOutput) Gpdb

func (EndpointsOutput) Gwsecd

func (EndpointsOutput) Hbr

func (EndpointsOutput) HcsSgw

func (EndpointsOutput) Hitsdb

func (EndpointsOutput) Imm

func (EndpointsOutput) Imp

func (EndpointsOutput) Ims

func (EndpointsOutput) Iot

func (EndpointsOutput) Kms

func (EndpointsOutput) Kvstore

func (EndpointsOutput) Location

func (o EndpointsOutput) Location() pulumi.StringPtrOutput

func (EndpointsOutput) Log

func (EndpointsOutput) Market

func (EndpointsOutput) Maxcompute

func (o EndpointsOutput) Maxcompute() pulumi.StringPtrOutput

func (EndpointsOutput) Mhub

func (EndpointsOutput) Mns

func (EndpointsOutput) Mscopensubscription

func (o EndpointsOutput) Mscopensubscription() pulumi.StringPtrOutput

func (EndpointsOutput) Mse

func (EndpointsOutput) Nas

func (EndpointsOutput) Nlb

func (EndpointsOutput) Ons

func (EndpointsOutput) Onsproxy

func (o EndpointsOutput) Onsproxy() pulumi.StringPtrOutput

func (EndpointsOutput) Oos

func (EndpointsOutput) Opensearch

func (o EndpointsOutput) Opensearch() pulumi.StringPtrOutput

func (EndpointsOutput) Oss

func (EndpointsOutput) Ots

func (EndpointsOutput) Polardb

func (o EndpointsOutput) Privatelink() pulumi.StringPtrOutput

func (EndpointsOutput) Pvtz

func (EndpointsOutput) Quickbi

func (EndpointsOutput) Quotas

func (EndpointsOutput) RKvstore

func (o EndpointsOutput) RKvstore() pulumi.StringPtrOutput

func (EndpointsOutput) Ram

func (EndpointsOutput) Rds

func (EndpointsOutput) Redisa

func (EndpointsOutput) Resourcemanager

func (o EndpointsOutput) Resourcemanager() pulumi.StringPtrOutput

func (EndpointsOutput) Resourcesharing

func (o EndpointsOutput) Resourcesharing() pulumi.StringPtrOutput

func (EndpointsOutput) Ros

func (EndpointsOutput) Sas

func (EndpointsOutput) Scdn

func (EndpointsOutput) Sddp

func (EndpointsOutput) Serverless

func (o EndpointsOutput) Serverless() pulumi.StringPtrOutput

func (EndpointsOutput) Servicemesh

func (o EndpointsOutput) Servicemesh() pulumi.StringPtrOutput

func (EndpointsOutput) Sgw

func (EndpointsOutput) Slb

func (EndpointsOutput) Smartag

func (EndpointsOutput) Sts

func (EndpointsOutput) Swas

func (EndpointsOutput) Tag

func (EndpointsOutput) ToEndpointsOutput

func (o EndpointsOutput) ToEndpointsOutput() EndpointsOutput

func (EndpointsOutput) ToEndpointsOutputWithContext

func (o EndpointsOutput) ToEndpointsOutputWithContext(ctx context.Context) EndpointsOutput

func (EndpointsOutput) Vod

func (EndpointsOutput) Vpc

func (EndpointsOutput) Vpcpeer

func (EndpointsOutput) Vs

func (EndpointsOutput) Waf

func (EndpointsOutput) WafOpenapi

func (o EndpointsOutput) WafOpenapi() pulumi.StringPtrOutput

Jump to

Keyboard shortcuts

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