App Permission Model
data class AppPermissionModel(val crossAccountRoleArns: List<String>? = null, val invokerRoleName: String? = null, val type: AppPermissionModelType)
Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
Constructors
Link copied to clipboard
fun AppPermissionModel(crossAccountRoleArns: List<String>? = null, invokerRoleName: String? = null, type: AppPermissionModelType)