config

package
v6.32.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 5 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 & Credentials' section of the AWS console.

func GetAllowedAccountIds

func GetAllowedAccountIds(ctx *pulumi.Context) string

func GetAssumeRole

func GetAssumeRole(ctx *pulumi.Context) string

func GetAssumeRoleWithWebIdentity

func GetAssumeRoleWithWebIdentity(ctx *pulumi.Context) string

func GetCustomCaBundle

func GetCustomCaBundle(ctx *pulumi.Context) string

File containing custom root and intermediate certificates. Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `caBundle` in the shared config file is not supported.)

func GetDefaultTags

func GetDefaultTags(ctx *pulumi.Context) string

Configuration block with settings to default resource tags across all resources.

func GetEc2MetadataServiceEndpoint

func GetEc2MetadataServiceEndpoint(ctx *pulumi.Context) string

Address of the EC2 metadata service endpoint to use. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable.

func GetEc2MetadataServiceEndpointMode

func GetEc2MetadataServiceEndpointMode(ctx *pulumi.Context) string

Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable.

func GetEndpoints

func GetEndpoints(ctx *pulumi.Context) string

func GetForbiddenAccountIds

func GetForbiddenAccountIds(ctx *pulumi.Context) string

func GetHttpProxy

func GetHttpProxy(ctx *pulumi.Context) string

URL of a proxy to use for HTTP requests when accessing the AWS API. Can also be set using the `HTTP_PROXY` or `httpProxy` environment variables.

func GetHttpsProxy added in v6.10.0

func GetHttpsProxy(ctx *pulumi.Context) string

URL of a proxy to use for HTTPS requests when accessing the AWS API. Can also be set using the `HTTPS_PROXY` or `httpsProxy` environment variables.

func GetIgnoreTags

func GetIgnoreTags(ctx *pulumi.Context) string

Configuration block with settings to ignore resource tags across all resources.

func GetInsecure

func GetInsecure(ctx *pulumi.Context) bool

Explicitly allow the provider to perform "insecure" SSL requests. If omitted, default value is `false`

func GetMaxRetries

func GetMaxRetries(ctx *pulumi.Context) int

The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.

func GetNoProxy added in v6.10.0

func GetNoProxy(ctx *pulumi.Context) string

Comma-separated list of hosts that should not use HTTP or HTTPS proxies. Can also be set using the `NO_PROXY` or `noProxy` environment variables.

func GetProfile

func GetProfile(ctx *pulumi.Context) string

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

func GetRegion

func GetRegion(ctx *pulumi.Context) string

The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc.

func GetRetryMode

func GetRetryMode(ctx *pulumi.Context) string

Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable.

func GetS3UsEast1RegionalEndpoint added in v6.1.0

