Auth Backend Role Args
constructor(allowInstanceMigration: Output<Boolean>? = null, authType: Output<String>? = null, backend: Output<String>? = null, boundAccountIds: Output<List<String>>? = null, boundAmiIds: Output<List<String>>? = null, boundEc2InstanceIds: Output<List<String>>? = null, boundIamInstanceProfileArns: Output<List<String>>? = null, boundIamPrincipalArns: Output<List<String>>? = null, boundIamRoleArns: Output<List<String>>? = null, boundRegions: Output<List<String>>? = null, boundSubnetIds: Output<List<String>>? = null, boundVpcIds: Output<List<String>>? = null, disallowReauthentication: Output<Boolean>? = null, inferredAwsRegion: Output<String>? = null, inferredEntityType: Output<String>? = null, namespace: Output<String>? = null, resolveAwsUniqueIds: Output<Boolean>? = null, role: Output<String>? = null, roleTag: Output<String>? = null, tokenBoundCidrs: Output<List<String>>? = null, tokenExplicitMaxTtl: Output<Int>? = null, tokenMaxTtl: Output<Int>? = null, tokenNoDefaultPolicy: Output<Boolean>? = null, tokenNumUses: Output<Int>? = null, tokenPeriod: Output<Int>? = null, tokenPolicies: Output<List<String>>? = null, tokenTtl: Output<Int>? = null, tokenType: Output<String>? = null)