SecretBackendRoleArgs

constructor(backend: Output<String>? = null, credentialType: Output<String>? = null, defaultStsTtl: Output<Int>? = null, externalId: Output<String>? = null, iamGroups: Output<List<String>>? = null, iamTags: Output<Map<String, String>>? = null, maxStsTtl: Output<Int>? = null, name: Output<String>? = null, namespace: Output<String>? = null, permissionsBoundaryArn: Output<String>? = null, policyArns: Output<List<String>>? = null, policyDocument: Output<String>? = null, roleArns: Output<List<String>>? = null, sessionTags: Output<Map<String, String>>? = null, userPath: Output<String>? = null)