func GetS3UsEast1RegionalEndpoint(ctx *pulumi.Context) string

Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint. Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3UsEast1RegionalEndpoint` shared config file parameter

func GetS3UsePathStyle

func GetS3UsePathStyle(ctx *pulumi.Context) bool

Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service.

func GetSecretKey

func GetSecretKey(ctx *pulumi.Context) string

The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.

func GetSharedConfigFiles

func GetSharedConfigFiles(ctx *pulumi.Context) string

List of paths to shared config files. If not set, defaults to [~/.aws/config].

func GetSharedCredentialsFiles

func GetSharedCredentialsFiles(ctx *pulumi.Context) string

List of paths to shared credentials files. If not set, defaults to [~/.aws/credentials].

func GetSkipCredentialsValidation

func GetSkipCredentialsValidation(ctx *pulumi.Context) bool

Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS available/implemented.

func GetSkipMetadataApiCheck

func GetSkipMetadataApiCheck(ctx *pulumi.Context) bool

Skip the AWS Metadata API check. Used for AWS API implementations that do not have a metadata api endpoint.

func GetSkipRegionValidation

func GetSkipRegionValidation(ctx *pulumi.Context) bool

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

func GetSkipRequestingAccountId

func GetSkipRequestingAccountId(ctx *pulumi.Context) bool

Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.

func GetStsRegion

func GetStsRegion(ctx *pulumi.Context) string

The region where AWS STS operations will take place. Examples are us-east-1 and us-west-2.

func GetToken

func GetToken(ctx *pulumi.Context) string

session token. A session token is only required if you are using temporary security credentials.

func GetTokenBucketRateLimiterCapacity added in v6.24.2

func GetTokenBucketRateLimiterCapacity(ctx *pulumi.Context) int

The capacity of the AWS SDK's token bucket rate limiter.

func GetUseDualstackEndpoint

func GetUseDualstackEndpoint(ctx *pulumi.Context) bool

Resolve an endpoint with DualStack capability

func GetUseFipsEndpoint

func GetUseFipsEndpoint(ctx *pulumi.Context) bool

Resolve an endpoint with FIPS capability

Types

type AssumeRole

type AssumeRole struct {
	// The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
	Duration *string `pulumi:"duration"`
	// A unique identifier that might be required when you assume a role in another account.
	ExternalId *string `pulumi:"externalId"`
	// IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
	Policy *string `pulumi:"policy"`
	// Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
	PolicyArns []string `pulumi:"policyArns"`
	// Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.
	RoleArn *string `pulumi:"roleArn"`
	// An identifier for the assumed role session.
	SessionName *string `pulumi:"sessionName"`
	// Source identity specified by the principal assuming the role.
	SourceIdentity *string `pulumi:"sourceIdentity"`
	// Assume role session tags.
	Tags map[string]string `pulumi:"tags"`
	// Assume role session tag keys to pass to any subsequent sessions.
	TransitiveTagKeys []string `pulumi:"transitiveTagKeys"`
}

type AssumeRoleArgs

type AssumeRoleArgs struct {
	// The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
	Duration pulumi.StringPtrInput `pulumi:"duration"`
	// A unique identifier that might be required when you assume a role in another account.
	ExternalId pulumi.StringPtrInput `pulumi:"externalId"`
	// IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
	Policy pulumi.StringPtrInput `pulumi:"policy"`
	// Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
	PolicyArns pulumi.StringArrayInput `pulumi:"policyArns"`
	// Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.
	RoleArn pulumi.StringPtrInput `pulumi:"roleArn"`
	// An identifier for the assumed role session.
	SessionName pulumi.StringPtrInput `pulumi:"sessionName"`
	// Source identity specified by the principal assuming the role.
	SourceIdentity pulumi.StringPtrInput `pulumi:"sourceIdentity"`
	// Assume role session tags.
	Tags pulumi.StringMapInput `pulumi:"tags"`
	// Assume role session tag keys to pass to any subsequent sessions.
	TransitiveTagKeys pulumi.StringArrayInput `pulumi:"transitiveTagKeys"`
}

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) Duration

The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.

func (AssumeRoleOutput) ElementType

func (AssumeRoleOutput) ElementType() reflect.Type

func (AssumeRoleOutput) ExternalId

func (o AssumeRoleOutput) ExternalId() pulumi.StringPtrOutput

A unique identifier that might be required when you assume a role in another account.

func (AssumeRoleOutput) Policy

IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.

func (AssumeRoleOutput) PolicyArns

func (o AssumeRoleOutput) PolicyArns() pulumi.StringArrayOutput

Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.

func (AssumeRoleOutput) RoleArn

Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.

func (AssumeRoleOutput) SessionName

func (o AssumeRoleOutput) SessionName() pulumi.StringPtrOutput

An identifier for the assumed role session.

func (AssumeRoleOutput) SourceIdentity

func (o AssumeRoleOutput) SourceIdentity() pulumi.StringPtrOutput

Source identity specified by the principal assuming the role.

func (AssumeRoleOutput) Tags

Assume role session tags.

func (AssumeRoleOutput) ToAssumeRoleOutput

func (o AssumeRoleOutput) ToAssumeRoleOutput() AssumeRoleOutput

func (AssumeRoleOutput) ToAssumeRoleOutputWithContext

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

func (AssumeRoleOutput) TransitiveTagKeys

func (o AssumeRoleOutput) TransitiveTagKeys() pulumi.StringArrayOutput

Assume role session tag keys to pass to any subsequent sessions.

type AssumeRoleWithWebIdentity

type AssumeRoleWithWebIdentity struct {
	// The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
	Duration *string `pulumi:"duration"`
	// IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
	Policy *string `pulumi:"policy"`
	// Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
	PolicyArns []string `pulumi:"policyArns"`
	// Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.
	RoleArn *string `pulumi:"roleArn"`
	// An identifier for the assumed role session.
	SessionName          *string `pulumi:"sessionName"`
	WebIdentityToken     *string `pulumi:"webIdentityToken"`
	WebIdentityTokenFile *string `pulumi:"webIdentityTokenFile"`
}

type AssumeRoleWithWebIdentityArgs

type AssumeRoleWithWebIdentityArgs struct {
	// The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
	Duration pulumi.StringPtrInput `pulumi:"duration"`
	// IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
	Policy pulumi.StringPtrInput `pulumi:"policy"`
	// Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.
	PolicyArns pulumi.StringArrayInput `pulumi:"policyArns"`
	// Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.
	RoleArn pulumi.StringPtrInput `pulumi:"roleArn"`
	// An identifier for the assumed role session.
	SessionName          pulumi.StringPtrInput `pulumi:"sessionName"`
	WebIdentityToken     pulumi.StringPtrInput `pulumi:"webIdentityToken"`
	WebIdentityTokenFile pulumi.StringPtrInput `pulumi:"webIdentityTokenFile"`
}

func (AssumeRoleWithWebIdentityArgs) ElementType

func (AssumeRoleWithWebIdentityArgs) ToAssumeRoleWithWebIdentityOutput

func (i AssumeRoleWithWebIdentityArgs) ToAssumeRoleWithWebIdentityOutput() AssumeRoleWithWebIdentityOutput

func (AssumeRoleWithWebIdentityArgs) ToAssumeRoleWithWebIdentityOutputWithContext

func (i AssumeRoleWithWebIdentityArgs) ToAssumeRoleWithWebIdentityOutputWithContext(ctx context.Context) AssumeRoleWithWebIdentityOutput

type AssumeRoleWithWebIdentityInput

type AssumeRoleWithWebIdentityInput interface {
	pulumi.Input

	ToAssumeRoleWithWebIdentityOutput() AssumeRoleWithWebIdentityOutput
	ToAssumeRoleWithWebIdentityOutputWithContext(context.Context) AssumeRoleWithWebIdentityOutput
}

AssumeRoleWithWebIdentityInput is an input type that accepts AssumeRoleWithWebIdentityArgs and AssumeRoleWithWebIdentityOutput values. You can construct a concrete instance of `AssumeRoleWithWebIdentityInput` via:

AssumeRoleWithWebIdentityArgs{...}

type AssumeRoleWithWebIdentityOutput

type AssumeRoleWithWebIdentityOutput struct{ *pulumi.OutputState }

func (AssumeRoleWithWebIdentityOutput) Duration

The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.

func (AssumeRoleWithWebIdentityOutput) ElementType

func (AssumeRoleWithWebIdentityOutput) Policy

IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.

func (AssumeRoleWithWebIdentityOutput) PolicyArns

Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the IAM Role being assumed.

func (AssumeRoleWithWebIdentityOutput) RoleArn

Amazon Resource Name (ARN) of an IAM Role to assume prior to making API calls.

func (AssumeRoleWithWebIdentityOutput) SessionName

An identifier for the assumed role session.

func (AssumeRoleWithWebIdentityOutput) ToAssumeRoleWithWebIdentityOutput

func (o AssumeRoleWithWebIdentityOutput) ToAssumeRoleWithWebIdentityOutput() AssumeRoleWithWebIdentityOutput

func (AssumeRoleWithWebIdentityOutput) ToAssumeRoleWithWebIdentityOutputWithContext

func (o AssumeRoleWithWebIdentityOutput) ToAssumeRoleWithWebIdentityOutputWithContext(ctx context.Context) AssumeRoleWithWebIdentityOutput

func (AssumeRoleWithWebIdentityOutput) WebIdentityToken

func (AssumeRoleWithWebIdentityOutput) WebIdentityTokenFile

func (o AssumeRoleWithWebIdentityOutput) WebIdentityTokenFile() pulumi.StringPtrOutput

type DefaultTags

type DefaultTags struct {
	// Resource tags to default across all resources
	Tags map[string]string `pulumi:"tags"`
}

type DefaultTagsArgs

type DefaultTagsArgs struct {
	// Resource tags to default across all resources
	Tags pulumi.StringMapInput `pulumi:"tags"`
}

func (DefaultTagsArgs) ElementType

func (DefaultTagsArgs) ElementType() reflect.Type

func (DefaultTagsArgs) ToDefaultTagsOutput

func (i DefaultTagsArgs) ToDefaultTagsOutput() DefaultTagsOutput

func (DefaultTagsArgs) ToDefaultTagsOutputWithContext

func (i DefaultTagsArgs) ToDefaultTagsOutputWithContext(ctx context.Context) DefaultTagsOutput

type DefaultTagsInput

type DefaultTagsInput interface {
	pulumi.Input

	ToDefaultTagsOutput() DefaultTagsOutput
	ToDefaultTagsOutputWithContext(context.Context) DefaultTagsOutput
}

DefaultTagsInput is an input type that accepts DefaultTagsArgs and DefaultTagsOutput values. You can construct a concrete instance of `DefaultTagsInput` via:

DefaultTagsArgs{...}

type DefaultTagsOutput

type DefaultTagsOutput struct{ *pulumi.OutputState }

func (DefaultTagsOutput) ElementType

func (DefaultTagsOutput) ElementType() reflect.Type

func (DefaultTagsOutput) Tags

Resource tags to default across all resources

func (DefaultTagsOutput) ToDefaultTagsOutput

func (o DefaultTagsOutput) ToDefaultTagsOutput() DefaultTagsOutput

func (DefaultTagsOutput) ToDefaultTagsOutputWithContext

func (o DefaultTagsOutput) ToDefaultTagsOutputWithContext(ctx context.Context) DefaultTagsOutput

type Endpoints

type Endpoints struct {
	// Use this to override the default service endpoint URL
	Accessanalyzer *string `pulumi:"accessanalyzer"`
	// Use this to override the default service endpoint URL
	Account *string `pulumi:"account"`
	// Use this to override the default service endpoint URL
	Acm *string `pulumi:"acm"`
	// Use this to override the default service endpoint URL
	Acmpca *string `pulumi:"acmpca"`
	// Use this to override the default service endpoint URL
	Amg *string `pulumi:"amg"`
	// Use this to override the default service endpoint URL
	Amp *string `pulumi:"amp"`
	// Use this to override the default service endpoint URL
	Amplify *string `pulumi:"amplify"`
	// Use this to override the default service endpoint URL
	Apigateway *string `pulumi:"apigateway"`
	// Use this to override the default service endpoint URL
	Apigatewayv2 *string `pulumi:"apigatewayv2"`
	// Use this to override the default service endpoint URL
	Appautoscaling *string `pulumi:"appautoscaling"`
	// Use this to override the default service endpoint URL
	Appconfig *string `pulumi:"appconfig"`
	// Use this to override the default service endpoint URL
	Appfabric *string `pulumi:"appfabric"`
	// Use this to override the default service endpoint URL
	Appflow *string `pulumi:"appflow"`
	// Use this to override the default service endpoint URL
	Appintegrations *string `pulumi:"appintegrations"`
	// Use this to override the default service endpoint URL
	Appintegrationsservice *string `pulumi:"appintegrationsservice"`
	// Use this to override the default service endpoint URL
	Applicationautoscaling *string `pulumi:"applicationautoscaling"`
	// Use this to override the default service endpoint URL
	Applicationinsights *string `pulumi:"applicationinsights"`
	// Use this to override the default service endpoint URL
	Appmesh *string `pulumi:"appmesh"`
	// Use this to override the default service endpoint URL
	Appregistry *string `pulumi:"appregistry"`
	// Use this to override the default service endpoint URL
	Apprunner *string `pulumi:"apprunner"`
	// Use this to override the default service endpoint URL
	Appstream *string `pulumi:"appstream"`
	// Use this to override the default service endpoint URL
	Appsync *string `pulumi:"appsync"`
	// Use this to override the default service endpoint URL
	Athena *string `pulumi:"athena"`
	// Use this to override the default service endpoint URL
	Auditmanager *string `pulumi:"auditmanager"`
	// Use this to override the default service endpoint URL
	Autoscaling *string `pulumi:"autoscaling"`
	// Use this to override the default service endpoint URL
	Autoscalingplans *string `pulumi:"autoscalingplans"`
	// Use this to override the default service endpoint URL
	Backup *string `pulumi:"backup"`
	// Use this to override the default service endpoint URL
	Batch *string `pulumi:"batch"`
	// Use this to override the default service endpoint URL
	Bcmdataexports *string `pulumi:"bcmdataexports"`
	// Use this to override the default service endpoint URL
	Beanstalk *string `pulumi:"beanstalk"`
	// Use this to override the default service endpoint URL
	Bedrock *string `pulumi:"bedrock"`
	// Use this to override the default service endpoint URL
	Bedrockagent *string `pulumi:"bedrockagent"`
	// Use this to override the default service endpoint URL
	Budgets *string `pulumi:"budgets"`
	// Use this to override the default service endpoint URL
	Ce *string `pulumi:"ce"`
	// Use this to override the default service endpoint URL
	Chime *string `pulumi:"chime"`
	// Use this to override the default service endpoint URL
	Chimesdkmediapipelines *string `pulumi:"chimesdkmediapipelines"`
	// Use this to override the default service endpoint URL
	Chimesdkvoice *string `pulumi:"chimesdkvoice"`
	// Use this to override the default service endpoint URL
	Cleanrooms *string `pulumi:"cleanrooms"`
	// Use this to override the default service endpoint URL
	Cloud9 *string `pulumi:"cloud9"`
	// Use this to override the default service endpoint URL
	Cloudcontrol *string `pulumi:"cloudcontrol"`
	// Use this to override the default service endpoint URL
	Cloudcontrolapi *string `pulumi:"cloudcontrolapi"`
	// Use this to override the default service endpoint URL
	Cloudformation *string `pulumi:"cloudformation"`
	// Use this to override the default service endpoint URL
	Cloudfront *string `pulumi:"cloudfront"`
	// Use this to override the default service endpoint URL
	Cloudfrontkeyvaluestore *string `pulumi:"cloudfrontkeyvaluestore"`
	// Use this to override the default service endpoint URL
	Cloudhsm *string `pulumi:"cloudhsm"`
	// Use this to override the default service endpoint URL
	Cloudhsmv2 *string `pulumi:"cloudhsmv2"`
	// Use this to override the default service endpoint URL
	Cloudsearch *string `pulumi:"cloudsearch"`
	// Use this to override the default service endpoint URL
	Cloudtrail *string `pulumi:"cloudtrail"`
	// Use this to override the default service endpoint URL
	Cloudwatch *string `pulumi:"cloudwatch"`
	// Use this to override the default service endpoint URL
	Cloudwatchevents *string `pulumi:"cloudwatchevents"`
	// Use this to override the default service endpoint URL
	Cloudwatchevidently *string `pulumi:"cloudwatchevidently"`
	// Use this to override the default service endpoint URL
	Cloudwatchlog *string `pulumi:"cloudwatchlog"`
	// Use this to override the default service endpoint URL
	Cloudwatchlogs *string `pulumi:"cloudwatchlogs"`
	// Use this to override the default service endpoint URL
	Cloudwatchobservabilityaccessmanager *string `pulumi:"cloudwatchobservabilityaccessmanager"`
	// Use this to override the default service endpoint URL
	Cloudwatchrum *string `pulumi:"cloudwatchrum"`
	// Use this to override the default service endpoint URL
	Codeartifact *string `pulumi:"codeartifact"`
	// Use this to override the default service endpoint URL
	Codebuild *string `pulumi:"codebuild"`
	// Use this to override the default service endpoint URL
	Codecatalyst *string `pulumi:"codecatalyst"`
	// Use this to override the default service endpoint URL
	Codecommit *string `pulumi:"codecommit"`
	// Use this to override the default service endpoint URL
	Codedeploy *string `pulumi:"codedeploy"`
	// Use this to override the default service endpoint URL
	Codeguruprofiler *string `pulumi:"codeguruprofiler"`
	// Use this to override the default service endpoint URL
	Codegurureviewer *string `pulumi:"codegurureviewer"`
	// Use this to override the default service endpoint URL
	Codepipeline *string `pulumi:"codepipeline"`
	// Use this to override the default service endpoint URL
	Codestarconnections *string `pulumi:"codestarconnections"`
	// Use this to override the default service endpoint URL
	Codestarnotifications *string `pulumi:"codestarnotifications"`
	// Use this to override the default service endpoint URL
	Cognitoidentity *string `pulumi:"cognitoidentity"`
	// Use this to override the default service endpoint URL
	Cognitoidentityprovider *string `pulumi:"cognitoidentityprovider"`
	// Use this to override the default service endpoint URL
	Cognitoidp *string `pulumi:"cognitoidp"`
	// Use this to override the default service endpoint URL
	Comprehend *string `pulumi:"comprehend"`
	// Use this to override the default service endpoint URL
	Computeoptimizer *string `pulumi:"computeoptimizer"`
	// Use this to override the default service endpoint URL
	Config *string `pulumi:"config"`
	// Use this to override the default service endpoint URL
	Configservice *string `pulumi:"configservice"`
	// Use this to override the default service endpoint URL
	Connect *string `pulumi:"connect"`
	// Use this to override the default service endpoint URL
	Connectcases *string `pulumi:"connectcases"`
	// Use this to override the default service endpoint URL
	Controltower *string `pulumi:"controltower"`
	// Use this to override the default service endpoint URL
	Costandusagereportservice *string `pulumi:"costandusagereportservice"`
	// Use this to override the default service endpoint URL
	Costexplorer *string `pulumi:"costexplorer"`
	// Use this to override the default service endpoint URL
	Costoptimizationhub *string `pulumi:"costoptimizationhub"`
	// Use this to override the default service endpoint URL
	Cur *string `pulumi:"cur"`
	// Use this to override the default service endpoint URL
	Customerprofiles *string `pulumi:"customerprofiles"`
	// Use this to override the default service endpoint URL
	Databasemigration *string `pulumi:"databasemigration"`
	// Use this to override the default service endpoint URL
	Databasemigrationservice *string `pulumi:"databasemigrationservice"`
	// Use this to override the default service endpoint URL
	Dataexchange *string `pulumi:"dataexchange"`
	// Use this to override the default service endpoint URL
	Datapipeline *string `pulumi:"datapipeline"`
	// Use this to override the default service endpoint URL
	Datasync *string `pulumi:"datasync"`
	// Use this to override the default service endpoint URL
	Datazone *string `pulumi:"datazone"`
	// Use this to override the default service endpoint URL
	Dax *string `pulumi:"dax"`
	// Use this to override the default service endpoint URL
	Deploy *string `pulumi:"deploy"`
	// Use this to override the default service endpoint URL
	Detective *string `pulumi:"detective"`
	// Use this to override the default service endpoint URL
	Devicefarm *string `pulumi:"devicefarm"`
	// Use this to override the default service endpoint URL
	Devopsguru *string `pulumi:"devopsguru"`
	// Use this to override the default service endpoint URL
	Directconnect *string `pulumi:"directconnect"`
	// Use this to override the default service endpoint URL
	Directoryservice *string `pulumi:"directoryservice"`
	// Use this to override the default service endpoint URL
	Dlm *string `pulumi:"dlm"`
	// Use this to override the default service endpoint URL
	Dms *string `pulumi:"dms"`
	// Use this to override the default service endpoint URL
	Docdb *string `pulumi:"docdb"`
	// Use this to override the default service endpoint URL
	Docdbelastic *string `pulumi:"docdbelastic"`
	// Use this to override the default service endpoint URL
	Ds *string `pulumi:"ds"`
	// Use this to override the default service endpoint URL
	Dynamodb *string `pulumi:"dynamodb"`
	// Use this to override the default service endpoint URL
	Ec2 *string `pulumi:"ec2"`
	// Use this to override the default service endpoint URL
	Ecr *string `pulumi:"ecr"`
	// Use this to override the default service endpoint URL
	Ecrpublic *string `pulumi:"ecrpublic"`
	// Use this to override the default service endpoint URL
	Ecs *string `pulumi:"ecs"`
	// Use this to override the default service endpoint URL
	Efs *string `pulumi:"efs"`
	// Use this to override the default service endpoint URL
	Eks *string `pulumi:"eks"`
	// Use this to override the default service endpoint URL
	Elasticache *string `pulumi:"elasticache"`
	// Use this to override the default service endpoint URL
	Elasticbeanstalk *string `pulumi:"elasticbeanstalk"`
	// Use this to override the default service endpoint URL
	Elasticloadbalancing *string `pulumi:"elasticloadbalancing"`
	// Use this to override the default service endpoint URL
	Elasticloadbalancingv2 *string `pulumi:"elasticloadbalancingv2"`
	// Use this to override the default service endpoint URL
	Elasticsearch *string `pulumi:"elasticsearch"`
	// Use this to override the default service endpoint URL
	Elasticsearchservice *string `pulumi:"elasticsearchservice"`
	// Use this to override the default service endpoint URL
	Elastictranscoder *string `pulumi:"elastictranscoder"`
	// Use this to override the default service endpoint URL
	Elb *string `pulumi:"elb"`
	// Use this to override the default service endpoint URL
	Elbv2 *string `pulumi:"elbv2"`
	// Use this to override the default service endpoint URL
	Emr *string `pulumi:"emr"`
	// Use this to override the default service endpoint URL
	Emrcontainers *string `pulumi:"emrcontainers"`
	// Use this to override the default service endpoint URL
	Emrserverless *string `pulumi:"emrserverless"`
	// Use this to override the default service endpoint URL
	Es *string `pulumi:"es"`
	// Use this to override the default service endpoint URL
	Eventbridge *string `pulumi:"eventbridge"`
	// Use this to override the default service endpoint URL
	Events *string `pulumi:"events"`
	// Use this to override the default service endpoint URL
	Evidently *string `pulumi:"evidently"`
	// Use this to override the default service endpoint URL
	Finspace *string `pulumi:"finspace"`
	// Use this to override the default service endpoint URL
	Firehose *string `pulumi:"firehose"`
	// Use this to override the default service endpoint URL
	Fis *string `pulumi:"fis"`
	// Use this to override the default service endpoint URL
	Fms *string `pulumi:"fms"`
	// Use this to override the default service endpoint URL
	Fsx *string `pulumi:"fsx"`
	// Use this to override the default service endpoint URL
	Gamelift *string `pulumi:"gamelift"`
	// Use this to override the default service endpoint URL
	Glacier *string `pulumi:"glacier"`
	// Use this to override the default service endpoint URL
	Globalaccelerator *string `pulumi:"globalaccelerator"`
	// Use this to override the default service endpoint URL
	Glue *string `pulumi:"glue"`
	// Use this to override the default service endpoint URL
	Grafana *string `pulumi:"grafana"`
	// Use this to override the default service endpoint URL
	Greengrass *string `pulumi:"greengrass"`
	// Use this to override the default service endpoint URL
	Groundstation *string `pulumi:"groundstation"`
	// Use this to override the default service endpoint URL
	Guardduty *string `pulumi:"guardduty"`
	// Use this to override the default service endpoint URL
	Healthlake *string `pulumi:"healthlake"`
	// Use this to override the default service endpoint URL
	Iam *string `pulumi:"iam"`
	// Use this to override the default service endpoint URL
	Identitystore *string `pulumi:"identitystore"`
	// Use this to override the default service endpoint URL
	Imagebuilder *string `pulumi:"imagebuilder"`
	// Use this to override the default service endpoint URL
	Inspector *string `pulumi:"inspector"`
	// Use this to override the default service endpoint URL
	Inspector2 *string `pulumi:"inspector2"`
	// Use this to override the default service endpoint URL
	Inspectorv2 *string `pulumi:"inspectorv2"`
	// Use this to override the default service endpoint URL
	Internetmonitor *string `pulumi:"internetmonitor"`
	// Use this to override the default service endpoint URL
	Iot *string `pulumi:"iot"`
	// Use this to override the default service endpoint URL
	Iotanalytics *string `pulumi:"iotanalytics"`
	// Use this to override the default service endpoint URL
	Iotevents *string `pulumi:"iotevents"`
	// Use this to override the default service endpoint URL
	Ivs *string `pulumi:"ivs"`
	// Use this to override the default service endpoint URL
	Ivschat *string `pulumi:"ivschat"`
	// Use this to override the default service endpoint URL
	Kafka *string `pulumi:"kafka"`
	// Use this to override the default service endpoint URL
	Kafkaconnect *string `pulumi:"kafkaconnect"`
	// Use this to override the default service endpoint URL
	Kendra *string `pulumi:"kendra"`
	// Use this to override the default service endpoint URL
	Keyspaces *string `pulumi:"keyspaces"`
	// Use this to override the default service endpoint URL
	Kinesis *string `pulumi:"kinesis"`
	// Use this to override the default service endpoint URL
	Kinesisanalytics *string `pulumi:"kinesisanalytics"`
	// Use this to override the default service endpoint URL
	Kinesisanalyticsv2 *string `pulumi:"kinesisanalyticsv2"`
	// Use this to override the default service endpoint URL
	Kinesisvideo *string `pulumi:"kinesisvideo"`
	// Use this to override the default service endpoint URL
	Kms *string `pulumi:"kms"`
	// Use this to override the default service endpoint URL
	Lakeformation *string `pulumi:"lakeformation"`
	// Use this to override the default service endpoint URL
	Lambda *string `pulumi:"lambda"`
	// Use this to override the default service endpoint URL
	Launchwizard *string `pulumi:"launchwizard"`
	// Use this to override the default service endpoint URL
	Lex *string `pulumi:"lex"`
	// Use this to override the default service endpoint URL
	Lexmodelbuilding *string `pulumi:"lexmodelbuilding"`
	// Use this to override the default service endpoint URL
	Lexmodelbuildingservice *string `pulumi:"lexmodelbuildingservice"`
	// Use this to override the default service endpoint URL
	Lexmodels *string `pulumi:"lexmodels"`
	// Use this to override the default service endpoint URL
	Lexmodelsv2 *string `pulumi:"lexmodelsv2"`
	// Use this to override the default service endpoint URL
	Lexv2models *string `pulumi:"lexv2models"`
	// Use this to override the default service endpoint URL
	Licensemanager *string `pulumi:"licensemanager"`
	// Use this to override the default service endpoint URL
	Lightsail *string `pulumi:"lightsail"`
	// Use this to override the default service endpoint URL
	Location *string `pulumi:"location"`
	// Use this to override the default service endpoint URL
	Locationservice *string `pulumi:"locationservice"`
	// Use this to override the default service endpoint URL
	Logs *string `pulumi:"logs"`
	// Use this to override the default service endpoint URL
	Lookoutmetrics *string `pulumi:"lookoutmetrics"`
	// Use this to override the default service endpoint URL
	M2 *string `pulumi:"m2"`
	// Use this to override the default service endpoint URL
	Macie2 *string `pulumi:"macie2"`
	// Use this to override the default service endpoint URL
	Managedgrafana *string `pulumi:"managedgrafana"`
	// Use this to override the default service endpoint URL
	Mediaconnect *string `pulumi:"mediaconnect"`
	// Use this to override the default service endpoint URL
	Mediaconvert *string `pulumi:"mediaconvert"`
	// Use this to override the default service endpoint URL
	Medialive *string `pulumi:"medialive"`
	// Use this to override the default service endpoint URL
	Mediapackage *string `pulumi:"mediapackage"`
	// Use this to override the default service endpoint URL
	Mediapackagev2 *string `pulumi:"mediapackagev2"`
	// Use this to override the default service endpoint URL
	Mediastore *string `pulumi:"mediastore"`
	// Use this to override the default service endpoint URL
	Memorydb *string `pulumi:"memorydb"`
	// Use this to override the default service endpoint URL
	Mq *string `pulumi:"mq"`
	// Use this to override the default service endpoint URL
	Msk *string `pulumi:"msk"`
	// Use this to override the default service endpoint URL
	Mwaa *string `pulumi:"mwaa"`
	// Use this to override the default service endpoint URL
	Neptune *string `pulumi:"neptune"`
	// Use this to override the default service endpoint URL
	Neptunegraph *string `pulumi:"neptunegraph"`
	// Use this to override the default service endpoint URL
	Networkfirewall *string `pulumi:"networkfirewall"`
	// Use this to override the default service endpoint URL
	Networkmanager *string `pulumi:"networkmanager"`
	// Use this to override the default service endpoint URL
	Oam *string `pulumi:"oam"`
	// Use this to override the default service endpoint URL
	Opensearch *string `pulumi:"opensearch"`
	// Use this to override the default service endpoint URL
	Opensearchingestion *string `pulumi:"opensearchingestion"`
	// Use this to override the default service endpoint URL
	Opensearchserverless *string `pulumi:"opensearchserverless"`
	// Use this to override the default service endpoint URL
	Opensearchservice *string `pulumi:"opensearchservice"`
	// Use this to override the default service endpoint URL
	Opsworks *string `pulumi:"opsworks"`
	// Use this to override the default service endpoint URL
	Organizations *string `pulumi:"organizations"`
	// Use this to override the default service endpoint URL
	Osis *string `pulumi:"osis"`
	// Use this to override the default service endpoint URL
	Outposts *string `pulumi:"outposts"`
	// Use this to override the default service endpoint URL
	Paymentcryptography *string `pulumi:"paymentcryptography"`
	// Use this to override the default service endpoint URL
	Pcaconnectorad *string `pulumi:"pcaconnectorad"`
	// Use this to override the default service endpoint URL
	Pinpoint *string `pulumi:"pinpoint"`
	// Use this to override the default service endpoint URL
	Pipes *string `pulumi:"pipes"`
	// Use this to override the default service endpoint URL
	Polly *string `pulumi:"polly"`
	// Use this to override the default service endpoint URL
	Pricing *string `pulumi:"pricing"`
	// Use this to override the default service endpoint URL
	Prometheus *string `pulumi:"prometheus"`
	// Use this to override the default service endpoint URL
	Prometheusservice *string `pulumi:"prometheusservice"`
	// Use this to override the default service endpoint URL
	Qbusiness *string `pulumi:"qbusiness"`
	// Use this to override the default service endpoint URL
	Qldb *string `pulumi:"qldb"`
	// Use this to override the default service endpoint URL
	Quicksight *string `pulumi:"quicksight"`
	// Use this to override the default service endpoint URL
	Ram *string `pulumi:"ram"`
	// Use this to override the default service endpoint URL
	Rbin *string `pulumi:"rbin"`
	// Use this to override the default service endpoint URL
	Rds *string `pulumi:"rds"`
	// Use this to override the default service endpoint URL
	Recyclebin *string `pulumi:"recyclebin"`
	// Use this to override the default service endpoint URL
	Redshift *string `pulumi:"redshift"`
	// Use this to override the default service endpoint URL
	Redshiftdata *string `pulumi:"redshiftdata"`
	// Use this to override the default service endpoint URL
	Redshiftdataapiservice *string `pulumi:"redshiftdataapiservice"`
	// Use this to override the default service endpoint URL
	Redshiftserverless *string `pulumi:"redshiftserverless"`
	// Use this to override the default service endpoint URL
	Rekognition *string `pulumi:"rekognition"`
	// Use this to override the default service endpoint URL
	Resourceexplorer2 *string `pulumi:"resourceexplorer2"`
	// Use this to override the default service endpoint URL
	Resourcegroups *string `pulumi:"resourcegroups"`
	// Use this to override the default service endpoint URL
	Resourcegroupstagging *string `pulumi:"resourcegroupstagging"`
	// Use this to override the default service endpoint URL
	Resourcegroupstaggingapi *string `pulumi:"resourcegroupstaggingapi"`
	// Use this to override the default service endpoint URL
	Rolesanywhere *string `pulumi:"rolesanywhere"`
	// Use this to override the default service endpoint URL
	Route53 *string `pulumi:"route53"`
	// Use this to override the default service endpoint URL
	Route53domains *string `pulumi:"route53domains"`
	// Use this to override the default service endpoint URL
	Route53recoverycontrolconfig *string `pulumi:"route53recoverycontrolconfig"`
	// Use this to override the default service endpoint URL
	Route53recoveryreadiness *string `pulumi:"route53recoveryreadiness"`
	// Use this to override the default service endpoint URL
	Route53resolver *string `pulumi:"route53resolver"`
	// Use this to override the default service endpoint URL
	Rum *string `pulumi:"rum"`
	// Use this to override the default service endpoint URL
	S3 *string `pulumi:"s3"`
	// Use this to override the default service endpoint URL
	S3api *string `pulumi:"s3api"`
	// Use this to override the default service endpoint URL
	S3control *string `pulumi:"s3control"`
	// Use this to override the default service endpoint URL
	S3outposts *string `pulumi:"s3outposts"`
	// Use this to override the default service endpoint URL
	Sagemaker *string `pulumi:"sagemaker"`
	// Use this to override the default service endpoint URL
	Scheduler *string `pulumi:"scheduler"`
	// Use this to override the default service endpoint URL
	Schemas *string `pulumi:"schemas"`
	// Use this to override the default service endpoint URL
	Sdb *string `pulumi:"sdb"`
	// Use this to override the default service endpoint URL
	Secretsmanager *string `pulumi:"secretsmanager"`
	// Use this to override the default service endpoint URL
	Securityhub *string `pulumi:"securityhub"`
	// Use this to override the default service endpoint URL
	Securitylake *string `pulumi:"securitylake"`
	// Use this to override the default service endpoint URL
	Serverlessapplicationrepository *string `pulumi:"serverlessapplicationrepository"`
	// Use this to override the default service endpoint URL
	Serverlessapprepo *string `pulumi:"serverlessapprepo"`
	// Use this to override the default service endpoint URL
	Serverlessrepo *string `pulumi:"serverlessrepo"`
	// Use this to override the default service endpoint URL
	Servicecatalog *string `pulumi:"servicecatalog"`
	// Use this to override the default service endpoint URL
	Servicecatalogappregistry *string `pulumi:"servicecatalogappregistry"`
	// Use this to override the default service endpoint URL
	Servicediscovery *string `pulumi:"servicediscovery"`
	// Use this to override the default service endpoint URL
	Servicequotas *string `pulumi:"servicequotas"`
	// Use this to override the default service endpoint URL
	Ses *string `pulumi:"ses"`
	// Use this to override the default service endpoint URL
	Sesv2 *string `pulumi:"sesv2"`
	// Use this to override the default service endpoint URL
	Sfn *string `pulumi:"sfn"`
	// Use this to override the default service endpoint URL
	Shield *string `pulumi:"shield"`
	// Use this to override the default service endpoint URL
	Signer *string `pulumi:"signer"`
	// Use this to override the default service endpoint URL
	Simpledb *string `pulumi:"simpledb"`
	// Use this to override the default service endpoint URL
	Sns *string `pulumi:"sns"`
	// Use this to override the default service endpoint URL
	Sqs *string `pulumi:"sqs"`
	// Use this to override the default service endpoint URL
	Ssm *string `pulumi:"ssm"`
	// Use this to override the default service endpoint URL
	Ssmcontacts *string `pulumi:"ssmcontacts"`
	// Use this to override the default service endpoint URL
	Ssmincidents *string `pulumi:"ssmincidents"`
	// Use this to override the default service endpoint URL
	Ssmsap *string `pulumi:"ssmsap"`
	// Use this to override the default service endpoint URL
	Sso *string `pulumi:"sso"`
	// Use this to override the default service endpoint URL
	Ssoadmin *string `pulumi:"ssoadmin"`
	// Use this to override the default service endpoint URL
	Stepfunctions *string `pulumi:"stepfunctions"`
	// Use this to override the default service endpoint URL
	Storagegateway *string `pulumi:"storagegateway"`
	// Use this to override the default service endpoint URL
	Sts *string `pulumi:"sts"`
	// Use this to override the default service endpoint URL
	Swf *string `pulumi:"swf"`
	// Use this to override the default service endpoint URL
	Synthetics *string `pulumi:"synthetics"`
	// Use this to override the default service endpoint URL
	Timestreamwrite *string `pulumi:"timestreamwrite"`
	// Use this to override the default service endpoint URL
	Transcribe *string `pulumi:"transcribe"`
	// Use this to override the default service endpoint URL
	Transcribeservice *string `pulumi:"transcribeservice"`
	// Use this to override the default service endpoint URL
	Transfer *string `pulumi:"transfer"`
	// Use this to override the default service endpoint URL
	Verifiedpermissions *string `pulumi:"verifiedpermissions"`
	// Use this to override the default service endpoint URL
	Vpclattice *string `pulumi:"vpclattice"`
	// Use this to override the default service endpoint URL
	Waf *string `pulumi:"waf"`
	// Use this to override the default service endpoint URL
	Wafregional *string `pulumi:"wafregional"`
	// Use this to override the default service endpoint URL
	Wafv2 *string `pulumi:"wafv2"`
	// Use this to override the default service endpoint URL
	Wellarchitected *string `pulumi:"wellarchitected"`
	// Use this to override the default service endpoint URL
	Worklink *string `pulumi:"worklink"`
	// Use this to override the default service endpoint URL
	Workspaces *string `pulumi:"workspaces"`
	// Use this to override the default service endpoint URL
	Xray *string `pulumi:"xray"`
}

type EndpointsArgs

type EndpointsArgs struct {
	// Use this to override the default service endpoint URL
	Accessanalyzer pulumi.StringPtrInput `pulumi:"accessanalyzer"`
	// Use this to override the default service endpoint URL
	Account pulumi.StringPtrInput `pulumi:"account"`
	// Use this to override the default service endpoint URL
	Acm pulumi.StringPtrInput `pulumi:"acm"`
	// Use this to override the default service endpoint URL
	Acmpca pulumi.StringPtrInput `pulumi:"acmpca"`
	// Use this to override the default service endpoint URL
	Amg pulumi.StringPtrInput `pulumi:"amg"`
	// Use this to override the default service endpoint URL
	Amp pulumi.StringPtrInput `pulumi:"amp"`
	// Use this to override the default service endpoint URL
	Amplify pulumi.StringPtrInput `pulumi:"amplify"`
	// Use this to override the default service endpoint URL
	Apigateway pulumi.StringPtrInput `pulumi:"apigateway"`
	// Use this to override the default service endpoint URL
	Apigatewayv2 pulumi.StringPtrInput `pulumi:"apigatewayv2"`
	// Use this to override the default service endpoint URL
	Appautoscaling pulumi.StringPtrInput `pulumi:"appautoscaling"`
	// Use this to override the default service endpoint URL
	Appconfig pulumi.StringPtrInput `pulumi:"appconfig"`
	// Use this to override the default service endpoint URL
	Appfabric pulumi.StringPtrInput `pulumi:"appfabric"`
	// Use this to override the default service endpoint URL
	Appflow pulumi.StringPtrInput `pulumi:"appflow"`
	// Use this to override the default service endpoint URL
	Appintegrations pulumi.StringPtrInput `pulumi:"appintegrations"`
	// Use this to override the default service endpoint URL
	Appintegrationsservice pulumi.StringPtrInput `pulumi:"appintegrationsservice"`
	// Use this to override the default service endpoint URL
	Applicationautoscaling pulumi.StringPtrInput `pulumi:"applicationautoscaling"`
	// Use this to override the default service endpoint URL
	Applicationinsights pulumi.StringPtrInput `pulumi:"applicationinsights"`
	// Use this to override the default service endpoint URL
	Appmesh pulumi.StringPtrInput `pulumi:"appmesh"`
	// Use this to override the default service endpoint URL
	Appregistry pulumi.StringPtrInput `pulumi:"appregistry"`
	// Use this to override the default service endpoint URL
	Apprunner pulumi.StringPtrInput `pulumi:"apprunner"`
	// Use this to override the default service endpoint URL
	Appstream pulumi.StringPtrInput `pulumi:"appstream"`
	// Use this to override the default service endpoint URL
	Appsync pulumi.StringPtrInput `pulumi:"appsync"`
	// Use this to override the default service endpoint URL
	Athena pulumi.StringPtrInput `pulumi:"athena"`
	// Use this to override the default service endpoint URL
	Auditmanager pulumi.StringPtrInput `pulumi:"auditmanager"`
	// Use this to override the default service endpoint URL
	Autoscaling pulumi.StringPtrInput `pulumi:"autoscaling"`
	// Use this to override the default service endpoint URL
	Autoscalingplans pulumi.StringPtrInput `pulumi:"autoscalingplans"`
	// Use this to override the default service endpoint URL
	Backup pulumi.StringPtrInput `pulumi:"backup"`
	// Use this to override the default service endpoint URL
	Batch pulumi.StringPtrInput `pulumi:"batch"`
	// Use this to override the default service endpoint URL
	Bcmdataexports pulumi.StringPtrInput `pulumi:"bcmdataexports"`
	// Use this to override the default service endpoint URL
	Beanstalk pulumi.StringPtrInput `pulumi:"beanstalk"`
	// Use this to override the default service endpoint URL
	Bedrock pulumi.StringPtrInput `pulumi:"bedrock"`
	// Use this to override the default service endpoint URL
	Bedrockagent pulumi.StringPtrInput `pulumi:"bedrockagent"`
	// Use this to override the default service endpoint URL
	Budgets pulumi.StringPtrInput `pulumi:"budgets"`
	// Use this to override the default service endpoint URL
	Ce pulumi.StringPtrInput `pulumi:"ce"`
	// Use this to override the default service endpoint URL
	Chime pulumi.StringPtrInput `pulumi:"chime"`
	// Use this to override the default service endpoint URL
	Chimesdkmediapipelines pulumi.StringPtrInput `pulumi:"chimesdkmediapipelines"`
	// Use this to override the default service endpoint URL
	Chimesdkvoice pulumi.StringPtrInput `pulumi:"chimesdkvoice"`
	// Use this to override the default service endpoint URL
	Cleanrooms pulumi.StringPtrInput `pulumi:"cleanrooms"`
	// Use this to override the default service endpoint URL
	Cloud9 pulumi.StringPtrInput `pulumi:"cloud9"`
	// Use this to override the default service endpoint URL
	Cloudcontrol pulumi.StringPtrInput `pulumi:"cloudcontrol"`
	// Use this to override the default service endpoint URL
	Cloudcontrolapi pulumi.StringPtrInput `pulumi:"cloudcontrolapi"`
	// Use this to override the default service endpoint URL
	Cloudformation pulumi.StringPtrInput `pulumi:"cloudformation"`
	// Use this to override the default service endpoint URL
	Cloudfront pulumi.StringPtrInput `pulumi:"cloudfront"`
	// Use this to override the default service endpoint URL
	Cloudfrontkeyvaluestore pulumi.StringPtrInput `pulumi:"cloudfrontkeyvaluestore"`
	// Use this to override the default service endpoint URL
	Cloudhsm pulumi.StringPtrInput `pulumi:"cloudhsm"`
	// Use this to override the default service endpoint URL
	Cloudhsmv2 pulumi.StringPtrInput `pulumi:"cloudhsmv2"`
	// Use this to override the default service endpoint URL
	Cloudsearch pulumi.StringPtrInput `pulumi:"cloudsearch"`
	// Use this to override the default service endpoint URL
	Cloudtrail pulumi.StringPtrInput `pulumi:"cloudtrail"`
	// Use this to override the default service endpoint URL
	Cloudwatch pulumi.StringPtrInput `pulumi:"cloudwatch"`
	// Use this to override the default service endpoint URL
	Cloudwatchevents pulumi.StringPtrInput `pulumi:"cloudwatchevents"`
	// Use this to override the default service endpoint URL
	Cloudwatchevidently pulumi.StringPtrInput `pulumi:"cloudwatchevidently"`
	// Use this to override the default service endpoint URL
	Cloudwatchlog pulumi.StringPtrInput `pulumi:"cloudwatchlog"`
	// Use this to override the default service endpoint URL
	Cloudwatchlogs pulumi.StringPtrInput `pulumi:"cloudwatchlogs"`
	// Use this to override the default service endpoint URL
	Cloudwatchobservabilityaccessmanager pulumi.StringPtrInput `pulumi:"cloudwatchobservabilityaccessmanager"`
	// Use this to override the default service endpoint URL
	Cloudwatchrum pulumi.StringPtrInput `pulumi:"cloudwatchrum"`
	// Use this to override the default service endpoint URL
	Codeartifact pulumi.StringPtrInput `pulumi:"codeartifact"`
	// Use this to override the default service endpoint URL
	Codebuild pulumi.StringPtrInput `pulumi:"codebuild"`
	// Use this to override the default service endpoint URL
	Codecatalyst pulumi.StringPtrInput `pulumi:"codecatalyst"`
	// Use this to override the default service endpoint URL
	Codecommit pulumi.StringPtrInput `pulumi:"codecommit"`
	// Use this to override the default service endpoint URL
	Codedeploy pulumi.StringPtrInput `pulumi:"codedeploy"`
	// Use this to override the default service endpoint URL
	Codeguruprofiler pulumi.StringPtrInput `pulumi:"codeguruprofiler"`
	// Use this to override the default service endpoint URL
	Codegurureviewer pulumi.StringPtrInput `pulumi:"codegurureviewer"`
	// Use this to override the default service endpoint URL
	Codepipeline pulumi.StringPtrInput `pulumi:"codepipeline"`
	// Use this to override the default service endpoint URL
	Codestarconnections pulumi.StringPtrInput `pulumi:"codestarconnections"`
	// Use this to override the default service endpoint URL
	Codestarnotifications pulumi.StringPtrInput `pulumi:"codestarnotifications"`
	// Use this to override the default service endpoint URL
	Cognitoidentity pulumi.StringPtrInput `pulumi:"cognitoidentity"`
	// Use this to override the default service endpoint URL
	Cognitoidentityprovider pulumi.StringPtrInput `pulumi:"cognitoidentityprovider"`
	// Use this to override the default service endpoint URL
	Cognitoidp pulumi.StringPtrInput `pulumi:"cognitoidp"`
	// Use this to override the default service endpoint URL
	Comprehend pulumi.StringPtrInput `pulumi:"comprehend"`
	// Use this to override the default service endpoint URL
	Computeoptimizer pulumi.StringPtrInput `pulumi:"computeoptimizer"`
	// Use this to override the default service endpoint URL
	Config pulumi.StringPtrInput `pulumi:"config"`
	// Use this to override the default service endpoint URL
	Configservice pulumi.StringPtrInput `pulumi:"configservice"`
	// Use this to override the default service endpoint URL
	Connect pulumi.StringPtrInput `pulumi:"connect"`
	// Use this to override the default service endpoint URL
	Connectcases pulumi.StringPtrInput `pulumi:"connectcases"`
	// Use this to override the default service endpoint URL
	Controltower pulumi.StringPtrInput `pulumi:"controltower"`
	// Use this to override the default service endpoint URL
	Costandusagereportservice pulumi.StringPtrInput `pulumi:"costandusagereportservice"`
	// Use this to override the default service endpoint URL
	Costexplorer pulumi.StringPtrInput `pulumi:"costexplorer"`
	// Use this to override the default service endpoint URL
	Costoptimizationhub pulumi.StringPtrInput `pulumi:"costoptimizationhub"`
	// Use this to override the default service endpoint URL
	Cur pulumi.StringPtrInput `pulumi:"cur"`
	// Use this to override the default service endpoint URL
	Customerprofiles pulumi.StringPtrInput `pulumi:"customerprofiles"`
	// Use this to override the default service endpoint URL
	Databasemigration pulumi.StringPtrInput `pulumi:"databasemigration"`
	// Use this to override the default service endpoint URL
	Databasemigrationservice pulumi.StringPtrInput `pulumi:"databasemigrationservice"`
	// Use this to override the default service endpoint URL
	Dataexchange pulumi.StringPtrInput `pulumi:"dataexchange"`
	// Use this to override the default service endpoint URL
	Datapipeline pulumi.StringPtrInput `pulumi:"datapipeline"`
	// Use this to override the default service endpoint URL
	Datasync pulumi.StringPtrInput `pulumi:"datasync"`
	// Use this to override the default service endpoint URL
	Datazone pulumi.StringPtrInput `pulumi:"datazone"`
	// Use this to override the default service endpoint URL
	Dax pulumi.StringPtrInput `pulumi:"dax"`
	// Use this to override the default service endpoint URL
	Deploy pulumi.StringPtrInput `pulumi:"deploy"`
	// Use this to override the default service endpoint URL
	Detective pulumi.StringPtrInput `pulumi:"detective"`
	// Use this to override the default service endpoint URL
	Devicefarm pulumi.StringPtrInput `pulumi:"devicefarm"`
	// Use this to override the default service endpoint URL
	Devopsguru pulumi.StringPtrInput `pulumi:"devopsguru"`
	// Use this to override the default service endpoint URL
	Directconnect pulumi.StringPtrInput `pulumi:"directconnect"`
	// Use this to override the default service endpoint URL
	Directoryservice pulumi.StringPtrInput `pulumi:"directoryservice"`
	// Use this to override the default service endpoint URL
	Dlm pulumi.StringPtrInput `pulumi:"dlm"`
	// Use this to override the default service endpoint URL
	Dms pulumi.StringPtrInput `pulumi:"dms"`
	// Use this to override the default service endpoint URL
	Docdb pulumi.StringPtrInput `pulumi:"docdb"`
	// Use this to override the default service endpoint URL
	Docdbelastic pulumi.StringPtrInput `pulumi:"docdbelastic"`
	// Use this to override the default service endpoint URL
	Ds pulumi.StringPtrInput `pulumi:"ds"`
	// Use this to override the default service endpoint URL
	Dynamodb pulumi.StringPtrInput `pulumi:"dynamodb"`
	// Use this to override the default service endpoint URL
	Ec2 pulumi.StringPtrInput `pulumi:"ec2"`
	// Use this to override the default service endpoint URL
	Ecr pulumi.StringPtrInput `pulumi:"ecr"`
	// Use this to override the default service endpoint URL
	Ecrpublic pulumi.StringPtrInput `pulumi:"ecrpublic"`
	// Use this to override the default service endpoint URL
	Ecs pulumi.StringPtrInput `pulumi:"ecs"`
	// Use this to override the default service endpoint URL
	Efs pulumi.StringPtrInput `pulumi:"efs"`
	// Use this to override the default service endpoint URL
	Eks pulumi.StringPtrInput `pulumi:"eks"`
	// Use this to override the default service endpoint URL
	Elasticache pulumi.StringPtrInput `pulumi:"elasticache"`
	// Use this to override the default service endpoint URL
	Elasticbeanstalk pulumi.StringPtrInput `pulumi:"elasticbeanstalk"`
	// Use this to override the default service endpoint URL
	Elasticloadbalancing pulumi.StringPtrInput `pulumi:"elasticloadbalancing"`
	// Use this to override the default service endpoint URL
	Elasticloadbalancingv2 pulumi.StringPtrInput `pulumi:"elasticloadbalancingv2"`
	// Use this to override the default service endpoint URL
	Elasticsearch pulumi.StringPtrInput `pulumi:"elasticsearch"`
	// Use this to override the default service endpoint URL
	Elasticsearchservice pulumi.StringPtrInput `pulumi:"elasticsearchservice"`
	// Use this to override the default service endpoint URL
	Elastictranscoder pulumi.StringPtrInput `pulumi:"elastictranscoder"`
	// Use this to override the default service endpoint URL
	Elb pulumi.StringPtrInput `pulumi:"elb"`
	// Use this to override the default service endpoint URL
	Elbv2 pulumi.StringPtrInput `pulumi:"elbv2"`
	// Use this to override the default service endpoint URL
	Emr pulumi.StringPtrInput `pulumi:"emr"`
	// Use this to override the default service endpoint URL
	Emrcontainers pulumi.StringPtrInput `pulumi:"emrcontainers"`
	// Use this to override the default service endpoint URL
	Emrserverless pulumi.StringPtrInput `pulumi:"emrserverless"`
	// Use this to override the default service endpoint URL
	Es pulumi.StringPtrInput `pulumi:"es"`
	// Use this to override the default service endpoint URL
	Eventbridge pulumi.StringPtrInput `pulumi:"eventbridge"`
	// Use this to override the default service endpoint URL
	Events pulumi.StringPtrInput `pulumi:"events"`
	// Use this to override the default service endpoint URL
	Evidently pulumi.StringPtrInput `pulumi:"evidently"`
	// Use this to override the default service endpoint URL
	Finspace pulumi.StringPtrInput `pulumi:"finspace"`
	// Use this to override the default service endpoint URL
	Firehose pulumi.StringPtrInput `pulumi:"firehose"`
	// Use this to override the default service endpoint URL
	Fis pulumi.StringPtrInput `pulumi:"fis"`
	// Use this to override the default service endpoint URL
	Fms pulumi.StringPtrInput `pulumi:"fms"`
	// Use this to override the default service endpoint URL
	Fsx pulumi.StringPtrInput `pulumi:"fsx"`
	// Use this to override the default service endpoint URL
	Gamelift pulumi.StringPtrInput `pulumi:"gamelift"`
	// Use this to override the default service endpoint URL
	Glacier pulumi.StringPtrInput `pulumi:"glacier"`
	// Use this to override the default service endpoint URL
	Globalaccelerator pulumi.StringPtrInput `pulumi:"globalaccelerator"`
	// Use this to override the default service endpoint URL
	Glue pulumi.StringPtrInput `pulumi:"glue"`
	// Use this to override the default service endpoint URL
	Grafana pulumi.StringPtrInput `pulumi:"grafana"`
	// Use this to override the default service endpoint URL
	Greengrass pulumi.StringPtrInput `pulumi:"greengrass"`
	// Use this to override the default service endpoint URL
	Groundstation pulumi.StringPtrInput `pulumi:"groundstation"`
	// Use this to override the default service endpoint URL
	Guardduty pulumi.StringPtrInput `pulumi:"guardduty"`
	// Use this to override the default service endpoint URL
	Healthlake pulumi.StringPtrInput `pulumi:"healthlake"`
	// Use this to override the default service endpoint URL
	Iam pulumi.StringPtrInput `pulumi:"iam"`
	// Use this to override the default service endpoint URL
	Identitystore pulumi.StringPtrInput `pulumi:"identitystore"`
	// Use this to override the default service endpoint URL
	Imagebuilder pulumi.StringPtrInput `pulumi:"imagebuilder"`
	// Use this to override the default service endpoint URL
	Inspector pulumi.StringPtrInput `pulumi:"inspector"`
	// Use this to override the default service endpoint URL
	Inspector2 pulumi.StringPtrInput `pulumi:"inspector2"`
	// Use this to override the default service endpoint URL
	Inspectorv2 pulumi.StringPtrInput `pulumi:"inspectorv2"`
	// Use this to override the default service endpoint URL
	Internetmonitor pulumi.StringPtrInput `pulumi:"internetmonitor"`
	// Use this to override the default service endpoint URL
	Iot pulumi.StringPtrInput `pulumi:"iot"`
	// Use this to override the default service endpoint URL
	Iotanalytics pulumi.StringPtrInput `pulumi:"iotanalytics"`
	// Use this to override the default service endpoint URL
	Iotevents pulumi.StringPtrInput `pulumi:"iotevents"`
	// Use this to override the default service endpoint URL
	Ivs pulumi.StringPtrInput `pulumi:"ivs"`
	// Use this to override the default service endpoint URL
	Ivschat pulumi.StringPtrInput `pulumi:"ivschat"`
	// Use this to override the default service endpoint URL
	Kafka pulumi.StringPtrInput `pulumi:"kafka"`
	// Use this to override the default service endpoint URL
	Kafkaconnect pulumi.StringPtrInput `pulumi:"kafkaconnect"`
	// Use this to override the default service endpoint URL
	Kendra pulumi.StringPtrInput `pulumi:"kendra"`
	// Use this to override the default service endpoint URL
	Keyspaces pulumi.StringPtrInput `pulumi:"keyspaces"`
	// Use this to override the default service endpoint URL
	Kinesis pulumi.StringPtrInput `pulumi:"kinesis"`
	// Use this to override the default service endpoint URL
	Kinesisanalytics pulumi.StringPtrInput `pulumi:"kinesisanalytics"`
	// Use this to override the default service endpoint URL
	Kinesisanalyticsv2 pulumi.StringPtrInput `pulumi:"kinesisanalyticsv2"`
	// Use this to override the default service endpoint URL
	Kinesisvideo pulumi.StringPtrInput `pulumi:"kinesisvideo"`
	// Use this to override the default service endpoint URL
	Kms pulumi.StringPtrInput `pulumi:"kms"`
	// Use this to override the default service endpoint URL
	Lakeformation pulumi.StringPtrInput `pulumi:"lakeformation"`
	// Use this to override the default service endpoint URL
	Lambda pulumi.StringPtrInput `pulumi:"lambda"`
	// Use this to override the default service endpoint URL
	Launchwizard pulumi.StringPtrInput `pulumi:"launchwizard"`
	// Use this to override the default service endpoint URL
	Lex pulumi.StringPtrInput `pulumi:"lex"`
	// Use this to override the default service endpoint URL
	Lexmodelbuilding pulumi.StringPtrInput `pulumi:"lexmodelbuilding"`
	// Use this to override the default service endpoint URL
	Lexmodelbuildingservice pulumi.StringPtrInput `pulumi:"lexmodelbuildingservice"`
	// Use this to override the default service endpoint URL
	Lexmodels pulumi.StringPtrInput `pulumi:"lexmodels"`
	// Use this to override the default service endpoint URL
	Lexmodelsv2 pulumi.StringPtrInput `pulumi:"lexmodelsv2"`
	// Use this to override the default service endpoint URL
	Lexv2models pulumi.StringPtrInput `pulumi:"lexv2models"`
	// Use this to override the default service endpoint URL
	Licensemanager pulumi.StringPtrInput `pulumi:"licensemanager"`
	// Use this to override the default service endpoint URL
	Lightsail pulumi.StringPtrInput `pulumi:"lightsail"`
	// Use this to override the default service endpoint URL
	Location pulumi.StringPtrInput `pulumi:"location"`
	// Use this to override the default service endpoint URL
	Locationservice pulumi.StringPtrInput `pulumi:"locationservice"`
	// Use this to override the default service endpoint URL
	Logs pulumi.StringPtrInput `pulumi:"logs"`
	// Use this to override the default service endpoint URL
	Lookoutmetrics pulumi.StringPtrInput `pulumi:"lookoutmetrics"`
	// Use this to override the default service endpoint URL
	M2 pulumi.StringPtrInput `pulumi:"m2"`
	// Use this to override the default service endpoint URL
	Macie2 pulumi.StringPtrInput `pulumi:"macie2"`
	// Use this to override the default service endpoint URL
	Managedgrafana pulumi.StringPtrInput `pulumi:"managedgrafana"`
	// Use this to override the default service endpoint URL
	Mediaconnect pulumi.StringPtrInput `pulumi:"mediaconnect"`
	// Use this to override the default service endpoint URL
	Mediaconvert pulumi.StringPtrInput `pulumi:"mediaconvert"`
	// Use this to override the default service endpoint URL
	Medialive pulumi.StringPtrInput `pulumi:"medialive"`
	// Use this to override the default service endpoint URL
	Mediapackage pulumi.StringPtrInput `pulumi:"mediapackage"`
	// Use this to override the default service endpoint URL
	Mediapackagev2 pulumi.StringPtrInput `pulumi:"mediapackagev2"`
	// Use this to override the default service endpoint URL
	Mediastore pulumi.StringPtrInput `pulumi:"mediastore"`
	// Use this to override the default service endpoint URL
	Memorydb pulumi.StringPtrInput `pulumi:"memorydb"`
	// Use this to override the default service endpoint URL
	Mq pulumi.StringPtrInput `pulumi:"mq"`
	// Use this to override the default service endpoint URL
	Msk pulumi.StringPtrInput `pulumi:"msk"`
	// Use this to override the default service endpoint URL
	Mwaa pulumi.StringPtrInput `pulumi:"mwaa"`
	// Use this to override the default service endpoint URL
	Neptune pulumi.StringPtrInput `pulumi:"neptune"`
	// Use this to override the default service endpoint URL
	Neptunegraph pulumi.StringPtrInput `pulumi:"neptunegraph"`
	// Use this to override the default service endpoint URL
	Networkfirewall pulumi.StringPtrInput `pulumi:"networkfirewall"`
	// Use this to override the default service endpoint URL
	Networkmanager pulumi.StringPtrInput `pulumi:"networkmanager"`
	// Use this to override the default service endpoint URL
	Oam pulumi.StringPtrInput `pulumi:"oam"`
	// Use this to override the default service endpoint URL
	Opensearch pulumi.StringPtrInput `pulumi:"opensearch"`
	// Use this to override the default service endpoint URL
	Opensearchingestion pulumi.StringPtrInput `pulumi:"opensearchingestion"`
	// Use this to override the default service endpoint URL
	Opensearchserverless pulumi.StringPtrInput `pulumi:"opensearchserverless"`
	// Use this to override the default service endpoint URL
	Opensearchservice pulumi.StringPtrInput `pulumi:"opensearchservice"`
	// Use this to override the default service endpoint URL
	Opsworks pulumi.StringPtrInput `pulumi:"opsworks"`
	// Use this to override the default service endpoint URL
	Organizations pulumi.StringPtrInput `pulumi:"organizations"`
	// Use this to override the default service endpoint URL
	Osis pulumi.StringPtrInput `pulumi:"osis"`
	// Use this to override the default service endpoint URL
	Outposts pulumi.StringPtrInput `pulumi:"outposts"`
	// Use this to override the default service endpoint URL
	Paymentcryptography pulumi.StringPtrInput `pulumi:"paymentcryptography"`
	// Use this to override the default service endpoint URL
	Pcaconnectorad pulumi.StringPtrInput `pulumi:"pcaconnectorad"`
	// Use this to override the default service endpoint URL
	Pinpoint pulumi.StringPtrInput `pulumi:"pinpoint"`
	// Use this to override the default service endpoint URL
	Pipes pulumi.StringPtrInput `pulumi:"pipes"`
	// Use this to override the default service endpoint URL
	Polly pulumi.StringPtrInput `pulumi:"polly"`
	// Use this to override the default service endpoint URL
	Pricing pulumi.StringPtrInput `pulumi:"pricing"`
	// Use this to override the default service endpoint URL
	Prometheus pulumi.StringPtrInput `pulumi:"prometheus"`
	// Use this to override the default service endpoint URL
	Prometheusservice pulumi.StringPtrInput `pulumi:"prometheusservice"`
	// Use this to override the default service endpoint URL
	Qbusiness pulumi.StringPtrInput `pulumi:"qbusiness"`
	// Use this to override the default service endpoint URL
	Qldb pulumi.StringPtrInput `pulumi:"qldb"`
	// Use this to override the default service endpoint URL
	Quicksight pulumi.StringPtrInput `pulumi:"quicksight"`
	// Use this to override the default service endpoint URL
	Ram pulumi.StringPtrInput `pulumi:"ram"`
	// Use this to override the default service endpoint URL
	Rbin pulumi.StringPtrInput `pulumi:"rbin"`
	// Use this to override the default service endpoint URL
	Rds pulumi.StringPtrInput `pulumi:"rds"`
	// Use this to override the default service endpoint URL
	Recyclebin pulumi.StringPtrInput `pulumi:"recyclebin"`
	// Use this to override the default service endpoint URL
	Redshift pulumi.StringPtrInput `pulumi:"redshift"`
	// Use this to override the default service endpoint URL
	Redshiftdata pulumi.StringPtrInput `pulumi:"redshiftdata"`
	// Use this to override the default service endpoint URL
	Redshiftdataapiservice pulumi.StringPtrInput `pulumi:"redshiftdataapiservice"`
	// Use this to override the default service endpoint URL
	Redshiftserverless pulumi.StringPtrInput `pulumi:"redshiftserverless"`
	// Use this to override the default service endpoint URL
	Rekognition pulumi.StringPtrInput `pulumi:"rekognition"`
	// Use this to override the default service endpoint URL
	Resourceexplorer2 pulumi.StringPtrInput `pulumi:"resourceexplorer2"`
	// Use this to override the default service endpoint URL
	Resourcegroups pulumi.StringPtrInput `pulumi:"resourcegroups"`
	// Use this to override the default service endpoint URL
	Resourcegroupstagging pulumi.StringPtrInput `pulumi:"resourcegroupstagging"`
	// Use this to override the default service endpoint URL
	Resourcegroupstaggingapi pulumi.StringPtrInput `pulumi:"resourcegroupstaggingapi"`
	// Use this to override the default service endpoint URL
	Rolesanywhere pulumi.StringPtrInput `pulumi:"rolesanywhere"`
	// Use this to override the default service endpoint URL
	Route53 pulumi.StringPtrInput `pulumi:"route53"`
	// Use this to override the default service endpoint URL
	Route53domains pulumi.StringPtrInput `pulumi:"route53domains"`
	// Use this to override the default service endpoint URL
	Route53recoverycontrolconfig pulumi.StringPtrInput `pulumi:"route53recoverycontrolconfig"`
	// Use this to override the default service endpoint URL
	Route53recoveryreadiness pulumi.StringPtrInput `pulumi:"route53recoveryreadiness"`
	// Use this to override the default service endpoint URL
	Route53resolver pulumi.StringPtrInput `pulumi:"route53resolver"`
	// Use this to override the default service endpoint URL
	Rum pulumi.StringPtrInput `pulumi:"rum"`
	// Use this to override the default service endpoint URL
	S3 pulumi.StringPtrInput `pulumi:"s3"`
	// Use this to override the default service endpoint URL
	S3api pulumi.StringPtrInput `pulumi:"s3api"`
	// Use this to override the default service endpoint URL
	S3control pulumi.StringPtrInput `pulumi:"s3control"`
	// Use this to override the default service endpoint URL
	S3outposts pulumi.StringPtrInput `pulumi:"s3outposts"`
	// Use this to override the default service endpoint URL
	Sagemaker pulumi.StringPtrInput `pulumi:"sagemaker"`
	// Use this to override the default service endpoint URL
	Scheduler pulumi.StringPtrInput `pulumi:"scheduler"`
	// Use this to override the default service endpoint URL
	Schemas pulumi.StringPtrInput `pulumi:"schemas"`
	// Use this to override the default service endpoint URL
	Sdb pulumi.StringPtrInput `pulumi:"sdb"`
	// Use this to override the default service endpoint URL
	Secretsmanager pulumi.StringPtrInput `pulumi:"secretsmanager"`
	// Use this to override the default service endpoint URL
	Securityhub pulumi.StringPtrInput `pulumi:"securityhub"`
	// Use this to override the default service endpoint URL
	Securitylake pulumi.StringPtrInput `pulumi:"securitylake"`
	// Use this to override the default service endpoint URL
	Serverlessapplicationrepository pulumi.StringPtrInput `pulumi:"serverlessapplicationrepository"`
	// Use this to override the default service endpoint URL
	Serverlessapprepo pulumi.StringPtrInput `pulumi:"serverlessapprepo"`
	// Use this to override the default service endpoint URL
	Serverlessrepo pulumi.StringPtrInput `pulumi:"serverlessrepo"`
	// Use this to override the default service endpoint URL
	Servicecatalog pulumi.StringPtrInput `pulumi:"servicecatalog"`
	// Use this to override the default service endpoint URL
	Servicecatalogappregistry pulumi.StringPtrInput `pulumi:"servicecatalogappregistry"`
	// Use this to override the default service endpoint URL
	Servicediscovery pulumi.StringPtrInput `pulumi:"servicediscovery"`
	// Use this to override the default service endpoint URL
	Servicequotas pulumi.StringPtrInput `pulumi:"servicequotas"`
	// Use this to override the default service endpoint URL
	Ses pulumi.StringPtrInput `pulumi:"ses"`
	// Use this to override the default service endpoint URL
	Sesv2 pulumi.StringPtrInput `pulumi:"sesv2"`
	// Use this to override the default service endpoint URL
	Sfn pulumi.StringPtrInput `pulumi:"sfn"`
	// Use this to override the default service endpoint URL
	Shield pulumi.StringPtrInput `pulumi:"shield"`
	// Use this to override the default service endpoint URL
	Signer pulumi.StringPtrInput `pulumi:"signer"`
	// Use this to override the default service endpoint URL
	Simpledb pulumi.StringPtrInput `pulumi:"simpledb"`
	// Use this to override the default service endpoint URL
	Sns pulumi.StringPtrInput `pulumi:"sns"`
	// Use this to override the default service endpoint URL
	Sqs pulumi.StringPtrInput `pulumi:"sqs"`
	// Use this to override the default service endpoint URL
	Ssm pulumi.StringPtrInput `pulumi:"ssm"`
	// Use this to override the default service endpoint URL
	Ssmcontacts pulumi.StringPtrInput `pulumi:"ssmcontacts"`
	// Use this to override the default service endpoint URL
	Ssmincidents pulumi.StringPtrInput `pulumi:"ssmincidents"`
	// Use this to override the default service endpoint URL
	Ssmsap pulumi.StringPtrInput `pulumi:"ssmsap"`
	// Use this to override the default service endpoint URL
	Sso pulumi.StringPtrInput `pulumi:"sso"`
	// Use this to override the default service endpoint URL
	Ssoadmin pulumi.StringPtrInput `pulumi:"ssoadmin"`
	// Use this to override the default service endpoint URL
	Stepfunctions pulumi.StringPtrInput `pulumi:"stepfunctions"`
	// Use this to override the default service endpoint URL
	Storagegateway pulumi.StringPtrInput `pulumi:"storagegateway"`
	// Use this to override the default service endpoint URL
	Sts pulumi.StringPtrInput `pulumi:"sts"`
	// Use this to override the default service endpoint URL
	Swf pulumi.StringPtrInput `pulumi:"swf"`
	// Use this to override the default service endpoint URL
	Synthetics pulumi.StringPtrInput `pulumi:"synthetics"`
	// Use this to override the default service endpoint URL
	Timestreamwrite pulumi.StringPtrInput `pulumi:"timestreamwrite"`
	// Use this to override the default service endpoint URL
	Transcribe pulumi.StringPtrInput `pulumi:"transcribe"`
	// Use this to override the default service endpoint URL
	Transcribeservice pulumi.StringPtrInput `pulumi:"transcribeservice"`
	// Use this to override the default service endpoint URL
	Transfer pulumi.StringPtrInput `pulumi:"transfer"`
	// Use this to override the default service endpoint URL
	Verifiedpermissions pulumi.StringPtrInput `pulumi:"verifiedpermissions"`
	// Use this to override the default service endpoint URL
	Vpclattice pulumi.StringPtrInput `pulumi:"vpclattice"`
	// Use this to override the default service endpoint URL
	Waf pulumi.StringPtrInput `pulumi:"waf"`
	// Use this to override the default service endpoint URL
	Wafregional pulumi.StringPtrInput `pulumi:"wafregional"`
	// Use this to override the default service endpoint URL
	Wafv2 pulumi.StringPtrInput `pulumi:"wafv2"`
	// Use this to override the default service endpoint URL
	Wellarchitected pulumi.StringPtrInput `pulumi:"wellarchitected"`
	// Use this to override the default service endpoint URL
	Worklink pulumi.StringPtrInput `pulumi:"worklink"`
	// Use this to override the default service endpoint URL
	Workspaces pulumi.StringPtrInput `pulumi:"workspaces"`
	// Use this to override the default service endpoint URL
	Xray pulumi.StringPtrInput `pulumi:"xray"`
}

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) Accessanalyzer

func (o EndpointsOutput) Accessanalyzer() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Account

Use this to override the default service endpoint URL

func (EndpointsOutput) Acm

Use this to override the default service endpoint URL

func (EndpointsOutput) Acmpca

Use this to override the default service endpoint URL

func (EndpointsOutput) Amg

Use this to override the default service endpoint URL

func (EndpointsOutput) Amp

Use this to override the default service endpoint URL

func (EndpointsOutput) Amplify

Use this to override the default service endpoint URL

func (EndpointsOutput) Apigateway

func (o EndpointsOutput) Apigateway() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Apigatewayv2

func (o EndpointsOutput) Apigatewayv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appautoscaling

func (o EndpointsOutput) Appautoscaling() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appconfig

func (o EndpointsOutput) Appconfig() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appfabric added in v6.12.0

func (o EndpointsOutput) Appfabric() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appflow

Use this to override the default service endpoint URL

func (EndpointsOutput) Appintegrations

func (o EndpointsOutput) Appintegrations() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appintegrationsservice

func (o EndpointsOutput) Appintegrationsservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Applicationautoscaling

func (o EndpointsOutput) Applicationautoscaling() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Applicationinsights

func (o EndpointsOutput) Applicationinsights() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appmesh

Use this to override the default service endpoint URL

func (EndpointsOutput) Appregistry added in v6.18.2

func (o EndpointsOutput) Appregistry() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Apprunner

func (o EndpointsOutput) Apprunner() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appstream

func (o EndpointsOutput) Appstream() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Appsync

Use this to override the default service endpoint URL

func (EndpointsOutput) Athena

Use this to override the default service endpoint URL

func (EndpointsOutput) Auditmanager

func (o EndpointsOutput) Auditmanager() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Autoscaling

func (o EndpointsOutput) Autoscaling() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Autoscalingplans

func (o EndpointsOutput) Autoscalingplans() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Backup

Use this to override the default service endpoint URL

func (EndpointsOutput) Batch

Use this to override the default service endpoint URL

func (EndpointsOutput) Bcmdataexports added in v6.31.0

func (o EndpointsOutput) Bcmdataexports() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Beanstalk

func (o EndpointsOutput) Beanstalk() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Bedrock added in v6.6.0

Use this to override the default service endpoint URL

func (EndpointsOutput) Bedrockagent added in v6.22.0

func (o EndpointsOutput) Bedrockagent() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Budgets

Use this to override the default service endpoint URL

func (EndpointsOutput) Ce

Use this to override the default service endpoint URL

func (EndpointsOutput) Chime

Use this to override the default service endpoint URL

func (EndpointsOutput) Chimesdkmediapipelines

func (o EndpointsOutput) Chimesdkmediapipelines() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Chimesdkvoice

func (o EndpointsOutput) Chimesdkvoice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cleanrooms

func (o EndpointsOutput) Cleanrooms() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloud9

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudcontrol

func (o EndpointsOutput) Cloudcontrol() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudcontrolapi

func (o EndpointsOutput) Cloudcontrolapi() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudformation

func (o EndpointsOutput) Cloudformation() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudfront

func (o EndpointsOutput) Cloudfront() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudfrontkeyvaluestore added in v6.23.0

func (o EndpointsOutput) Cloudfrontkeyvaluestore() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudhsm

func (o EndpointsOutput) Cloudhsm() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudhsmv2

func (o EndpointsOutput) Cloudhsmv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudsearch

func (o EndpointsOutput) Cloudsearch() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudtrail

func (o EndpointsOutput) Cloudtrail() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatch

func (o EndpointsOutput) Cloudwatch() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchevents

func (o EndpointsOutput) Cloudwatchevents() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchevidently

func (o EndpointsOutput) Cloudwatchevidently() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchlog

func (o EndpointsOutput) Cloudwatchlog() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchlogs

func (o EndpointsOutput) Cloudwatchlogs() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchobservabilityaccessmanager

func (o EndpointsOutput) Cloudwatchobservabilityaccessmanager() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cloudwatchrum

func (o EndpointsOutput) Cloudwatchrum() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codeartifact

func (o EndpointsOutput) Codeartifact() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codebuild

func (o EndpointsOutput) Codebuild() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codecatalyst added in v6.1.0

func (o EndpointsOutput) Codecatalyst() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codecommit

func (o EndpointsOutput) Codecommit() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codedeploy

func (o EndpointsOutput) Codedeploy() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codeguruprofiler added in v6.13.0

func (o EndpointsOutput) Codeguruprofiler() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codegurureviewer

func (o EndpointsOutput) Codegurureviewer() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codepipeline

func (o EndpointsOutput) Codepipeline() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codestarconnections

func (o EndpointsOutput) Codestarconnections() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Codestarnotifications

func (o EndpointsOutput) Codestarnotifications() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cognitoidentity

func (o EndpointsOutput) Cognitoidentity() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cognitoidentityprovider

func (o EndpointsOutput) Cognitoidentityprovider() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cognitoidp

func (o EndpointsOutput) Cognitoidp() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Comprehend

func (o EndpointsOutput) Comprehend() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Computeoptimizer

func (o EndpointsOutput) Computeoptimizer() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Config

Use this to override the default service endpoint URL

func (EndpointsOutput) Configservice

func (o EndpointsOutput) Configservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Connect

Use this to override the default service endpoint URL

func (EndpointsOutput) Connectcases added in v6.10.0

func (o EndpointsOutput) Connectcases() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Controltower

func (o EndpointsOutput) Controltower() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Costandusagereportservice

func (o EndpointsOutput) Costandusagereportservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Costexplorer

func (o EndpointsOutput) Costexplorer() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Costoptimizationhub added in v6.23.0

func (o EndpointsOutput) Costoptimizationhub() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Cur

Use this to override the default service endpoint URL

func (EndpointsOutput) Customerprofiles added in v6.10.0

func (o EndpointsOutput) Customerprofiles() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Databasemigration

func (o EndpointsOutput) Databasemigration() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Databasemigrationservice

func (o EndpointsOutput) Databasemigrationservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Dataexchange

func (o EndpointsOutput) Dataexchange() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Datapipeline

func (o EndpointsOutput) Datapipeline() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Datasync

func (o EndpointsOutput) Datasync() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Datazone added in v6.29.0

func (o EndpointsOutput) Datazone() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Dax

Use this to override the default service endpoint URL

func (EndpointsOutput) Deploy

Use this to override the default service endpoint URL

func (EndpointsOutput) Detective

func (o EndpointsOutput) Detective() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Devicefarm

func (o EndpointsOutput) Devicefarm() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Devopsguru added in v6.27.0

func (o EndpointsOutput) Devopsguru() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Directconnect

func (o EndpointsOutput) Directconnect() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Directoryservice

func (o EndpointsOutput) Directoryservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Dlm

Use this to override the default service endpoint URL

func (EndpointsOutput) Dms

Use this to override the default service endpoint URL

func (EndpointsOutput) Docdb

Use this to override the default service endpoint URL

func (EndpointsOutput) Docdbelastic

func (o EndpointsOutput) Docdbelastic() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ds

Use this to override the default service endpoint URL

func (EndpointsOutput) Dynamodb

func (o EndpointsOutput) Dynamodb() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ec2

Use this to override the default service endpoint URL

func (EndpointsOutput) Ecr

Use this to override the default service endpoint URL

func (EndpointsOutput) Ecrpublic

func (o EndpointsOutput) Ecrpublic() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ecs

Use this to override the default service endpoint URL

func (EndpointsOutput) Efs

Use this to override the default service endpoint URL

func (EndpointsOutput) Eks

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticache

func (o EndpointsOutput) Elasticache() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticbeanstalk

func (o EndpointsOutput) Elasticbeanstalk() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticloadbalancing

func (o EndpointsOutput) Elasticloadbalancing() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticloadbalancingv2

func (o EndpointsOutput) Elasticloadbalancingv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticsearch

func (o EndpointsOutput) Elasticsearch() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elasticsearchservice

func (o EndpointsOutput) Elasticsearchservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elastictranscoder

func (o EndpointsOutput) Elastictranscoder() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Elb

Use this to override the default service endpoint URL

func (EndpointsOutput) Elbv2

Use this to override the default service endpoint URL

func (EndpointsOutput) ElementType

func (EndpointsOutput) ElementType() reflect.Type

func (EndpointsOutput) Emr

Use this to override the default service endpoint URL

func (EndpointsOutput) Emrcontainers

func (o EndpointsOutput) Emrcontainers() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Emrserverless

func (o EndpointsOutput) Emrserverless() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Es

Use this to override the default service endpoint URL

func (EndpointsOutput) Eventbridge

func (o EndpointsOutput) Eventbridge() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Events

Use this to override the default service endpoint URL

func (EndpointsOutput) Evidently

func (o EndpointsOutput) Evidently() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Finspace

func (o EndpointsOutput) Finspace() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Firehose

func (o EndpointsOutput) Firehose() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Fis

Use this to override the default service endpoint URL

func (EndpointsOutput) Fms

Use this to override the default service endpoint URL

func (EndpointsOutput) Fsx

Use this to override the default service endpoint URL

func (EndpointsOutput) Gamelift

func (o EndpointsOutput) Gamelift() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Glacier

Use this to override the default service endpoint URL

func (EndpointsOutput) Globalaccelerator

func (o EndpointsOutput) Globalaccelerator() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Glue

Use this to override the default service endpoint URL

func (EndpointsOutput) Grafana

Use this to override the default service endpoint URL

func (EndpointsOutput) Greengrass

func (o EndpointsOutput) Greengrass() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Groundstation added in v6.18.2

func (o EndpointsOutput) Groundstation() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Guardduty

func (o EndpointsOutput) Guardduty() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Healthlake

func (o EndpointsOutput) Healthlake() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Iam

Use this to override the default service endpoint URL

func (EndpointsOutput) Identitystore

func (o EndpointsOutput) Identitystore() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Imagebuilder

func (o EndpointsOutput) Imagebuilder() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Inspector

func (o EndpointsOutput) Inspector() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Inspector2

func (o EndpointsOutput) Inspector2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Inspectorv2

func (o EndpointsOutput) Inspectorv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Internetmonitor

func (o EndpointsOutput) Internetmonitor() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Iot

Use this to override the default service endpoint URL

func (EndpointsOutput) Iotanalytics

func (o EndpointsOutput) Iotanalytics() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Iotevents

func (o EndpointsOutput) Iotevents() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ivs

Use this to override the default service endpoint URL

func (EndpointsOutput) Ivschat

Use this to override the default service endpoint URL

func (EndpointsOutput) Kafka

Use this to override the default service endpoint URL

func (EndpointsOutput) Kafkaconnect

func (o EndpointsOutput) Kafkaconnect() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Kendra

Use this to override the default service endpoint URL

func (EndpointsOutput) Keyspaces

func (o EndpointsOutput) Keyspaces() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Kinesis

Use this to override the default service endpoint URL

func (EndpointsOutput) Kinesisanalytics

func (o EndpointsOutput) Kinesisanalytics() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Kinesisanalyticsv2

func (o EndpointsOutput) Kinesisanalyticsv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Kinesisvideo

func (o EndpointsOutput) Kinesisvideo() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Kms

Use this to override the default service endpoint URL

func (EndpointsOutput) Lakeformation

func (o EndpointsOutput) Lakeformation() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lambda

Use this to override the default service endpoint URL

func (EndpointsOutput) Launchwizard added in v6.18.2

func (o EndpointsOutput) Launchwizard() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lex

Use this to override the default service endpoint URL

func (EndpointsOutput) Lexmodelbuilding

func (o EndpointsOutput) Lexmodelbuilding() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lexmodelbuildingservice

func (o EndpointsOutput) Lexmodelbuildingservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lexmodels

func (o EndpointsOutput) Lexmodels() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lexmodelsv2 added in v6.1.0

func (o EndpointsOutput) Lexmodelsv2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lexv2models added in v6.1.0

func (o EndpointsOutput) Lexv2models() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Licensemanager

func (o EndpointsOutput) Licensemanager() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Lightsail

func (o EndpointsOutput) Lightsail() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Location

func (o EndpointsOutput) Location() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Locationservice

func (o EndpointsOutput) Locationservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Logs

Use this to override the default service endpoint URL

func (EndpointsOutput) Lookoutmetrics added in v6.14.0

func (o EndpointsOutput) Lookoutmetrics() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) M2 added in v6.18.2

Use this to override the default service endpoint URL

func (EndpointsOutput) Macie2

Use this to override the default service endpoint URL

func (EndpointsOutput) Managedgrafana

func (o EndpointsOutput) Managedgrafana() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mediaconnect

func (o EndpointsOutput) Mediaconnect() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mediaconvert

func (o EndpointsOutput) Mediaconvert() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Medialive

func (o EndpointsOutput) Medialive() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mediapackage

func (o EndpointsOutput) Mediapackage() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mediapackagev2 added in v6.13.0

func (o EndpointsOutput) Mediapackagev2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mediastore

func (o EndpointsOutput) Mediastore() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Memorydb

func (o EndpointsOutput) Memorydb() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Mq

Use this to override the default service endpoint URL

func (EndpointsOutput) Msk

Use this to override the default service endpoint URL

func (EndpointsOutput) Mwaa

Use this to override the default service endpoint URL

func (EndpointsOutput) Neptune

Use this to override the default service endpoint URL

func (EndpointsOutput) Neptunegraph added in v6.31.0

func (o EndpointsOutput) Neptunegraph() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Networkfirewall

func (o EndpointsOutput) Networkfirewall() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Networkmanager

func (o EndpointsOutput) Networkmanager() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Oam

Use this to override the default service endpoint URL

func (EndpointsOutput) Opensearch

func (o EndpointsOutput) Opensearch() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Opensearchingestion added in v6.10.0

func (o EndpointsOutput) Opensearchingestion() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Opensearchserverless

func (o EndpointsOutput) Opensearchserverless() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Opensearchservice

func (o EndpointsOutput) Opensearchservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Opsworks

func (o EndpointsOutput) Opsworks() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Organizations

func (o EndpointsOutput) Organizations() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Osis added in v6.10.0

Use this to override the default service endpoint URL

func (EndpointsOutput) Outposts

func (o EndpointsOutput) Outposts() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Paymentcryptography added in v6.29.0

func (o EndpointsOutput) Paymentcryptography() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Pcaconnectorad added in v6.18.2

func (o EndpointsOutput) Pcaconnectorad() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Pinpoint

func (o EndpointsOutput) Pinpoint() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Pipes

Use this to override the default service endpoint URL

func (EndpointsOutput) Polly added in v6.15.0

Use this to override the default service endpoint URL

func (EndpointsOutput) Pricing

Use this to override the default service endpoint URL

func (EndpointsOutput) Prometheus

func (o EndpointsOutput) Prometheus() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Prometheusservice

func (o EndpointsOutput) Prometheusservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Qbusiness added in v6.18.2

func (o EndpointsOutput) Qbusiness() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Qldb

Use this to override the default service endpoint URL

func (EndpointsOutput) Quicksight

func (o EndpointsOutput) Quicksight() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ram

Use this to override the default service endpoint URL

func (EndpointsOutput) Rbin

Use this to override the default service endpoint URL

func (EndpointsOutput) Rds

Use this to override the default service endpoint URL

func (EndpointsOutput) Recyclebin

func (o EndpointsOutput) Recyclebin() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Redshift

func (o EndpointsOutput) Redshift() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Redshiftdata

func (o EndpointsOutput) Redshiftdata() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Redshiftdataapiservice

func (o EndpointsOutput) Redshiftdataapiservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Redshiftserverless

func (o EndpointsOutput) Redshiftserverless() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Rekognition added in v6.18.2

func (o EndpointsOutput) Rekognition() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Resourceexplorer2

func (o EndpointsOutput) Resourceexplorer2() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Resourcegroups

func (o EndpointsOutput) Resourcegroups() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Resourcegroupstagging

func (o EndpointsOutput) Resourcegroupstagging() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Resourcegroupstaggingapi

func (o EndpointsOutput) Resourcegroupstaggingapi() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Rolesanywhere

func (o EndpointsOutput) Rolesanywhere() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Route53

Use this to override the default service endpoint URL

func (EndpointsOutput) Route53domains

func (o EndpointsOutput) Route53domains() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Route53recoverycontrolconfig

func (o EndpointsOutput) Route53recoverycontrolconfig() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Route53recoveryreadiness

func (o EndpointsOutput) Route53recoveryreadiness() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Route53resolver

func (o EndpointsOutput) Route53resolver() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Rum

Use this to override the default service endpoint URL

func (EndpointsOutput) S3

Use this to override the default service endpoint URL

func (EndpointsOutput) S3api

Use this to override the default service endpoint URL

func (EndpointsOutput) S3control

func (o EndpointsOutput) S3control() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) S3outposts

func (o EndpointsOutput) S3outposts() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Sagemaker

func (o EndpointsOutput) Sagemaker() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Scheduler

func (o EndpointsOutput) Scheduler() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Schemas

Use this to override the default service endpoint URL

func (EndpointsOutput) Sdb

Use this to override the default service endpoint URL

func (EndpointsOutput) Secretsmanager

func (o EndpointsOutput) Secretsmanager() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Securityhub

func (o EndpointsOutput) Securityhub() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Securitylake

func (o EndpointsOutput) Securitylake() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Serverlessapplicationrepository

func (o EndpointsOutput) Serverlessapplicationrepository() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Serverlessapprepo

func (o EndpointsOutput) Serverlessapprepo() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Serverlessrepo

func (o EndpointsOutput) Serverlessrepo() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Servicecatalog

func (o EndpointsOutput) Servicecatalog() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Servicecatalogappregistry added in v6.18.2

func (o EndpointsOutput) Servicecatalogappregistry() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Servicediscovery

func (o EndpointsOutput) Servicediscovery() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Servicequotas

func (o EndpointsOutput) Servicequotas() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ses

Use this to override the default service endpoint URL

func (EndpointsOutput) Sesv2

Use this to override the default service endpoint URL

func (EndpointsOutput) Sfn

Use this to override the default service endpoint URL

func (EndpointsOutput) Shield

Use this to override the default service endpoint URL

func (EndpointsOutput) Signer

Use this to override the default service endpoint URL

func (EndpointsOutput) Simpledb

func (o EndpointsOutput) Simpledb() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Sns

Use this to override the default service endpoint URL

func (EndpointsOutput) Sqs

Use this to override the default service endpoint URL

func (EndpointsOutput) Ssm

Use this to override the default service endpoint URL

func (EndpointsOutput) Ssmcontacts

func (o EndpointsOutput) Ssmcontacts() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ssmincidents

func (o EndpointsOutput) Ssmincidents() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Ssmsap added in v6.18.2

Use this to override the default service endpoint URL

func (EndpointsOutput) Sso added in v6.9.0

Use this to override the default service endpoint URL

func (EndpointsOutput) Ssoadmin

func (o EndpointsOutput) Ssoadmin() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Stepfunctions

func (o EndpointsOutput) Stepfunctions() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Storagegateway

func (o EndpointsOutput) Storagegateway() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Sts

Use this to override the default service endpoint URL

func (EndpointsOutput) Swf

Use this to override the default service endpoint URL

func (EndpointsOutput) Synthetics

func (o EndpointsOutput) Synthetics() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Timestreamwrite

func (o EndpointsOutput) Timestreamwrite() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) ToEndpointsOutput

func (o EndpointsOutput) ToEndpointsOutput() EndpointsOutput

func (EndpointsOutput) ToEndpointsOutputWithContext

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

func (EndpointsOutput) Transcribe

func (o EndpointsOutput) Transcribe() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Transcribeservice

func (o EndpointsOutput) Transcribeservice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Transfer

func (o EndpointsOutput) Transfer() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Verifiedpermissions

func (o EndpointsOutput) Verifiedpermissions() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Vpclattice

func (o EndpointsOutput) Vpclattice() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Waf

Use this to override the default service endpoint URL

func (EndpointsOutput) Wafregional

func (o EndpointsOutput) Wafregional() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Wafv2

Use this to override the default service endpoint URL

func (EndpointsOutput) Wellarchitected added in v6.18.2

func (o EndpointsOutput) Wellarchitected() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (o EndpointsOutput) Worklink() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Workspaces

func (o EndpointsOutput) Workspaces() pulumi.StringPtrOutput

Use this to override the default service endpoint URL

func (EndpointsOutput) Xray

Use this to override the default service endpoint URL

type IgnoreTags

type IgnoreTags struct {
	// Resource tag key prefixes to ignore across all resources.
	KeyPrefixes []string `pulumi:"keyPrefixes"`
	// Resource tag keys to ignore across all resources.
	Keys []string `pulumi:"keys"`
}

type IgnoreTagsArgs

type IgnoreTagsArgs struct {
	// Resource tag key prefixes to ignore across all resources.
	KeyPrefixes pulumi.StringArrayInput `pulumi:"keyPrefixes"`
	// Resource tag keys to ignore across all resources.
	Keys pulumi.StringArrayInput `pulumi:"keys"`
}

func (IgnoreTagsArgs) ElementType

func (IgnoreTagsArgs) ElementType() reflect.Type

func (IgnoreTagsArgs) ToIgnoreTagsOutput

func (i IgnoreTagsArgs) ToIgnoreTagsOutput() IgnoreTagsOutput

func (IgnoreTagsArgs) ToIgnoreTagsOutputWithContext

func (i IgnoreTagsArgs) ToIgnoreTagsOutputWithContext(ctx context.Context) IgnoreTagsOutput

type IgnoreTagsInput

type IgnoreTagsInput interface {
	pulumi.Input

	ToIgnoreTagsOutput() IgnoreTagsOutput
	ToIgnoreTagsOutputWithContext(context.Context) IgnoreTagsOutput
}

IgnoreTagsInput is an input type that accepts IgnoreTagsArgs and IgnoreTagsOutput values. You can construct a concrete instance of `IgnoreTagsInput` via:

IgnoreTagsArgs{...}

type IgnoreTagsOutput

type IgnoreTagsOutput struct{ *pulumi.OutputState }

func (IgnoreTagsOutput) ElementType

func (IgnoreTagsOutput) ElementType() reflect.Type

func (IgnoreTagsOutput) KeyPrefixes

func (o IgnoreTagsOutput) KeyPrefixes() pulumi.StringArrayOutput

Resource tag key prefixes to ignore across all resources.

func (IgnoreTagsOutput) Keys

Resource tag keys to ignore across all resources.

func (IgnoreTagsOutput) ToIgnoreTagsOutput

func (o IgnoreTagsOutput) ToIgnoreTagsOutput() IgnoreTagsOutput

func (IgnoreTagsOutput) ToIgnoreTagsOutputWithContext

func (o IgnoreTagsOutput) ToIgnoreTagsOutputWithContext(ctx context.Context) IgnoreTagsOutput

Jump to

Keyboard shortcuts

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