Provider Args
data class ProviderArgs(val accessKey: Output<String>? = null, val accountId: Output<String>? = null, val assumeRole: Output<ProviderAssumeRoleArgs>? = null, val clientConnectTimeout: Output<Int>? = null, val clientReadTimeout: Output<Int>? = null, val configurationSource: Output<String>? = null, val credentialsUri: Output<String>? = null, val ecsRoleName: Output<String>? = null, val endpoints: Output<List<ProviderEndpointArgs>>? = null, val fc: Output<String>? = null, val logEndpoint: Output<String>? = null, val maxRetryTimeout: Output<Int>? = null, val mnsEndpoint: Output<String>? = null, val otsInstanceName: Output<String>? = null, val profile: Output<String>? = null, val protocol: Output<String>? = null, val region: Output<String>? = null, val secretKey: Output<String>? = null, val secureTransport: Output<String>? = null, val securityToken: Output<String>? = null, val securityTransport: Output<String>? = null, val sharedCredentialsFile: Output<String>? = null, val skipRegionValidation: Output<Boolean>? = null, val sourceIp: Output<String>? = null) : ConvertibleToJava<ProviderArgs>
The provider type for the alicloud package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Constructors
Link copied to clipboard
fun ProviderArgs(accessKey: Output<String>? = null, accountId: Output<String>? = null, assumeRole: Output<ProviderAssumeRoleArgs>? = null, clientConnectTimeout: Output<Int>? = null, clientReadTimeout: Output<Int>? = null, configurationSource: Output<String>? = null, credentialsUri: Output<String>? = null, ecsRoleName: Output<String>? = null, endpoints: Output<List<ProviderEndpointArgs>>? = null, fc: Output<String>? = null, logEndpoint: Output<String>? = null, maxRetryTimeout: Output<Int>? = null, mnsEndpoint: Output<String>? = null, otsInstanceName: Output<String>? = null, profile: Output<String>? = null, protocol: Output<String>? = null, region: Output<String>? = null, secretKey: Output<String>? = null, secureTransport: Output<String>? = null, securityToken: Output<String>? = null, securityTransport: Output<String>? = null, sharedCredentialsFile: Output<String>? = null, skipRegionValidation: Output<Boolean>? = null, sourceIp: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard