Uses of Interface
com.hashicorp.cdktf.providers.aws.provider.AwsProviderAssumeRoleWithWebIdentity
-
Packages that use AwsProviderAssumeRoleWithWebIdentity Package Description com.hashicorp.cdktf.providers.aws.provider provider -
-
Uses of AwsProviderAssumeRoleWithWebIdentity in com.hashicorp.cdktf.providers.aws.provider
Classes in com.hashicorp.cdktf.providers.aws.provider that implement AwsProviderAssumeRoleWithWebIdentity Modifier and Type Class Description static classAwsProviderAssumeRoleWithWebIdentity.Jsii$ProxyAn implementation forAwsProviderAssumeRoleWithWebIdentityMethods in com.hashicorp.cdktf.providers.aws.provider that return AwsProviderAssumeRoleWithWebIdentity Modifier and Type Method Description AwsProviderAssumeRoleWithWebIdentityAwsProviderAssumeRoleWithWebIdentity.Builder. build()Builds the configured instance.Method parameters in com.hashicorp.cdktf.providers.aws.provider with type arguments of type AwsProviderAssumeRoleWithWebIdentity Modifier and Type Method Description AwsProvider.BuilderAwsProvider.Builder. assumeRoleWithWebIdentity(List<? extends AwsProviderAssumeRoleWithWebIdentity> assumeRoleWithWebIdentity)assume_role_with_web_identity block.AwsProviderConfig.BuilderAwsProviderConfig.Builder. assumeRoleWithWebIdentity(List<? extends AwsProviderAssumeRoleWithWebIdentity> assumeRoleWithWebIdentity)Sets the value ofAwsProviderConfig.getAssumeRoleWithWebIdentity()voidAwsProvider. setAssumeRoleWithWebIdentity(List<AwsProviderAssumeRoleWithWebIdentity> value)
-