ProviderEndpointArgs

data class ProviderEndpointArgs(val cloudcontrol: Output<String>? = null, val cloudformation: Output<String>? = null, val ec2: Output<String>? = null, val ssm: Output<String>? = null, val sts: Output<String>? = null) : ConvertibleToJava<ProviderEndpointArgs>

The configuration for for customizing service endpoints.

Constructors

Link copied to clipboard
constructor(cloudcontrol: Output<String>? = null, cloudformation: Output<String>? = null, ec2: Output<String>? = null, ssm: Output<String>? = null, sts: Output<String>? = null)

Properties

Link copied to clipboard
val cloudcontrol: Output<String>? = null

Override the default endpoint for AWS CloudControl

Link copied to clipboard
val cloudformation: Output<String>? = null

Override the default endpoint for AWS CloudFormation

Link copied to clipboard
val ec2: Output<String>? = null

Override the default endpoint for AWS Elastic Compute Cloud (EC2)

Link copied to clipboard
val ssm: Output<String>? = null

Override the default endpoint for AWS Systems Manager

Link copied to clipboard
val sts: Output<String>? = null

Override the default endpoint for AWS Security Token Service (STS)

Functions

Link copied to clipboard
open override fun toJava(): ProviderEndpointArgs