Identity Source Args
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)