![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.kotlin.inputs.ProviderAssumeRoleArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kotlin.inputs
import com.pulumi.awsnative.inputs.ProviderAssumeRoleArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The configuration for a Provider to assume a role.
* @property durationSeconds Number of seconds to restrict the assume role session duration.
* @property externalId External identifier to use when assuming the role.
* @property policy IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
* @property policyArns Set of Amazon Resource Names (ARNs) of IAM Policies describing further restricting permissions for the role.
* @property roleArn Amazon Resource Name (ARN) of the IAM Role to assume.
* @property sessionName Session name to use when assuming the role.
* @property tags Map of assume role session tags.
* @property transitiveTagKeys A list of keys for session tags that you want to set as transitive. If you set a tag key as transitive, the corresponding key and value passes to subsequent sessions in a role chain.
*/
public data class ProviderAssumeRoleArgs(
public val durationSeconds: Output? = null,
public val externalId: Output? = null,
public val policy: Output? = null,
public val policyArns: Output>? = null,
public val roleArn: Output? = null,
public val sessionName: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy