IdentitySourceArgs

data class IdentitySourceArgs(val configuration: Output<IdentitySourceConfigurationArgs>? = null, val policyStoreId: Output<String>? = null, val principalEntityType: Output<String>? = null) : ConvertibleToJava<IdentitySourceArgs>

Definition of AWS::VerifiedPermissions::IdentitySource Resource Type

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun IdentitySourceArgs(configuration: Output<IdentitySourceConfigurationArgs>? = null, policyStoreId: Output<String>? = null, principalEntityType: Output<String>? = null)

Functions

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

Properties

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